COLOR #5F994C

HEX: #5F994C
RGB: (95,153,76)

Color info

#5F994C contains mainly red and green colors. Web safe color of #5F994C is #669933 (or #693).

RGB color model

#5F994C color RGB value is (95,153,76).

  • red value is 95;
  • green value is 153;
  • blue value is 76.
RGB:
(95,153,76)
(37%,60%,30%)

RGB channels and saturation

R 95 of 255 = 37%
G 153 of 255 = 60%
B 76 of 255 = 30%

95
153
76

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

Portions of RGB colors in percentages

R + G + B =
95 + 153 + 76 = 324 (100%)
R 95 of 324 ~ 29.32%
G 153 of 324 ~ 47.22%
B 76 of 324 ~ 23.46%

%29.32
%47.22
%23.46

CMYK color model

#5F994C color CMYK value is (38,0,50,40).

  • cyan value is 37.91%
  • magenta value is 0.00%
  • yellow value is 50.33%
  • key color value is 40.00%
CMYK:
(38,0,50,40)
C38M0Y50K40 
(38%,0%,50%,40%)
(0.38/0.00/0.50/0.40)	

CMYK percentages

%37.91
%0
%50.33
%40

Codes

Color #5F994C in popluar color models

5F994C
RGB9515376
HSL105°33.62%44.90%
HSB/HSV105°50.33%60.00%
CMYK37.91%0.00%50.33%
40.00%

Color #5F994C in popluar number systems.

HEX5F994C
Decimal9515376
Binary1011111100110011001100
Octal137231114

Shades and tints

Shades of #5F994C

#5F994C
(95,153,76)
#578C46
(87,140,70)
#4F7F40
(79,127,64)
#47723A
(71,114,58)
#3F6534
(63,101,52)
#37582E
(55,88,46)
#2F4B28
(47,75,40)
#273E22
(39,62,34)
#1F311C
(31,49,28)
#172416
(23,36,22)
#0F1710
(15,23,16)
#000000
(0,0,0)

Tints of #5F994C

#5F994C
(95,153,76)
#6DA25C
(109,162,92)
#7BAB6C
(123,171,108)
#89B47C
(137,180,124)
#97BD8C
(151,189,140)
#A5C69C
(165,198,156)
#B3CFAC
(179,207,172)
#C1D8BC
(193,216,188)
#CFE1CC
(207,225,204)
#DDEADC
(221,234,220)
#EBF3EC
(235,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F994C color. Also use rgb(95,153,76) instead hex code.

Text Font Color

.myTextColor { color: #5F994C; }

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

This text font color is #5F994C.


Background Color

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

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

This div background color is #5F994C.


Border color

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

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

This div border color is #5F994C.


Opacity

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

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

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

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

This text has shadow with #5F994C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F994C on black background.


Color preview on white background

This text has color #5F994C on white background.



Black color preview on #5F994C background

This text has black color on #5F994C background.


White color preview on #5F994C background

This text has white color on #5F994C background.