COLOR #5F7752

HEX: #5F7752 RGB: (95,119,82)

Color info

#5F7752 contains red, green and blue colors in about the same proportion. Web safe color of #5F7752 is #666666 (or #666).

RGB color model

#5F7752 color RGB value is (95,119,82).

RGB: (95,119,82) (37%, 47%, 32%)

RGB channels and saturation

R 95 of 255 = 37%
G 119 of 255 = 47%
B 82 of 255 = 32%

95
119
82

R + G + B ~ 39%. #5F7752 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 119 + 82 = 296 (100%)
R 95 of 296 ~ 32.09%
G 119 of 296 ~ 40.2%
B 82 of 296 ~ 27.7'%

%32.09
%40.2
%27.7

CMYK color model

#5F7752 color CMYK value is (20,0,31,53).

  • cyan value is 20.17%
  • magenta value is 0.00%
  • yellow value is 31.09%
  • key color value is 53.33%
CMYK: (20,0,31,53) C20M0Y31K53 (20%,0%,31%,53%) (0.20/0.00/0.31/0.53) 

CMYK percentages

%20.17
%0
%31.09
%53.33

Codes

Color #5F7752 in popluar color models

5F 77 52
RGB 95 119 82
HSL 99° 18.41% 39.41%
HSB/HSV 99° 31.09% 46.67%
CMYK 20.17% 0.00% 31.09%
53.33%

Color #5F7752 in popluar number systems.

HEX 5F 77 52
Decimal 95 119 82
Binary 1011111 1110111 1010010
Octal 137 167 122

Shades and tints

Shades of #5F7752

#5F7752
(95,119,82)
#576D4B
(87,109,75)
#4F6344
(79,99,68)
#47593D
(71,89,61)
#3F4F36
(63,79,54)
#37452F
(55,69,47)
#2F3B28
(47,59,40)
#273121
(39,49,33)
#1F271A
(31,39,26)
#171D13
(23,29,19)
#0F130C
(15,19,12)
#000000
(0,0,0)

Tints of #5F7752

#5F7752
(95,119,82)
#6D8361
(109,131,97)
#7B8F70
(123,143,112)
#899B7F
(137,155,127)
#97A78E
(151,167,142)
#A5B39D
(165,179,157)
#B3BFAC
(179,191,172)
#C1CBBB
(193,203,187)
#CFD7CA
(207,215,202)
#DDE3D9
(221,227,217)
#EBEFE8
(235,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F7752; }

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

This text font color is #5F7752.

Background Color

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

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

This div background color is #5F7752.

Border color

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

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

This div border color is #5F7752.

Opacity

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

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

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

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

This text has shadow with #5F7752 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F7752.

Preview

Color preview on black background

This text has color #5F7752 on black background.


Color preview on white background

This text has color #5F7752 on white background.


Black color preview on #5F7752 background

This text has black color on #5F7752 background.


White color preview on #5F7752 background

This text has white color on #5F7752 background.


Related colors

Complementary color

Complementary color for #hex is #A088AD.


I love getcolorcode.com

Triadic colors

1 #525F77 and #77525F with #5F7752 are triadic colors.

2 #52775F and #775F52 with #5F7752 are triadic colors.