COLOR #5F7240

HEX: #5F7240 RGB: (95,114,64)

Color info

#5F7240 contains red, green and blue colors in about the same proportion. Web safe color of #5F7240 is #666633 (or #663).

RGB color model

#5F7240 color RGB value is (95,114,64).

RGB: (95,114,64) (37%, 45%, 25%)

RGB channels and saturation

R 95 of 255 = 37%
G 114 of 255 = 45%
B 64 of 255 = 25%

95
114
64

R + G + B ~ 36%. #5F7240 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 114 + 64 = 273 (100%)
R 95 of 273 ~ 34.8%
G 114 of 273 ~ 41.76%
B 64 of 273 ~ 23.44'%

%34.8
%41.76
%23.44

CMYK color model

#5F7240 color CMYK value is (17,0,44,55).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 43.86%
  • key color value is 55.29%

CMYK: (17,0,44,55)
C17M0Y44K55 (17%, 0%, 44%, 55%)
(0.17 / 0.00 / 0.44 / 0.55)

CMYK percentages

%16.67
%0
%43.86
%55.29

Codes

Color #5F7240 in popluar color models

5F 72 40
RGB 95 114 64
HSL 83° 28.09% 34.90%
HSB/HSV 83° 43.86% 44.71%
CMYK 16.67% 0.00% 43.86%
55.29%

Color #5F7240 in popluar number systems.

HEX 5F 72 40
Decimal 95 114 64
Binary 1011111 1110010 1000000
Octal 137 162 100

Shades and tints

Shades of #5F7240

#5F7240
(95,114,64)
#57683B
(87,104,59)
#4F5E36
(79,94,54)
#475431
(71,84,49)
#3F4A2C
(63,74,44)
#374027
(55,64,39)
#2F3622
(47,54,34)
#272C1D
(39,44,29)
#1F2218
(31,34,24)
#171813
(23,24,19)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #5F7240

#5F7240
(95,114,64)
#6D7E51
(109,126,81)
#7B8A62
(123,138,98)
#899673
(137,150,115)
#97A284
(151,162,132)
#A5AE95
(165,174,149)
#B3BAA6
(179,186,166)
#C1C6B7
(193,198,183)
#CFD2C8
(207,210,200)
#DDDED9
(221,222,217)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F7240 color. Also use rgb(95,114,64) instead hex code.

Text Font Color

.myTextColor { color: #5F7240; }

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

This text font color is #5F7240.

Background Color

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

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

This div background color is #5F7240.

Border color

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

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

This div border color is #5F7240.

Opacity

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

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

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

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

This text has shadow with #5F7240 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F7240.

Preview

Color preview on black background

This text has color #5F7240 on black background.


Color preview on white background

This text has color #5F7240 on white background.


Black color preview on #5F7240 background

This text has black color on #5F7240 background.


White color preview on #5F7240 background

This text has white color on #5F7240 background.


Related colors

Complementary color

Complementary color for #hex is #A08DBF.


I love getcolorcode.com

Triadic colors

1 #405F72 and #72405F with #5F7240 are triadic colors.

2 #40725F and #725F40 with #5F7240 are triadic colors.