COLOR #5F7442

HEX: #5F7442 RGB: (95,116,66)

Color info

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

RGB color model

#5F7442 color RGB value is (95,116,66).

RGB: (95,116,66) (37%, 45%, 26%)

RGB channels and saturation

R 95 of 255 = 37%
G 116 of 255 = 45%
B 66 of 255 = 26%

95
116
66

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

Portions of RGB colors in percentages

R + G + B = 95 + 116 + 66 = 277 (100%)
R 95 of 277 ~ 34.3%
G 116 of 277 ~ 41.88%
B 66 of 277 ~ 23.83'%

%34.3
%41.88
%23.83

CMYK color model

#5F7442 color CMYK value is (18,0,43,55).

  • cyan value is 18.10%
  • magenta value is 0.00%
  • yellow value is 43.10%
  • key color value is 54.51%
CMYK: (18,0,43,55) C18M0Y43K55 (18%,0%,43%,55%) (0.18/0.00/0.43/0.55) 

CMYK percentages

%18.1
%0
%43.1
%54.51

Codes

Color #5F7442 in popluar color models

5F 74 42
RGB 95 116 66
HSL 85° 27.47% 35.69%
HSB/HSV 85° 43.10% 45.49%
CMYK 18.10% 0.00% 43.10%
54.51%

Color #5F7442 in popluar number systems.

HEX 5F 74 42
Decimal 95 116 66
Binary 1011111 1110100 1000010
Octal 137 164 102

Shades and tints

Shades of #5F7442

#5F7442
(95,116,66)
#576A3C
(87,106,60)
#4F6036
(79,96,54)
#475630
(71,86,48)
#3F4C2A
(63,76,42)
#374224
(55,66,36)
#2F381E
(47,56,30)
#272E18
(39,46,24)
#1F2412
(31,36,18)
#171A0C
(23,26,12)
#0F1006
(15,16,6)
#000000
(0,0,0)

Tints of #5F7442

#5F7442
(95,116,66)
#6D8053
(109,128,83)
#7B8C64
(123,140,100)
#899875
(137,152,117)
#97A486
(151,164,134)
#A5B097
(165,176,151)
#B3BCA8
(179,188,168)
#C1C8B9
(193,200,185)
#CFD4CA
(207,212,202)
#DDE0DB
(221,224,219)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F7442 color. Also use rgb(95,116,66) instead hex code.

Text Font Color

.myTextColor { color: #5F7442; }

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

This text font color is #5F7442.

Background Color

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

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

This div background color is #5F7442.

Border color

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

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

This div border color is #5F7442.

Opacity

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

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

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

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

This text has shadow with #5F7442 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F7442.

Preview

Color preview on black background

This text has color #5F7442 on black background.


Color preview on white background

This text has color #5F7442 on white background.


Black color preview on #5F7442 background

This text has black color on #5F7442 background.


White color preview on #5F7442 background

This text has white color on #5F7442 background.


Related colors

Complementary color

Complementary color for #hex is #A08BBD.


I love getcolorcode.com

Triadic colors

1 #425F74 and #74425F with #5F7442 are triadic colors.

2 #42745F and #745F42 with #5F7442 are triadic colors.