COLOR #5F877D

HEX: #5F877D
RGB: (95,135,125)

Color info

#5F877D contains red, green and blue colors in about the same proportion. Web safe color of #5F877D is #669966 (or #696).

RGB color model

#5F877D color RGB value is (95,135,125).

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

RGB channels and saturation

R 95 of 255 = 37%
G 135 of 255 = 53%
B 125 of 255 = 49%

95
135
125

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

Portions of RGB colors in percentages

R + G + B =
95 + 135 + 125 = 355 (100%)
R 95 of 355 ~ 26.76%
G 135 of 355 ~ 38.03%
B 125 of 355 ~ 35.21%

%26.76
%38.03
%35.21

CMYK color model

#5F877D color CMYK value is (30,0,7,47).

  • cyan value is 29.63%
  • magenta value is 0.00%
  • yellow value is 7.41%
  • key color value is 47.06%
CMYK:
(30,0,7,47)
C30M0Y7K47 
(30%,0%,7%,47%)
(0.30/0.00/0.07/0.47)	

CMYK percentages

%29.63
%0
%7.41
%47.06

Codes

Color #5F877D in popluar color models

5F877D
RGB95135125
HSL165°17.39%45.10%
HSB/HSV165°29.63%52.94%
CMYK29.63%0.00%7.41%
47.06%

Color #5F877D in popluar number systems.

HEX5F877D
Decimal95135125
Binary1011111100001111111101
Octal137207175

Shades and tints

Shades of #5F877D

#5F877D
(95,135,125)
#577B72
(87,123,114)
#4F6F67
(79,111,103)
#47635C
(71,99,92)
#3F5751
(63,87,81)
#374B46
(55,75,70)
#2F3F3B
(47,63,59)
#273330
(39,51,48)
#1F2725
(31,39,37)
#171B1A
(23,27,26)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #5F877D

#5F877D
(95,135,125)
#6D9188
(109,145,136)
#7B9B93
(123,155,147)
#89A59E
(137,165,158)
#97AFA9
(151,175,169)
#A5B9B4
(165,185,180)
#B3C3BF
(179,195,191)
#C1CDCA
(193,205,202)
#CFD7D5
(207,215,213)
#DDE1E0
(221,225,224)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F877D; }

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

This text font color is #5F877D.


Background Color

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

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

This div background color is #5F877D.


Border color

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

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

This div border color is #5F877D.


Opacity

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

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

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

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

This text has shadow with #5F877D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F877D on black background.


Color preview on white background

This text has color #5F877D on white background.



Black color preview on #5F877D background

This text has black color on #5F877D background.


White color preview on #5F877D background

This text has white color on #5F877D background.