COLOR #5F9561

HEX: #5F9561
RGB: (95,149,97)

Color info

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

RGB color model

#5F9561 color RGB value is (95,149,97).

  • red value is 95;
  • green value is 149;
  • blue value is 97.
RGB:
(95,149,97)
(37%,58%,38%)

RGB channels and saturation

R 95 of 255 = 37%
G 149 of 255 = 58%
B 97 of 255 = 38%

95
149
97

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

Portions of RGB colors in percentages

R + G + B =
95 + 149 + 97 = 341 (100%)
R 95 of 341 ~ 27.86%
G 149 of 341 ~ 43.7%
B 97 of 341 ~ 28.45%

%27.86
%43.7
%28.45

CMYK color model

#5F9561 color CMYK value is (36,0,35,42).

  • cyan value is 36.24%
  • magenta value is 0.00%
  • yellow value is 34.90%
  • key color value is 41.57%
CMYK:
(36,0,35,42)
C36M0Y35K42 
(36%,0%,35%,42%)
(0.36/0.00/0.35/0.42)	

CMYK percentages

%36.24
%0
%34.9
%41.57

Codes

Color #5F9561 in popluar color models

5F9561
RGB9514997
HSL122°22.13%47.84%
HSB/HSV122°36.24%58.43%
CMYK36.24%0.00%34.90%
41.57%

Color #5F9561 in popluar number systems.

HEX5F9561
Decimal9514997
Binary1011111100101011100001
Octal137225141

Shades and tints

Shades of #5F9561

#5F9561
(95,149,97)
#578859
(87,136,89)
#4F7B51
(79,123,81)
#476E49
(71,110,73)
#3F6141
(63,97,65)
#375439
(55,84,57)
#2F4731
(47,71,49)
#273A29
(39,58,41)
#1F2D21
(31,45,33)
#172019
(23,32,25)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #5F9561

#5F9561
(95,149,97)
#6D9E6F
(109,158,111)
#7BA77D
(123,167,125)
#89B08B
(137,176,139)
#97B999
(151,185,153)
#A5C2A7
(165,194,167)
#B3CBB5
(179,203,181)
#C1D4C3
(193,212,195)
#CFDDD1
(207,221,209)
#DDE6DF
(221,230,223)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F9561 color. Also use rgb(95,149,97) instead hex code.

Text Font Color

.myTextColor { color: #5F9561; }

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

This text font color is #5F9561.


Background Color

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

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

This div background color is #5F9561.


Border color

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

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

This div border color is #5F9561.


Opacity

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

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

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

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

This text has shadow with #5F9561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F9561 on black background.


Color preview on white background

This text has color #5F9561 on white background.



Black color preview on #5F9561 background

This text has black color on #5F9561 background.


White color preview on #5F9561 background

This text has white color on #5F9561 background.