COLOR #5F745B

HEX: #5F745B
RGB: (95,116,91)

Color info

#5F745B contains red, green and blue colors in about the same proportion. Web safe color of #5F745B is #666666 (or #666).

RGB color model

#5F745B color RGB value is (95,116,91).

  • red value is 95;
  • green value is 116;
  • blue value is 91.
RGB:
(95,116,91)
(37%,45%,36%)

RGB channels and saturation

R 95 of 255 = 37%
G 116 of 255 = 45%
B 91 of 255 = 36%

95
116
91

R + G + B ~ 39%. #5F745B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 116 + 91 = 302 (100%)
R 95 of 302 ~ 31.46%
G 116 of 302 ~ 38.41%
B 91 of 302 ~ 30.13%

%31.46
%38.41
%30.13

CMYK color model

#5F745B color CMYK value is (18,0,22,55).

  • cyan value is 18.10%
  • magenta value is 0.00%
  • yellow value is 21.55%
  • key color value is 54.51%
CMYK:
(18,0,22,55)
C18M0Y22K55 
(18%,0%,22%,55%)
(0.18/0.00/0.22/0.55)	

CMYK percentages

%18.1
%0
%21.55
%54.51

Codes

Color #5F745B in popluar color models

5F745B
RGB9511691
HSL110°12.08%40.59%
HSB/HSV110°21.55%45.49%
CMYK18.10%0.00%21.55%
54.51%

Color #5F745B in popluar number systems.

HEX5F745B
Decimal9511691
Binary101111111101001011011
Octal137164133

Shades and tints

Shades of #5F745B

#5F745B
(95,116,91)
#576A53
(87,106,83)
#4F604B
(79,96,75)
#475643
(71,86,67)
#3F4C3B
(63,76,59)
#374233
(55,66,51)
#2F382B
(47,56,43)
#272E23
(39,46,35)
#1F241B
(31,36,27)
#171A13
(23,26,19)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #5F745B

#5F745B
(95,116,91)
#6D8069
(109,128,105)
#7B8C77
(123,140,119)
#899885
(137,152,133)
#97A493
(151,164,147)
#A5B0A1
(165,176,161)
#B3BCAF
(179,188,175)
#C1C8BD
(193,200,189)
#CFD4CB
(207,212,203)
#DDE0D9
(221,224,217)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F745B color. Also use rgb(95,116,91) instead hex code.

Text Font Color

.myTextColor { color: #5F745B; }

<p style="color:#5F745B">This sample text font color is #5F745B.</p>

This text font color is #5F745B.


Background Color

.myBgColor { background-color: #5F745B; }

<div style="background-color:#5F745B">Inner text</div>

This div background color is #5F745B.


Border color

.myBorderColor { border: 1px solid #5F745B; }

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

This div border color is #5F745B.


Opacity

.myOpacity80 { color: #5F745B; opacity: 0.8; }

<p style="color:#5F745B;opacity:0.8;">80%</p>

Text with #5F745B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #5F745B;}

<p style="text-shadow: 3px 3px 1px #5F745B">Text here.</p>

This text has shadow with #5F745B color.

.textShadow {text-shadow: 3px 3px 1px #5F745B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #5F745B, 5px 5px 20px red">Text here.</p>

This text has shadow with #5F745B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#5F745B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#5F745B, Direction=45, Strength=4)">Text</p>

This text has shadow with #5F745B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #5F745B;
  -webkit-box-shadow:	1px 1px 3px 2px #5F745B;
  box-shadow:		1px 1px 3px 2px #5F745B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5F745B;
-webkit-box-shadow: 1px 1px 3px 2px #5F745B;
box-shadow:1px 1px 3px 2px #5F745B;">
Div content here</div>
This div box has shadow with color #5F745B.

Preview

Color preview on black background

This text has color #5F745B on black background.


Color preview on white background

This text has color #5F745B on white background.



Black color preview on #5F745B background

This text has black color on #5F745B background.


White color preview on #5F745B background

This text has white color on #5F745B background.