Color Hex Logo

#10470c Color Hex

#10470C
(16,71,12)
0 Favorites   0 Comments

Color spaces of #10470c

RGB 167112
HSL0.320.710.16
HSV116°83°28°
CMYK 0.770.000.83   0.72
XYZ2.53334.64321.1105
Yxy4.64320.30570.5603
Hunter Lab21.5481-16.723812.0281
CIE-Lab25.6931-30.356628.5119

#10470c color RGB value is (16,71,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 01000111 00001100
Octal 20 107 14
Decimal 16 71 12
Hex 10 47 C

RGB Percentages of Color #10470c

%16.16
%71.72
%12.12

CMYK Percentages of Color #10470c

%77
%0
%83
%72

Triadic Colors of #10470c

#10470c #0c1047 #470c10

Analogous Colors of #10470c

#10470c #0c4726 #2d470c

Monochromatic Colors of #10470c

#10470c

Complementary Color

#10470c #430c47

#10470c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10470c Color Preview on White Background

Lorem ipsum dolor sit amet.

#10470c Color CSS Codes

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

#10470c Text Font Color

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

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


#10470c Background Color

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

This div background color is #10470c


#10470c Border Color

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

This div border color is #10470c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10470c


Comments

No comments written yet.

Please login to write comment.