COLOR #4F572B

HEX: #4F572B
RGB: (79,87,43)

Color info

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

RGB color model

#4F572B color RGB value is (79,87,43).

  • red value is 79;
  • green value is 87;
  • blue value is 43.
RGB:
(79,87,43)
(31%,34%,17%)

RGB channels and saturation

R 79 of 255 = 31%
G 87 of 255 = 34%
B 43 of 255 = 17%

79
87
43

R + G + B ~ 27%. #4F572B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 87 + 43 = 209 (100%)
R 79 of 209 ~ 37.8%
G 87 of 209 ~ 41.63%
B 43 of 209 ~ 20.57%

%37.8
%41.63
%20.57

CMYK color model

#4F572B color CMYK value is (9,0,51,66).

  • cyan value is 9.20%
  • magenta value is 0.00%
  • yellow value is 50.57%
  • key color value is 65.88%
CMYK:
(9,0,51,66)
C9M0Y51K66 
(9%,0%,51%,66%)
(0.09/0.00/0.51/0.66)	

CMYK percentages

%9.2
%0
%50.57
%65.88

Codes

Color #4F572B in popluar color models

4F572B
RGB798743
HSL71°33.85%25.49%
HSB/HSV71°50.57%34.12%
CMYK9.20%0.00%50.57%
65.88%

Color #4F572B in popluar number systems.

HEX4F572B
Decimal798743
Binary10011111010111101011
Octal11712753

Shades and tints

Shades of #4F572B

#4F572B
(79,87,43)
#485028
(72,80,40)
#414925
(65,73,37)
#3A4222
(58,66,34)
#333B1F
(51,59,31)
#2C341C
(44,52,28)
#252D19
(37,45,25)
#1E2616
(30,38,22)
#171F13
(23,31,19)
#101810
(16,24,16)
#09110D
(9,17,13)
#000000
(0,0,0)

Tints of #4F572B

#4F572B
(79,87,43)
#5F663E
(95,102,62)
#6F7551
(111,117,81)
#7F8464
(127,132,100)
#8F9377
(143,147,119)
#9FA28A
(159,162,138)
#AFB19D
(175,177,157)
#BFC0B0
(191,192,176)
#CFCFC3
(207,207,195)
#DFDED6
(223,222,214)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F572B color. Also use rgb(79,87,43) instead hex code.

Text Font Color

.myTextColor { color: #4F572B; }

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

This text font color is #4F572B.


Background Color

.myBgColor { background-color: #4F572B; }

<div style="background-color:#4F572B">Inner text</div>

This div background color is #4F572B.


Border color

.myBorderColor { border: 1px solid #4F572B; }

<div style="border:3px solid #4F572B">Div</div>

This div border color is #4F572B.


Opacity

.myOpacity80 { color: #4F572B; opacity: 0.8; }

<p style="color:#4F572B;opacity:0.8;">80%</p>

Text with #4F572B 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 #4F572B;}

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

This text has shadow with #4F572B color.

.textShadow {text-shadow: 3px 3px 1px #4F572B, 3px 3px 1px red;}

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

This text has shadow with #4F572B primary color and red secondary color.


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

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

This text has shadow with #4F572B and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4F572B;
-webkit-box-shadow: 1px 1px 3px 2px #4F572B;
box-shadow:1px 1px 3px 2px #4F572B;">
Div content here</div>
This div box has shadow with color #4F572B.

Preview

Color preview on black background

This text has color #4F572B on black background.


Color preview on white background

This text has color #4F572B on white background.



Black color preview on #4F572B background

This text has black color on #4F572B background.


White color preview on #4F572B background

This text has white color on #4F572B background.