Color Hex Logo

#11370c Color Hex

#11370C
(17,55,12)
0 Favorites   0 Comments

Color spaces of #11370c

RGB 175512
HSL0.310.640.13
HSV113°78°22°
CMYK 0.690.000.78   0.78
XYZ1.66372.87810.8157
Yxy2.87810.31050.5372
Hunter Lab16.9650-12.18389.0247
CIE-Lab19.5489-23.406022.0378

#11370c color RGB value is (17,55,12).

#11370c hex color red value is 17, green value is 55 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #11370c hue: 0.31 , saturation: 0.64 and the lightness value of 11370c is 0.13.

The process color (four color CMYK) of #11370c color hex is 0.69, 0.00, 0.78, 0.78. Web safe color of #11370c is #003300. Color #11370c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110111 00001100
Octal 21 67 14
Decimal 17 55 12
Hex 11 37 C

RGB Percentages of Color #11370c

%20.24
%65.48
%14.29

CMYK Percentages of Color #11370c

%69
%0
%78
%78

Triadic Colors of #11370c

#11370c #0c1137 #370c11

Analogous Colors of #11370c

#11370c #0c371d #27370c

Monochromatic Colors of #11370c

#11370c

Complementary Color

#11370c #320c37

#11370c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11370c Color Preview on White Background

Lorem ipsum dolor sit amet.

#11370c Color CSS Codes

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

#11370c Text Font Color

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

This sample text font color is #11370c
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.


#11370c Background Color

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

This div background color is #11370c


#11370c Border Color

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

This div border color is #11370c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,55,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11370c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11370c;
  -webkit-box-shadow: 1px 1px 3px 2px #11370c;
  box-shadow:         1px 1px 3px 2px #11370c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11370c


Comments

No comments written yet.

Please login to write comment.