Color Hex Logo

#11470c Color Hex

#11470C
(17,71,12)
0 Favorites   0 Comments

Color spaces of #11470c

RGB 177112
HSL0.320.710.16
HSV115°83°28°
CMYK 0.760.000.83   0.72
XYZ2.55084.65221.1113
Yxy4.65220.30680.5595
Hunter Lab21.5690-16.635812.0435
CIE-Lab25.7200-30.129528.5479

#11470c color RGB value is (17,71,12).

#11470c hex color red value is 17, green value is 71 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #11470c hue: 0.32 , saturation: 0.71 and the lightness value of 11470c is 0.16.

The process color (four color CMYK) of #11470c color hex is 0.76, 0.00, 0.83, 0.72. Web safe color of #11470c is #003300. Color #11470c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01000111 00001100
Octal 21 107 14
Decimal 17 71 12
Hex 11 47 C

RGB Percentages of Color #11470c

%17.00
%71.00
%12.00

CMYK Percentages of Color #11470c

%76
%0
%83
%72

Triadic Colors of #11470c

#11470c #0c1147 #470c11

Analogous Colors of #11470c

#11470c #0c4725 #2f470c

Monochromatic Colors of #11470c

#11470c

Complementary Color

#11470c #420c47

#11470c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11470c Color Preview on White Background

Lorem ipsum dolor sit amet.

#11470c Color CSS Codes

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

#11470c Text Font Color

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

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


#11470c Background Color

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

This div background color is #11470c


#11470c Border Color

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

This div border color is #11470c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,71,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 #11470c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11470c


Comments

No comments written yet.

Please login to write comment.