Color Hex Logo

#113334 Color Hex

#113334
(17,51,52)
0 Favorites   0 Comments

Color spaces of #113334

RGB 175152
HSL0.500.510.14
HSV182°67°20°
CMYK 0.670.020.00   0.80
XYZ2.03482.73483.6694
Yxy2.73480.24110.3241
Hunter Lab16.5372-6.9769-1.5796
CIE-Lab18.9489-11.8071-4.3447

#113334 color RGB value is (17,51,52).

#113334 hex color red value is 17, green value is 51 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #113334 hue: 0.50 , saturation: 0.51 and the lightness value of 113334 is 0.14.

The process color (four color CMYK) of #113334 color hex is 0.67, 0.02, 0.00, 0.80. Web safe color of #113334 is #003333. Color #113334 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110011 00110100
Octal 21 63 64
Decimal 17 51 52
Hex 11 33 34

RGB Percentages of Color #113334

%14.17
%42.50
%43.33

CMYK Percentages of Color #113334

%67
%2
%0
%80

Triadic Colors of #113334

#113334 #341133 #333411

Analogous Colors of #113334

#113334 #112234 #113424

Monochromatic Colors of #113334

#113334

Complementary Color

#113334 #341211

#113334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113334 Color CSS Codes

.mybgcolor {background-color:#113334; } 
.myforecolor {color:#113334; }
.mybordercolor {border:3px solid #113334; }

#113334 Text Font Color

<p style="color:#113334">Text here</p>

This sample text font color is #113334
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#113334 Background Color

<div style="background-color:#113334">
Div content here</div>

This div background color is #113334


#113334 Border Color

<div style="border:3px solid #113334">
Div here</div>

This div border color is #113334


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,51,52, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #113334; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #113334;
  -webkit-box-shadow: 1px 1px 3px 2px #113334;
  box-shadow:         1px 1px 3px 2px #113334; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,51,52, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #113334">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #113334;
  -webkit-box-shadow: 1px 1px 3px 2px #113334;
  box-shadow:         1px 1px 3px 2px #113334;">
Div content here</div>

This div box has shadow with color #113334


Comments

No comments written yet.

Please login to write comment.