COLOR #5F9565

HEX: #5F9565
RGB: (95,149,101)

Color info

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

RGB color model

#5F9565 color RGB value is (95,149,101).

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

RGB channels and saturation

R 95 of 255 = 37%
G 149 of 255 = 58%
B 101 of 255 = 40%

95
149
101

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

Portions of RGB colors in percentages

R + G + B =
95 + 149 + 101 = 345 (100%)
R 95 of 345 ~ 27.54%
G 149 of 345 ~ 43.19%
B 101 of 345 ~ 29.28%

%27.54
%43.19
%29.28

CMYK color model

#5F9565 color CMYK value is (36,0,32,42).

  • cyan value is 36.24%
  • magenta value is 0.00%
  • yellow value is 32.21%
  • key color value is 41.57%
CMYK:
(36,0,32,42)
C36M0Y32K42 
(36%,0%,32%,42%)
(0.36/0.00/0.32/0.42)	

CMYK percentages

%36.24
%0
%32.21
%41.57

Codes

Color #5F9565 in popluar color models

5F9565
RGB95149101
HSL127°22.13%47.84%
HSB/HSV127°36.24%58.43%
CMYK36.24%0.00%32.21%
41.57%

Color #5F9565 in popluar number systems.

HEX5F9565
Decimal95149101
Binary1011111100101011100101
Octal137225145

Shades and tints

Shades of #5F9565

#5F9565
(95,149,101)
#57885C
(87,136,92)
#4F7B53
(79,123,83)
#476E4A
(71,110,74)
#3F6141
(63,97,65)
#375438
(55,84,56)
#2F472F
(47,71,47)
#273A26
(39,58,38)
#1F2D1D
(31,45,29)
#172014
(23,32,20)
#0F130B
(15,19,11)
#000000
(0,0,0)

Tints of #5F9565

#5F9565
(95,149,101)
#6D9E73
(109,158,115)
#7BA781
(123,167,129)
#89B08F
(137,176,143)
#97B99D
(151,185,157)
#A5C2AB
(165,194,171)
#B3CBB9
(179,203,185)
#C1D4C7
(193,212,199)
#CFDDD5
(207,221,213)
#DDE6E3
(221,230,227)
#EBEFF1
(235,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F9565; }

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

This text font color is #5F9565.


Background Color

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

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

This div background color is #5F9565.


Border color

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

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

This div border color is #5F9565.


Opacity

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

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

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

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

This text has shadow with #5F9565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F9565 on black background.


Color preview on white background

This text has color #5F9565 on white background.



Black color preview on #5F9565 background

This text has black color on #5F9565 background.


White color preview on #5F9565 background

This text has white color on #5F9565 background.