COLOR #5F9079

HEX: #5F9079
RGB: (95,144,121)

Color info

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

RGB color model

#5F9079 color RGB value is (95,144,121).

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

RGB channels and saturation

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

95
144
121

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

Portions of RGB colors in percentages

R + G + B =
95 + 144 + 121 = 360 (100%)
R 95 of 360 ~ 26.39%
G 144 of 360 ~ 40%
B 121 of 360 ~ 33.61%

%26.39
%40
%33.61

CMYK color model

#5F9079 color CMYK value is (34,0,16,44).

  • cyan value is 34.03%
  • magenta value is 0.00%
  • yellow value is 15.97%
  • key color value is 43.53%
CMYK:
(34,0,16,44)
C34M0Y16K44 
(34%,0%,16%,44%)
(0.34/0.00/0.16/0.44)	

CMYK percentages

%34.03
%0
%15.97
%43.53

Codes

Color #5F9079 in popluar color models

5F9079
RGB95144121
HSL152°20.50%46.86%
HSB/HSV152°34.03%56.47%
CMYK34.03%0.00%15.97%
43.53%

Color #5F9079 in popluar number systems.

HEX5F9079
Decimal95144121
Binary1011111100100001111001
Octal137220171

Shades and tints

Shades of #5F9079

#5F9079
(95,144,121)
#57836E
(87,131,110)
#4F7663
(79,118,99)
#476958
(71,105,88)
#3F5C4D
(63,92,77)
#374F42
(55,79,66)
#2F4237
(47,66,55)
#27352C
(39,53,44)
#1F2821
(31,40,33)
#171B16
(23,27,22)
#0F0E0B
(15,14,11)
#000000
(0,0,0)

Tints of #5F9079

#5F9079
(95,144,121)
#6D9A85
(109,154,133)
#7BA491
(123,164,145)
#89AE9D
(137,174,157)
#97B8A9
(151,184,169)
#A5C2B5
(165,194,181)
#B3CCC1
(179,204,193)
#C1D6CD
(193,214,205)
#CFE0D9
(207,224,217)
#DDEAE5
(221,234,229)
#EBF4F1
(235,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F9079; }

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

This text font color is #5F9079.


Background Color

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

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

This div background color is #5F9079.


Border color

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

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

This div border color is #5F9079.


Opacity

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

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

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

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

This text has shadow with #5F9079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F9079 on black background.


Color preview on white background

This text has color #5F9079 on white background.



Black color preview on #5F9079 background

This text has black color on #5F9079 background.


White color preview on #5F9079 background

This text has white color on #5F9079 background.