COLOR #5F7D66

HEX: #5F7D66
RGB: (95,125,102)

Color info

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

RGB color model

#5F7D66 color RGB value is (95,125,102).

  • red value is 95;
  • green value is 125;
  • blue value is 102.
RGB:
(95,125,102)
(37%,49%,40%)

RGB channels and saturation

R 95 of 255 = 37%
G 125 of 255 = 49%
B 102 of 255 = 40%

95
125
102

R + G + B ~ 42%. #5F7D66 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
95 + 125 + 102 = 322 (100%)
R 95 of 322 ~ 29.5%
G 125 of 322 ~ 38.82%
B 102 of 322 ~ 31.68%

%29.5
%38.82
%31.68

CMYK color model

#5F7D66 color CMYK value is (24,0,18,51).

  • cyan value is 24.00%
  • magenta value is 0.00%
  • yellow value is 18.40%
  • key color value is 50.98%
CMYK:
(24,0,18,51)
C24M0Y18K51 
(24%,0%,18%,51%)
(0.24/0.00/0.18/0.51)	

CMYK percentages

%24
%0
%18.4
%50.98

Codes

Color #5F7D66 in popluar color models

5F7D66
RGB95125102
HSL134°13.64%43.14%
HSB/HSV134°24.00%49.02%
CMYK24.00%0.00%18.40%
50.98%

Color #5F7D66 in popluar number systems.

HEX5F7D66
Decimal95125102
Binary101111111111011100110
Octal137175146

Shades and tints

Shades of #5F7D66

#5F7D66
(95,125,102)
#57725D
(87,114,93)
#4F6754
(79,103,84)
#475C4B
(71,92,75)
#3F5142
(63,81,66)
#374639
(55,70,57)
#2F3B30
(47,59,48)
#273027
(39,48,39)
#1F251E
(31,37,30)
#171A15
(23,26,21)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #5F7D66

#5F7D66
(95,125,102)
#6D8873
(109,136,115)
#7B9380
(123,147,128)
#899E8D
(137,158,141)
#97A99A
(151,169,154)
#A5B4A7
(165,180,167)
#B3BFB4
(179,191,180)
#C1CAC1
(193,202,193)
#CFD5CE
(207,213,206)
#DDE0DB
(221,224,219)
#EBEBE8
(235,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F7D66 color. Also use rgb(95,125,102) instead hex code.

Text Font Color

.myTextColor { color: #5F7D66; }

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

This text font color is #5F7D66.


Background Color

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

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

This div background color is #5F7D66.


Border color

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

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

This div border color is #5F7D66.


Opacity

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

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

Text with #5F7D66 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 #5F7D66;}

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

This text has shadow with #5F7D66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7D66 on black background.


Color preview on white background

This text has color #5F7D66 on white background.



Black color preview on #5F7D66 background

This text has black color on #5F7D66 background.


White color preview on #5F7D66 background

This text has white color on #5F7D66 background.