COLOR #4F573A

HEX: #4F573A
RGB: (79,87,58)

Color info

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

RGB color model

#4F573A color RGB value is (79,87,58).

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

RGB channels and saturation

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

79
87
58

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

Portions of RGB colors in percentages

R + G + B =
79 + 87 + 58 = 224 (100%)
R 79 of 224 ~ 35.27%
G 87 of 224 ~ 38.84%
B 58 of 224 ~ 25.89%

%35.27
%38.84
%25.89

CMYK color model

#4F573A color CMYK value is (9,0,33,66).

  • cyan value is 9.20%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 65.88%
CMYK:
(9,0,33,66)
C9M0Y33K66 
(9%,0%,33%,66%)
(0.09/0.00/0.33/0.66)	

CMYK percentages

%9.2
%0
%33.33
%65.88

Codes

Color #4F573A in popluar color models

4F573A
RGB798758
HSL77°20.00%28.43%
HSB/HSV77°33.33%34.12%
CMYK9.20%0.00%33.33%
65.88%

Color #4F573A in popluar number systems.

HEX4F573A
Decimal798758
Binary10011111010111111010
Octal11712772

Shades and tints

Shades of #4F573A

#4F573A
(79,87,58)
#485035
(72,80,53)
#414930
(65,73,48)
#3A422B
(58,66,43)
#333B26
(51,59,38)
#2C3421
(44,52,33)
#252D1C
(37,45,28)
#1E2617
(30,38,23)
#171F12
(23,31,18)
#10180D
(16,24,13)
#091108
(9,17,8)
#000000
(0,0,0)

Tints of #4F573A

#4F573A
(79,87,58)
#5F664B
(95,102,75)
#6F755C
(111,117,92)
#7F846D
(127,132,109)
#8F937E
(143,147,126)
#9FA28F
(159,162,143)
#AFB1A0
(175,177,160)
#BFC0B1
(191,192,177)
#CFCFC2
(207,207,194)
#DFDED3
(223,222,211)
#EFEDE4
(239,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F573A; }

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

This text font color is #4F573A.


Background Color

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

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

This div background color is #4F573A.


Border color

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

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

This div border color is #4F573A.


Opacity

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

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

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

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

This text has shadow with #4F573A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F573A on black background.


Color preview on white background

This text has color #4F573A on white background.



Black color preview on #4F573A background

This text has black color on #4F573A background.


White color preview on #4F573A background

This text has white color on #4F573A background.