COLOR #5F977D

HEX: #5F977D
RGB: (95,151,125)

Color info

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

RGB color model

#5F977D color RGB value is (95,151,125).

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

RGB channels and saturation

R 95 of 255 = 37%
G 151 of 255 = 59%
B 125 of 255 = 49%

95
151
125

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

Portions of RGB colors in percentages

R + G + B =
95 + 151 + 125 = 371 (100%)
R 95 of 371 ~ 25.61%
G 151 of 371 ~ 40.7%
B 125 of 371 ~ 33.69%

%25.61
%40.7
%33.69

CMYK color model

#5F977D color CMYK value is (37,0,17,41).

  • cyan value is 37.09%
  • magenta value is 0.00%
  • yellow value is 17.22%
  • key color value is 40.78%
CMYK: (37,0,17,41) C37M0Y17K41 (37%,0%,17%,41%) (0.37/0.00/0.17/0.41)

CMYK percentages

%37.09
%0
%17.22
%40.78

Codes

Color #5F977D in popluar color models

5F977D
RGB95151125
HSL152°22.76%48.24%
HSB/HSV152°37.09%59.22%
CMYK37.09%0.00%17.22%
40.78%

Color #5F977D in popluar number systems.

HEX5F977D
Decimal95151125
Binary1011111100101111111101
Octal137227175

Shades and tints

Shades of #5F977D

#5F977D
(95,151,125)
#578A72
(87,138,114)
#4F7D67
(79,125,103)
#47705C
(71,112,92)
#3F6351
(63,99,81)
#375646
(55,86,70)
#2F493B
(47,73,59)
#273C30
(39,60,48)
#1F2F25
(31,47,37)
#17221A
(23,34,26)
#0F150F
(15,21,15)
#000000
(0,0,0)

Tints of #5F977D

#5F977D
(95,151,125)
#6DA088
(109,160,136)
#7BA993
(123,169,147)
#89B29E
(137,178,158)
#97BBA9
(151,187,169)
#A5C4B4
(165,196,180)
#B3CDBF
(179,205,191)
#C1D6CA
(193,214,202)
#CFDFD5
(207,223,213)
#DDE8E0
(221,232,224)
#EBF1EB
(235,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F977D; }

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

This text font color is #5F977D.


Background Color

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

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

This div background color is #5F977D.


Border color

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

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

This div border color is #5F977D.


Opacity

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

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

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

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

This text has shadow with #5F977D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5F977D on black background.


Color preview on white background

This text has color #5F977D on white background.



Black color preview on #5F977D background

This text has black color on #5F977D background.


White color preview on #5F977D background

This text has white color on #5F977D background.