COLOR #5F8751

HEX: #5F8751 RGB: (95,135,81)

Color info

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

RGB color model

#5F8751 color RGB value is (95,135,81).

RGB: (95,135,81) (37%, 53%, 32%)

RGB channels and saturation

R 95 of 255 = 37%
G 135 of 255 = 53%
B 81 of 255 = 32%

95
135
81

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

Portions of RGB colors in percentages

R + G + B = 95 + 135 + 81 = 311 (100%)
R 95 of 311 ~ 30.55%
G 135 of 311 ~ 43.41%
B 81 of 311 ~ 26.05'%

%30.55
%43.41
%26.05

CMYK color model

#5F8751 color CMYK value is (30,0,40,47).

  • cyan value is 29.63%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 47.06%

CMYK: (30,0,40,47)
C30M0Y40K47 (30%, 0%, 40%, 47%)
(0.30 / 0.00 / 0.40 / 0.47)

CMYK percentages

%29.63
%0
%40
%47.06

Codes

Color #5F8751 in popluar color models

5F 87 51
RGB 95 135 81
HSL 104° 25.00% 42.35%
HSB/HSV 104° 40.00% 52.94%
CMYK 29.63% 0.00% 40.00%
47.06%

Color #5F8751 in popluar number systems.

HEX 5F 87 51
Decimal 95 135 81
Binary 1011111 10000111 1010001
Octal 137 207 121

Shades and tints

Shades of #5F8751

#5F8751
(95,135,81)
#577B4A
(87,123,74)
#4F6F43
(79,111,67)
#47633C
(71,99,60)
#3F5735
(63,87,53)
#374B2E
(55,75,46)
#2F3F27
(47,63,39)
#273320
(39,51,32)
#1F2719
(31,39,25)
#171B12
(23,27,18)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #5F8751

#5F8751
(95,135,81)
#6D9160
(109,145,96)
#7B9B6F
(123,155,111)
#89A57E
(137,165,126)
#97AF8D
(151,175,141)
#A5B99C
(165,185,156)
#B3C3AB
(179,195,171)
#C1CDBA
(193,205,186)
#CFD7C9
(207,215,201)
#DDE1D8
(221,225,216)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F8751 color. Also use rgb(95,135,81) instead hex code.

Text Font Color

.myTextColor { color: #5F8751; }

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

This text font color is #5F8751.

Background Color

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

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

This div background color is #5F8751.

Border color

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

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

This div border color is #5F8751.

Opacity

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

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

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

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

This text has shadow with #5F8751 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F8751.

Preview

Color preview on black background

This text has color #5F8751 on black background.


Color preview on white background

This text has color #5F8751 on white background.


Black color preview on #5F8751 background

This text has black color on #5F8751 background.


White color preview on #5F8751 background

This text has white color on #5F8751 background.


Related colors

Complementary color

Complementary color for #hex is #A078AE.


I love getcolorcode.com

Triadic colors

1 #515F87 and #87515F with #5F8751 are triadic colors.

2 #51875F and #875F51 with #5F8751 are triadic colors.