COLOR #5F813B

HEX: #5F813B RGB: (95,129,59)

Color info

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

RGB color model

#5F813B color RGB value is (95,129,59).

RGB: (95,129,59) (37%, 51%, 23%)

RGB channels and saturation

R 95 of 255 = 37%
G 129 of 255 = 51%
B 59 of 255 = 23%

95
129
59

R + G + B ~ 37%. #5F813B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 129 + 59 = 283 (100%)
R 95 of 283 ~ 33.57%
G 129 of 283 ~ 45.58%
B 59 of 283 ~ 20.85'%

%33.57
%45.58
%20.85

CMYK color model

#5F813B color CMYK value is (26,0,54,49).

  • cyan value is 26.36%
  • magenta value is 0.00%
  • yellow value is 54.26%
  • key color value is 49.41%

CMYK: (26,0,54,49)
C26M0Y54K49 (26%, 0%, 54%, 49%)
(0.26 / 0.00 / 0.54 / 0.49)

CMYK percentages

%26.36
%0
%54.26
%49.41

Codes

Color #5F813B in popluar color models

5F 81 3B
RGB 95 129 59
HSL 89° 37.23% 36.86%
HSB/HSV 89° 54.26% 50.59%
CMYK 26.36% 0.00% 54.26%
49.41%

Color #5F813B in popluar number systems.

HEX 5F 81 3B
Decimal 95 129 59
Binary 1011111 10000001 111011
Octal 137 201 73

Shades and tints

Shades of #5F813B

#5F813B
(95,129,59)
#577636
(87,118,54)
#4F6B31
(79,107,49)
#47602C
(71,96,44)
#3F5527
(63,85,39)
#374A22
(55,74,34)
#2F3F1D
(47,63,29)
#273418
(39,52,24)
#1F2913
(31,41,19)
#171E0E
(23,30,14)
#0F1309
(15,19,9)
#000000
(0,0,0)

Tints of #5F813B

#5F813B
(95,129,59)
#6D8C4C
(109,140,76)
#7B975D
(123,151,93)
#89A26E
(137,162,110)
#97AD7F
(151,173,127)
#A5B890
(165,184,144)
#B3C3A1
(179,195,161)
#C1CEB2
(193,206,178)
#CFD9C3
(207,217,195)
#DDE4D4
(221,228,212)
#EBEFE5
(235,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F813B color. Also use rgb(95,129,59) instead hex code.

Text Font Color

.myTextColor { color: #5F813B; }

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

This text font color is #5F813B.

Background Color

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

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

This div background color is #5F813B.

Border color

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

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

This div border color is #5F813B.

Opacity

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

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

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

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

This text has shadow with #5F813B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F813B.

Preview

Color preview on black background

This text has color #5F813B on black background.


Color preview on white background

This text has color #5F813B on white background.


Black color preview on #5F813B background

This text has black color on #5F813B background.


White color preview on #5F813B background

This text has white color on #5F813B background.


Related colors

Complementary color

Complementary color for #hex is #A07EC4.


I love getcolorcode.com

Triadic colors

1 #3B5F81 and #813B5F with #5F813B are triadic colors.

2 #3B815F and #815F3B with #5F813B are triadic colors.