COLOR #5F7739

HEX: #5F7739 RGB: (95,119,57)

Color info

#5F7739 contains mainly red and green colors. Web safe color of #5F7739 is #666633 (or #663).

RGB color model

#5F7739 color RGB value is (95,119,57).

RGB: (95,119,57) (37%, 47%, 22%)

RGB channels and saturation

R 95 of 255 = 37%
G 119 of 255 = 47%
B 57 of 255 = 22%

95
119
57

R + G + B ~ 35%. #5F7739 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 119 + 57 = 271 (100%)
R 95 of 271 ~ 35.06%
G 119 of 271 ~ 43.91%
B 57 of 271 ~ 21.03'%

%35.06
%43.91
%21.03

CMYK color model

#5F7739 color CMYK value is (20,0,52,53).

  • cyan value is 20.17%
  • magenta value is 0.00%
  • yellow value is 52.10%
  • key color value is 53.33%

CMYK: (20,0,52,53)
C20M0Y52K53 (20%, 0%, 52%, 53%)
(0.20 / 0.00 / 0.52 / 0.53)

CMYK percentages

%20.17
%0
%52.1
%53.33

Codes

Color #5F7739 in popluar color models

5F 77 39
RGB 95 119 57
HSL 83° 35.23% 34.51%
HSB/HSV 83° 52.10% 46.67%
CMYK 20.17% 0.00% 52.10%
53.33%

Color #5F7739 in popluar number systems.

HEX 5F 77 39
Decimal 95 119 57
Binary 1011111 1110111 111001
Octal 137 167 71

Shades and tints

Shades of #5F7739

#5F7739
(95,119,57)
#576D34
(87,109,52)
#4F632F
(79,99,47)
#47592A
(71,89,42)
#3F4F25
(63,79,37)
#374520
(55,69,32)
#2F3B1B
(47,59,27)
#273116
(39,49,22)
#1F2711
(31,39,17)
#171D0C
(23,29,12)
#0F1307
(15,19,7)
#000000
(0,0,0)

Tints of #5F7739

#5F7739
(95,119,57)
#6D834B
(109,131,75)
#7B8F5D
(123,143,93)
#899B6F
(137,155,111)
#97A781
(151,167,129)
#A5B393
(165,179,147)
#B3BFA5
(179,191,165)
#C1CBB7
(193,203,183)
#CFD7C9
(207,215,201)
#DDE3DB
(221,227,219)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F7739 color. Also use rgb(95,119,57) instead hex code.

Text Font Color

.myTextColor { color: #5F7739; }

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

This text font color is #5F7739.

Background Color

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

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

This div background color is #5F7739.

Border color

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

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

This div border color is #5F7739.

Opacity

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

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

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

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

This text has shadow with #5F7739 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F7739.

Preview

Color preview on black background

This text has color #5F7739 on black background.


Color preview on white background

This text has color #5F7739 on white background.


Black color preview on #5F7739 background

This text has black color on #5F7739 background.


White color preview on #5F7739 background

This text has white color on #5F7739 background.


Related colors

Complementary color

Complementary color for #hex is #A088C6.


I love getcolorcode.com

Triadic colors

1 #395F77 and #77395F with #5F7739 are triadic colors.

2 #39775F and #775F39 with #5F7739 are triadic colors.