Color Hex Logo

#5f423a Color Hex

#5F423A
(95,66,58)
0 Favorites   0 Comments

Color spaces of #5f423a

RGB 956658
HSL0.040.240.30
HSV13°39°37°
CMYK 0.000.310.39   0.63
XYZ7.43136.63484.8920
Yxy6.63480.39200.3500
Hunter Lab25.75816.42126.7703
CIE-Lab30.960611.38579.8662

#5f423a color RGB value is (95,66,58).

#5f423a hex color red value is 95, green value is 66 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #5f423a hue: 0.04 , saturation: 0.24 and the lightness value of 5f423a is 0.30.

The process color (four color CMYK) of #5f423a color hex is 0.00, 0.31, 0.39, 0.63. Web safe color of #5f423a is #663333. Color #5f423a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 01000010 00111010
Octal 137 102 72
Decimal 95 66 58
Hex 5F 42 3A

RGB Percentages of Color #5f423a

%43.38
%30.14
%26.48

CMYK Percentages of Color #5f423a

%0
%31
%39
%63

Triadic Colors of #5f423a

#5f423a #3a5f42 #423a5f

Analogous Colors of #5f423a

#5f423a #5f553a #5f3a45

Monochromatic Colors of #5f423a

#5f423a

Complementary Color

#5f423a #3a575f

#5f423a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f423a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f423a Color CSS Codes

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

#5f423a Text Font Color

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

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


#5f423a Background Color

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

This div background color is #5f423a


#5f423a Border Color

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

This div border color is #5f423a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f423a


Comments

No comments written yet.

Please login to write comment.