Color Hex Logo

#66420f Color Hex

#66420F
(102,66,15)
0 Favorites   0 Comments

Color spaces of #66420f

RGB 1026615
HSL0.100.740.23
HSV35°85°40°
CMYK 0.000.350.85   0.60
XYZ7.51396.75571.3599
Yxy6.75570.48080.4322
Hunter Lab25.99176.116715.0921
CIE-Lab31.244210.952835.0525

#66420f color RGB value is (102,66,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01000010 00001111
Octal 146 102 17
Decimal 102 66 15
Hex 66 42 F

RGB Percentages of Color #66420f

%55.74
%36.07
%8.20

CMYK Percentages of Color #66420f

%0
%35
%85
%60

Triadic Colors of #66420f

#66420f #0f6642 #420f66

Analogous Colors of #66420f

#66420f #5f660f #66170f

Monochromatic Colors of #66420f

#66420f

Complementary Color

#66420f #0f3366

#66420f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66420f Color Preview on White Background

Lorem ipsum dolor sit amet.

#66420f Color CSS Codes

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

#66420f Text Font Color

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

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


#66420f Background Color

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

This div background color is #66420f


#66420f Border Color

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

This div border color is #66420f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,66,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 #66420f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66420f


Comments

No comments written yet.

Please login to write comment.