COLOR #4F573B

HEX: #4F573B
RGB: (79,87,59)

Color info

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

RGB color model

#4F573B color RGB value is (79,87,59).

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

RGB channels and saturation

R 79 of 255 = 31%
G 87 of 255 = 34%
B 59 of 255 = 23%

79
87
59

R + G + B ~ 29%. #4F573B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 87 + 59 = 225 (100%)
R 79 of 225 ~ 35.11%
G 87 of 225 ~ 38.67%
B 59 of 225 ~ 26.22%

%35.11
%38.67
%26.22

CMYK color model

#4F573B color CMYK value is (9,0,32,66).

  • cyan value is 9.20%
  • magenta value is 0.00%
  • yellow value is 32.18%
  • key color value is 65.88%
CMYK:
(9,0,32,66)
C9M0Y32K66 
(9%,0%,32%,66%)
(0.09/0.00/0.32/0.66)	

CMYK percentages

%9.2
%0
%32.18
%65.88

Codes

Color #4F573B in popluar color models

4F573B
RGB798759
HSL77°19.18%28.63%
HSB/HSV77°32.18%34.12%
CMYK9.20%0.00%32.18%
65.88%

Color #4F573B in popluar number systems.

HEX4F573B
Decimal798759
Binary10011111010111111011
Octal11712773

Shades and tints

Shades of #4F573B

#4F573B
(79,87,59)
#485036
(72,80,54)
#414931
(65,73,49)
#3A422C
(58,66,44)
#333B27
(51,59,39)
#2C3422
(44,52,34)
#252D1D
(37,45,29)
#1E2618
(30,38,24)
#171F13
(23,31,19)
#10180E
(16,24,14)
#091109
(9,17,9)
#000000
(0,0,0)

Tints of #4F573B

#4F573B
(79,87,59)
#5F664C
(95,102,76)
#6F755D
(111,117,93)
#7F846E
(127,132,110)
#8F937F
(143,147,127)
#9FA290
(159,162,144)
#AFB1A1
(175,177,161)
#BFC0B2
(191,192,178)
#CFCFC3
(207,207,195)
#DFDED4
(223,222,212)
#EFEDE5
(239,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F573B; }

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

This text font color is #4F573B.


Background Color

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

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

This div background color is #4F573B.


Border color

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

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

This div border color is #4F573B.


Opacity

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

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

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

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

This text has shadow with #4F573B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F573B on black background.


Color preview on white background

This text has color #4F573B on white background.



Black color preview on #4F573B background

This text has black color on #4F573B background.


White color preview on #4F573B background

This text has white color on #4F573B background.