Color Hex Logo

#66470f Color Hex

#66470F
(102,71,15)
0 Favorites   0 Comments

Color spaces of #66470f

RGB 1027115
HSL0.110.740.23
HSV39°85°40°
CMYK 0.000.300.85   0.60
XYZ7.81907.36571.4616
Yxy7.36570.46970.4425
Hunter Lab27.13983.931315.8048
CIE-Lab32.62537.865536.3048

#66470f color RGB value is (102,71,15).

#66470f hex color red value is 102, green value is 71 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #66470f hue: 0.11 , saturation: 0.74 and the lightness value of 66470f is 0.23.

The process color (four color CMYK) of #66470f color hex is 0.00, 0.30, 0.85, 0.60. Web safe color of #66470f is #663300. Color #66470f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01000111 00001111
Octal 146 107 17
Decimal 102 71 15
Hex 66 47 F

RGB Percentages of Color #66470f

%54.26
%37.77
%7.98

CMYK Percentages of Color #66470f

%0
%30
%85
%60

Triadic Colors of #66470f

#66470f #0f6647 #470f66

Analogous Colors of #66470f

#66470f #5a660f #661c0f

Monochromatic Colors of #66470f

#66470f

Complementary Color

#66470f #0f2e66

#66470f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66470f Color Preview on White Background

Lorem ipsum dolor sit amet.

#66470f Color CSS Codes

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

#66470f Text Font Color

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

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


#66470f Background Color

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

This div background color is #66470f


#66470f Border Color

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

This div border color is #66470f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,71,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66470f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66470f;
  -webkit-box-shadow: 1px 1px 3px 2px #66470f;
  box-shadow:         1px 1px 3px 2px #66470f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,71,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66470f


Comments

No comments written yet.

Please login to write comment.