COLOR #5F9563

HEX: #5F9563
RGB: (95,149,99)

Color info

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

RGB color model

#5F9563 color RGB value is (95,149,99).

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

RGB channels and saturation

R 95 of 255 = 37%
G 149 of 255 = 58%
B 99 of 255 = 39%

95
149
99

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

Portions of RGB colors in percentages

R + G + B =
95 + 149 + 99 = 343 (100%)
R 95 of 343 ~ 27.7%
G 149 of 343 ~ 43.44%
B 99 of 343 ~ 28.86%

%27.7
%43.44
%28.86

CMYK color model

#5F9563 color CMYK value is (36,0,34,42).

  • cyan value is 36.24%
  • magenta value is 0.00%
  • yellow value is 33.56%
  • key color value is 41.57%
CMYK:
(36,0,34,42)
C36M0Y34K42 
(36%,0%,34%,42%)
(0.36/0.00/0.34/0.42)	

CMYK percentages

%36.24
%0
%33.56
%41.57

Codes

Color #5F9563 in popluar color models

5F9563
RGB9514999
HSL124°22.13%47.84%
HSB/HSV124°36.24%58.43%
CMYK36.24%0.00%33.56%
41.57%

Color #5F9563 in popluar number systems.

HEX5F9563
Decimal9514999
Binary1011111100101011100011
Octal137225143

Shades and tints

Shades of #5F9563

#5F9563
(95,149,99)
#57885A
(87,136,90)
#4F7B51
(79,123,81)
#476E48
(71,110,72)
#3F613F
(63,97,63)
#375436
(55,84,54)
#2F472D
(47,71,45)
#273A24
(39,58,36)
#1F2D1B
(31,45,27)
#172012
(23,32,18)
#0F1309
(15,19,9)
#000000
(0,0,0)

Tints of #5F9563

#5F9563
(95,149,99)
#6D9E71
(109,158,113)
#7BA77F
(123,167,127)
#89B08D
(137,176,141)
#97B99B
(151,185,155)
#A5C2A9
(165,194,169)
#B3CBB7
(179,203,183)
#C1D4C5
(193,212,197)
#CFDDD3
(207,221,211)
#DDE6E1
(221,230,225)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F9563; }

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

This text font color is #5F9563.


Background Color

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

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

This div background color is #5F9563.


Border color

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

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

This div border color is #5F9563.


Opacity

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

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

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

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

This text has shadow with #5F9563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F9563 on black background.


Color preview on white background

This text has color #5F9563 on white background.



Black color preview on #5F9563 background

This text has black color on #5F9563 background.


White color preview on #5F9563 background

This text has white color on #5F9563 background.