COLOR #5F7D6A

HEX: #5F7D6A
RGB: (95,125,106)

Color info

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

RGB color model

#5F7D6A color RGB value is (95,125,106).

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

RGB channels and saturation

R 95 of 255 = 37%
G 125 of 255 = 49%
B 106 of 255 = 42%

95
125
106

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

Portions of RGB colors in percentages

R + G + B =
95 + 125 + 106 = 326 (100%)
R 95 of 326 ~ 29.14%
G 125 of 326 ~ 38.34%
B 106 of 326 ~ 32.52%

%29.14
%38.34
%32.52

CMYK color model

#5F7D6A color CMYK value is (24,0,15,51).

  • cyan value is 24.00%
  • magenta value is 0.00%
  • yellow value is 15.20%
  • key color value is 50.98%
CMYK:
(24,0,15,51)
C24M0Y15K51 
(24%,0%,15%,51%)
(0.24/0.00/0.15/0.51)	

CMYK percentages

%24
%0
%15.2
%50.98

Codes

Color #5F7D6A in popluar color models

5F7D6A
RGB95125106
HSL142°13.64%43.14%
HSB/HSV142°24.00%49.02%
CMYK24.00%0.00%15.20%
50.98%

Color #5F7D6A in popluar number systems.

HEX5F7D6A
Decimal95125106
Binary101111111111011101010
Octal137175152

Shades and tints

Shades of #5F7D6A

#5F7D6A
(95,125,106)
#577261
(87,114,97)
#4F6758
(79,103,88)
#475C4F
(71,92,79)
#3F5146
(63,81,70)
#37463D
(55,70,61)
#2F3B34
(47,59,52)
#27302B
(39,48,43)
#1F2522
(31,37,34)
#171A19
(23,26,25)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #5F7D6A

#5F7D6A
(95,125,106)
#6D8877
(109,136,119)
#7B9384
(123,147,132)
#899E91
(137,158,145)
#97A99E
(151,169,158)
#A5B4AB
(165,180,171)
#B3BFB8
(179,191,184)
#C1CAC5
(193,202,197)
#CFD5D2
(207,213,210)
#DDE0DF
(221,224,223)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F7D6A; }

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

This text font color is #5F7D6A.


Background Color

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

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

This div background color is #5F7D6A.


Border color

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

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

This div border color is #5F7D6A.


Opacity

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

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

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

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

This text has shadow with #5F7D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7D6A on black background.


Color preview on white background

This text has color #5F7D6A on white background.



Black color preview on #5F7D6A background

This text has black color on #5F7D6A background.


White color preview on #5F7D6A background

This text has white color on #5F7D6A background.