COLOR #5F824E

HEX: #5F824E
RGB: (95,130,78)

Color info

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

RGB color model

#5F824E color RGB value is (95,130,78).

  • red value is 95;
  • green value is 130;
  • blue value is 78.
RGB:
(95,130,78)
(37%,51%,31%)

RGB channels and saturation

R 95 of 255 = 37%
G 130 of 255 = 51%
B 78 of 255 = 31%

95
130
78

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

Portions of RGB colors in percentages

R + G + B =
95 + 130 + 78 = 303 (100%)
R 95 of 303 ~ 31.35%
G 130 of 303 ~ 42.9%
B 78 of 303 ~ 25.74%

%31.35
%42.9
%25.74

CMYK color model

#5F824E color CMYK value is (27,0,40,49).

  • cyan value is 26.92%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 49.02%
CMYK:
(27,0,40,49)
C27M0Y40K49 
(27%,0%,40%,49%)
(0.27/0.00/0.40/0.49)	

CMYK percentages

%26.92
%0
%40
%49.02

Codes

Color #5F824E in popluar color models

5F824E
RGB9513078
HSL100°25.00%40.78%
HSB/HSV100°40.00%50.98%
CMYK26.92%0.00%40.00%
49.02%

Color #5F824E in popluar number systems.

HEX5F824E
Decimal9513078
Binary1011111100000101001110
Octal137202116

Shades and tints

Shades of #5F824E

#5F824E
(95,130,78)
#577747
(87,119,71)
#4F6C40
(79,108,64)
#476139
(71,97,57)
#3F5632
(63,86,50)
#374B2B
(55,75,43)
#2F4024
(47,64,36)
#27351D
(39,53,29)
#1F2A16
(31,42,22)
#171F0F
(23,31,15)
#0F1408
(15,20,8)
#000000
(0,0,0)

Tints of #5F824E

#5F824E
(95,130,78)
#6D8D5E
(109,141,94)
#7B986E
(123,152,110)
#89A37E
(137,163,126)
#97AE8E
(151,174,142)
#A5B99E
(165,185,158)
#B3C4AE
(179,196,174)
#C1CFBE
(193,207,190)
#CFDACE
(207,218,206)
#DDE5DE
(221,229,222)
#EBF0EE
(235,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F824E color. Also use rgb(95,130,78) instead hex code.

Text Font Color

.myTextColor { color: #5F824E; }

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

This text font color is #5F824E.


Background Color

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

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

This div background color is #5F824E.


Border color

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

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

This div border color is #5F824E.


Opacity

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

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

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

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

This text has shadow with #5F824E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F824E on black background.


Color preview on white background

This text has color #5F824E on white background.



Black color preview on #5F824E background

This text has black color on #5F824E background.


White color preview on #5F824E background

This text has white color on #5F824E background.