Color Hex Logo

#66470d Color Hex

#66470D
(102,71,13)
0 Favorites   0 Comments

Color spaces of #66470d

RGB 1027113
HSL0.110.770.23
HSV39°87°40°
CMYK 0.000.300.87   0.60
XYZ7.80547.36031.3901
Yxy7.36030.47150.4446
Hunter Lab27.12993.878115.9530
CIE-Lab32.61357.790537.0724

#66470d color RGB value is (102,71,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01000111 00001101
Octal 146 107 15
Decimal 102 71 13
Hex 66 47 D

RGB Percentages of Color #66470d

%54.84
%38.17
%6.99

CMYK Percentages of Color #66470d

%0
%30
%87
%60

Triadic Colors of #66470d

#66470d #0d6647 #470d66

Analogous Colors of #66470d

#66470d #59660d #661b0d

Monochromatic Colors of #66470d

#66470d

Complementary Color

#66470d #0d2c66

#66470d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66470d Color Preview on White Background

Lorem ipsum dolor sit amet.

#66470d Color CSS Codes

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

#66470d Text Font Color

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

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


#66470d Background Color

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

This div background color is #66470d


#66470d Border Color

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

This div border color is #66470d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66470d


Comments

No comments written yet.

Please login to write comment.