COLOR #5F8362

HEX: #5F8362 RGB: (95,131,98)

Color info

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

RGB color model

#5F8362 color RGB value is (95,131,98).

RGB: (95,131,98) (37%, 51%, 38%)

RGB channels and saturation

R 95 of 255 = 37%
G 131 of 255 = 51%
B 98 of 255 = 38%

95
131
98

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

Portions of RGB colors in percentages

R + G + B = 95 + 131 + 98 = 324 (100%)
R 95 of 324 ~ 29.32%
G 131 of 324 ~ 40.43%
B 98 of 324 ~ 30.25'%

%29.32
%40.43
%30.25

CMYK color model

#5F8362 color CMYK value is (27,0,25,49).

  • cyan value is 27.48%
  • magenta value is 0.00%
  • yellow value is 25.19%
  • key color value is 48.63%
CMYK: (27,0,25,49) C27M0Y25K49 (27%,0%,25%,49%) (0.27/0.00/0.25/0.49) 

CMYK percentages

%27.48
%0
%25.19
%48.63

Codes

Color #5F8362 in popluar color models

5F 83 62
RGB 95 131 98
HSL 125° 15.93% 44.31%
HSB/HSV 125° 27.48% 51.37%
CMYK 27.48% 0.00% 25.19%
48.63%

Color #5F8362 in popluar number systems.

HEX 5F 83 62
Decimal 95 131 98
Binary 1011111 10000011 1100010
Octal 137 203 142

Shades and tints

Shades of #5F8362

#5F8362
(95,131,98)
#57785A
(87,120,90)
#4F6D52
(79,109,82)
#47624A
(71,98,74)
#3F5742
(63,87,66)
#374C3A
(55,76,58)
#2F4132
(47,65,50)
#27362A
(39,54,42)
#1F2B22
(31,43,34)
#17201A
(23,32,26)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #5F8362

#5F8362
(95,131,98)
#6D8E70
(109,142,112)
#7B997E
(123,153,126)
#89A48C
(137,164,140)
#97AF9A
(151,175,154)
#A5BAA8
(165,186,168)
#B3C5B6
(179,197,182)
#C1D0C4
(193,208,196)
#CFDBD2
(207,219,210)
#DDE6E0
(221,230,224)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F8362 color. Also use rgb(95,131,98) instead hex code.

Text Font Color

.myTextColor { color: #5F8362; }

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

This text font color is #5F8362.

Background Color

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

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

This div background color is #5F8362.

Border color

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

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

This div border color is #5F8362.

Opacity

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

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

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

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

This text has shadow with #5F8362 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F8362.

Preview

Color preview on black background

This text has color #5F8362 on black background.


Color preview on white background

This text has color #5F8362 on white background.


Black color preview on #5F8362 background

This text has black color on #5F8362 background.


White color preview on #5F8362 background

This text has white color on #5F8362 background.


Related colors

Complementary color

Complementary color for #hex is #A07C9D.


I love getcolorcode.com

Triadic colors

1 #625F83 and #83625F with #5F8362 are triadic colors.

2 #62835F and #835F62 with #5F8362 are triadic colors.