Color Hex Logo

#5f420e Color Hex

#5F420E
(95,66,14)
0 Favorites   0 Comments

Color spaces of #5f420e

RGB 956614
HSL0.110.740.21
HSV39°85°37°
CMYK 0.000.310.85   0.63
XYZ6.74686.36101.2877
Yxy6.36100.46870.4419
Hunter Lab25.22103.613214.6276
CIE-Lab30.30567.432234.2704

#5f420e color RGB value is (95,66,14).

#5f420e hex color red value is 95, green value is 66 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #5f420e hue: 0.11 , saturation: 0.74 and the lightness value of 5f420e is 0.21.

The process color (four color CMYK) of #5f420e color hex is 0.00, 0.31, 0.85, 0.63. Web safe color of #5f420e is #663300. Color #5f420e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 01000010 00001110
Octal 137 102 16
Decimal 95 66 14
Hex 5F 42 E

RGB Percentages of Color #5f420e

%54.29
%37.71
%8.00

CMYK Percentages of Color #5f420e

%0
%31
%85
%63

Triadic Colors of #5f420e

#5f420e #0e5f42 #420e5f

Analogous Colors of #5f420e

#5f420e #545f0e #5f1a0e

Monochromatic Colors of #5f420e

#5f420e

Complementary Color

#5f420e #0e2b5f

#5f420e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f420e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f420e Color CSS Codes

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

#5f420e Text Font Color

<p style="color:#5f420e">Text here</p>

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


#5f420e Background Color

<div style="background-color:#5f420e">
Div content here</div>

This div background color is #5f420e


#5f420e Border Color

<div style="border:3px solid #5f420e">
Div here</div>

This div border color is #5f420e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,66,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5f420e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5f420e;
  -webkit-box-shadow: 1px 1px 3px 2px #5f420e;
  box-shadow:         1px 1px 3px 2px #5f420e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,66,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f420e


Comments

No comments written yet.

Please login to write comment.