Color Hex Logo

#5f725b Color Hex

#5F725B
(95,114,91)
0 Favorites   0 Comments

Color spaces of #5f725b

RGB 9511491
HSL0.300.110.40
HSV110°20°45°
CMYK 0.170.000.20   0.55
XYZ12.625015.222912.1704
Yxy15.22290.31550.3804
Hunter Lab39.0165-10.51988.8173
CIE-Lab45.9380-11.860110.4485

#5f725b color RGB value is (95,114,91).

#5f725b hex color red value is 95, green value is 114 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #5f725b hue: 0.30 , saturation: 0.11 and the lightness value of 5f725b is 0.40.

The process color (four color CMYK) of #5f725b color hex is 0.17, 0.00, 0.20, 0.55. Web safe color of #5f725b is #666666. Color #5f725b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 01110010 01011011
Octal 137 162 133
Decimal 95 114 91
Hex 5F 72 5B

RGB Percentages of Color #5f725b

%31.67
%38.00
%30.33

CMYK Percentages of Color #5f725b

%17
%0
%20
%55

Triadic Colors of #5f725b

#5f725b #5b5f72 #725b5f

Analogous Colors of #5f725b

#5f725b #5b7263 #6b725b

Monochromatic Colors of #5f725b

#5f725b

Complementary Color

#5f725b #6e5b72

#5f725b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f725b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f725b Color CSS Codes

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

#5f725b Text Font Color

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

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


#5f725b Background Color

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

This div background color is #5f725b


#5f725b Border Color

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

This div border color is #5f725b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f725b


Comments

No comments written yet.

Please login to write comment.