COLOR #5F9077

HEX: #5F9077
RGB: (95,144,119)

Color info

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

RGB color model

#5F9077 color RGB value is (95,144,119).

  • red value is 95;
  • green value is 144;
  • blue value is 119.
RGB:
(95,144,119)
(37%,56%,47%)

RGB channels and saturation

R 95 of 255 = 37%
G 144 of 255 = 56%
B 119 of 255 = 47%

95
144
119

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

Portions of RGB colors in percentages

R + G + B =
95 + 144 + 119 = 358 (100%)
R 95 of 358 ~ 26.54%
G 144 of 358 ~ 40.22%
B 119 of 358 ~ 33.24%

%26.54
%40.22
%33.24

CMYK color model

#5F9077 color CMYK value is (34,0,17,44).

  • cyan value is 34.03%
  • magenta value is 0.00%
  • yellow value is 17.36%
  • key color value is 43.53%
CMYK:
(34,0,17,44)
C34M0Y17K44 
(34%,0%,17%,44%)
(0.34/0.00/0.17/0.44)	

CMYK percentages

%34.03
%0
%17.36
%43.53

Codes

Color #5F9077 in popluar color models

5F9077
RGB95144119
HSL149°20.50%46.86%
HSB/HSV149°34.03%56.47%
CMYK34.03%0.00%17.36%
43.53%

Color #5F9077 in popluar number systems.

HEX5F9077
Decimal95144119
Binary1011111100100001110111
Octal137220167

Shades and tints

Shades of #5F9077

#5F9077
(95,144,119)
#57836D
(87,131,109)
#4F7663
(79,118,99)
#476959
(71,105,89)
#3F5C4F
(63,92,79)
#374F45
(55,79,69)
#2F423B
(47,66,59)
#273531
(39,53,49)
#1F2827
(31,40,39)
#171B1D
(23,27,29)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #5F9077

#5F9077
(95,144,119)
#6D9A83
(109,154,131)
#7BA48F
(123,164,143)
#89AE9B
(137,174,155)
#97B8A7
(151,184,167)
#A5C2B3
(165,194,179)
#B3CCBF
(179,204,191)
#C1D6CB
(193,214,203)
#CFE0D7
(207,224,215)
#DDEAE3
(221,234,227)
#EBF4EF
(235,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F9077 color. Also use rgb(95,144,119) instead hex code.

Text Font Color

.myTextColor { color: #5F9077; }

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

This text font color is #5F9077.


Background Color

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

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

This div background color is #5F9077.


Border color

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

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

This div border color is #5F9077.


Opacity

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

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

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

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

This text has shadow with #5F9077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F9077 on black background.


Color preview on white background

This text has color #5F9077 on white background.



Black color preview on #5F9077 background

This text has black color on #5F9077 background.


White color preview on #5F9077 background

This text has white color on #5F9077 background.