COLOR #5F7452

HEX: #5F7452 RGB: (95,116,82)

Color info

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

RGB color model

#5F7452 color RGB value is (95,116,82).

RGB: (95,116,82) (37%, 45%, 32%)

RGB channels and saturation

R 95 of 255 = 37%
G 116 of 255 = 45%
B 82 of 255 = 32%

95
116
82

R + G + B ~ 38%. #5F7452 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 116 + 82 = 293 (100%)
R 95 of 293 ~ 32.42%
G 116 of 293 ~ 39.59%
B 82 of 293 ~ 27.99'%

%32.42
%39.59
%27.99

CMYK color model

#5F7452 color CMYK value is (18,0,29,55).

  • cyan value is 18.10%
  • magenta value is 0.00%
  • yellow value is 29.31%
  • key color value is 54.51%

CMYK: (18,0,29,55)
C18M0Y29K55 (18%, 0%, 29%, 55%)
(0.18 / 0.00 / 0.29 / 0.55)

CMYK percentages

%18.1
%0
%29.31
%54.51

Codes

Color #5F7452 in popluar color models

5F 74 52
RGB 95 116 82
HSL 97° 17.17% 38.82%
HSB/HSV 97° 29.31% 45.49%
CMYK 18.10% 0.00% 29.31%
54.51%

Color #5F7452 in popluar number systems.

HEX 5F 74 52
Decimal 95 116 82
Binary 1011111 1110100 1010010
Octal 137 164 122

Shades and tints

Shades of #5F7452

#5F7452
(95,116,82)
#576A4B
(87,106,75)
#4F6044
(79,96,68)
#47563D
(71,86,61)
#3F4C36
(63,76,54)
#37422F
(55,66,47)
#2F3828
(47,56,40)
#272E21
(39,46,33)
#1F241A
(31,36,26)
#171A13
(23,26,19)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #5F7452

#5F7452
(95,116,82)
#6D8061
(109,128,97)
#7B8C70
(123,140,112)
#89987F
(137,152,127)
#97A48E
(151,164,142)
#A5B09D
(165,176,157)
#B3BCAC
(179,188,172)
#C1C8BB
(193,200,187)
#CFD4CA
(207,212,202)
#DDE0D9
(221,224,217)
#EBECE8
(235,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F7452; }

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

This text font color is #5F7452.

Background Color

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

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

This div background color is #5F7452.

Border color

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

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

This div border color is #5F7452.

Opacity

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

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

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

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

This text has shadow with #5F7452 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F7452.

Preview

Color preview on black background

This text has color #5F7452 on black background.


Color preview on white background

This text has color #5F7452 on white background.


Black color preview on #5F7452 background

This text has black color on #5F7452 background.


White color preview on #5F7452 background

This text has white color on #5F7452 background.


Related colors

Complementary color

Complementary color for #hex is #A08BAD.


I love getcolorcode.com

Triadic colors

1 #525F74 and #74525F with #5F7452 are triadic colors.

2 #52745F and #745F52 with #5F7452 are triadic colors.