COLOR #5F724C

HEX: #5F724C
RGB: (95,114,76)

Color info

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

RGB color model

#5F724C color RGB value is (95,114,76).

  • red value is 95;
  • green value is 114;
  • blue value is 76.
RGB: (95,114,76) (37%,45%,30%)

RGB channels and saturation

R 95 of 255 = 37%
G 114 of 255 = 45%
B 76 of 255 = 30%

95
114
76

R + G + B ~ 37%. #5F724C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 114 + 76 = 285 (100%)
R 95 of 285 ~ 33.33%
G 114 of 285 ~ 40%
B 76 of 285 ~ 26.67%

%33.33
%40
%26.67

CMYK color model

#5F724C color CMYK value is (17,0,33,55).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 55.29%
CMYK: (17,0,33,55) C17M0Y33K55 (17%,0%,33%,55%) (0.17/0.00/0.33/0.55)

CMYK percentages

%16.67
%0
%33.33
%55.29

Codes

Color #5F724C in popluar color models

5F724C
RGB9511476
HSL90°20.00%37.25%
HSB/HSV90°33.33%44.71%
CMYK16.67%0.00%33.33%
55.29%

Color #5F724C in popluar number systems.

HEX5F724C
Decimal9511476
Binary101111111100101001100
Octal137162114

Shades and tints

Shades of #5F724C

#5F724C
(95,114,76)
#576846
(87,104,70)
#4F5E40
(79,94,64)
#47543A
(71,84,58)
#3F4A34
(63,74,52)
#37402E
(55,64,46)
#2F3628
(47,54,40)
#272C22
(39,44,34)
#1F221C
(31,34,28)
#171816
(23,24,22)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #5F724C

#5F724C
(95,114,76)
#6D7E5C
(109,126,92)
#7B8A6C
(123,138,108)
#89967C
(137,150,124)
#97A28C
(151,162,140)
#A5AE9C
(165,174,156)
#B3BAAC
(179,186,172)
#C1C6BC
(193,198,188)
#CFD2CC
(207,210,204)
#DDDEDC
(221,222,220)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F724C; }

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

This text font color is #5F724C.


Background Color

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

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

This div background color is #5F724C.


Border color

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

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

This div border color is #5F724C.


Opacity

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

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

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

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

This text has shadow with #5F724C color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #5F724C; -webkit-box-shadow:	1px 1px 3px 2px #5F724C; box-shadow:	1px 1px 3px 2px #5F724C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #5F724C; -webkit-box-shadow: 1px 1px 3px 2px #5F724C; box-shadow:1px 1px 3px 2px #5F724C;">
Div content here</div>
This div box has shadow with color #5F724C.

Preview

Color preview on black background

This text has color #5F724C on black background.


Color preview on white background

This text has color #5F724C on white background.



Black color preview on #5F724C background

This text has black color on #5F724C background.


White color preview on #5F724C background

This text has white color on #5F724C background.