COLOR #5F874B

HEX: #5F874B RGB: (95,135,75)

Color info

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

RGB color model

#5F874B color RGB value is (95,135,75).

RGB: (95,135,75) (37%, 53%, 29%)

RGB channels and saturation

R 95 of 255 = 37%
G 135 of 255 = 53%
B 75 of 255 = 29%

95
135
75

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

Portions of RGB colors in percentages

R + G + B = 95 + 135 + 75 = 305 (100%)
R 95 of 305 ~ 31.15%
G 135 of 305 ~ 44.26%
B 75 of 305 ~ 24.59'%

%31.15
%44.26
%24.59

CMYK color model

#5F874B color CMYK value is (30,0,44,47).

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

CMYK: (30,0,44,47)
C30M0Y44K47 (30%, 0%, 44%, 47%)
(0.30 / 0.00 / 0.44 / 0.47)

CMYK percentages

%29.63
%0
%44.44
%47.06

Codes

Color #5F874B in popluar color models

5F 87 4B
RGB 95 135 75
HSL 100° 28.57% 41.18%
HSB/HSV 100° 44.44% 52.94%
CMYK 29.63% 0.00% 44.44%
47.06%

Color #5F874B in popluar number systems.

HEX 5F 87 4B
Decimal 95 135 75
Binary 1011111 10000111 1001011
Octal 137 207 113

Shades and tints

Shades of #5F874B

#5F874B
(95,135,75)
#577B45
(87,123,69)
#4F6F3F
(79,111,63)
#476339
(71,99,57)
#3F5733
(63,87,51)
#374B2D
(55,75,45)
#2F3F27
(47,63,39)
#273321
(39,51,33)
#1F271B
(31,39,27)
#171B15
(23,27,21)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #5F874B

#5F874B
(95,135,75)
#6D915B
(109,145,91)
#7B9B6B
(123,155,107)
#89A57B
(137,165,123)
#97AF8B
(151,175,139)
#A5B99B
(165,185,155)
#B3C3AB
(179,195,171)
#C1CDBB
(193,205,187)
#CFD7CB
(207,215,203)
#DDE1DB
(221,225,219)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F874B; }

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

This text font color is #5F874B.

Background Color

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

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

This div background color is #5F874B.

Border color

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

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

This div border color is #5F874B.

Opacity

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

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

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

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

This text has shadow with #5F874B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F874B.

Preview

Color preview on black background

This text has color #5F874B on black background.


Color preview on white background

This text has color #5F874B on white background.


Black color preview on #5F874B background

This text has black color on #5F874B background.


White color preview on #5F874B background

This text has white color on #5F874B background.


Related colors

Complementary color

Complementary color for #hex is #A078B4.


I love getcolorcode.com

Triadic colors

1 #4B5F87 and #874B5F with #5F874B are triadic colors.

2 #4B875F and #875F4B with #5F874B are triadic colors.