Color Hex Logo

#5f715b Color Hex

#5F715B
(95,113,91)
0 Favorites   0 Comments

Color spaces of #5f715b

RGB 9511391
HSL0.300.110.40
HSV109°19°44°
CMYK 0.160.000.19   0.56
XYZ12.512814.998512.1330
Yxy14.99850.31560.3783
Hunter Lab38.7279-10.10138.5347
CIE-Lab45.6321-11.299810.0200

#5f715b color RGB value is (95,113,91).

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

The process color (four color CMYK) of #5f715b color hex is 0.16, 0.00, 0.19, 0.56. Web safe color of #5f715b is #666666. Color #5f715b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 01110001 01011011
Octal 137 161 133
Decimal 95 113 91
Hex 5F 71 5B

RGB Percentages of Color #5f715b

%31.77
%37.79
%30.43

CMYK Percentages of Color #5f715b

%16
%0
%19
%56

Triadic Colors of #5f715b

#5f715b #5b5f71 #715b5f

Analogous Colors of #5f715b

#5f715b #5b7162 #6a715b

Monochromatic Colors of #5f715b

#5f715b

Complementary Color

#5f715b #6d5b71

#5f715b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f715b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f715b Color CSS Codes

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

#5f715b Text Font Color

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

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


#5f715b Background Color

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

This div background color is #5f715b


#5f715b Border Color

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

This div border color is #5f715b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,113,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 #5f715b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f715b


Comments

No comments written yet.

Please login to write comment.