COLOR #4F571E

HEX: #4F571E
RGB: (79,87,30)

Color info

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

RGB color model

#4F571E color RGB value is (79,87,30).

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

RGB channels and saturation

R 79 of 255 = 31%
G 87 of 255 = 34%
B 30 of 255 = 12%

79
87
30

R + G + B ~ 26%. #4F571E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 87 + 30 = 196 (100%)
R 79 of 196 ~ 40.31%
G 87 of 196 ~ 44.39%
B 30 of 196 ~ 15.31%

%40.31
%44.39
%15.31

CMYK color model

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

  • cyan value is 9.20%
  • magenta value is 0.00%
  • yellow value is 65.52%
  • key color value is 65.88%
CMYK:
(9,0,66,66)
C9M0Y66K66 
(9%,0%,66%,66%)
(0.09/0.00/0.66/0.66)	

CMYK percentages

%9.2
%0
%65.52
%65.88

Codes

Color #4F571E in popluar color models

4F571E
RGB798730
HSL68°48.72%22.94%
HSB/HSV68°65.52%34.12%
CMYK9.20%0.00%65.52%
65.88%

Color #4F571E in popluar number systems.

HEX4F571E
Decimal798730
Binary1001111101011111110
Octal11712736

Shades and tints

Shades of #4F571E

#4F571E
(79,87,30)
#48501C
(72,80,28)
#41491A
(65,73,26)
#3A4218
(58,66,24)
#333B16
(51,59,22)
#2C3414
(44,52,20)
#252D12
(37,45,18)
#1E2610
(30,38,16)
#171F0E
(23,31,14)
#10180C
(16,24,12)
#09110A
(9,17,10)
#000000
(0,0,0)

Tints of #4F571E

#4F571E
(79,87,30)
#5F6632
(95,102,50)
#6F7546
(111,117,70)
#7F845A
(127,132,90)
#8F936E
(143,147,110)
#9FA282
(159,162,130)
#AFB196
(175,177,150)
#BFC0AA
(191,192,170)
#CFCFBE
(207,207,190)
#DFDED2
(223,222,210)
#EFEDE6
(239,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F571E; }

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

This text font color is #4F571E.


Background Color

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

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

This div background color is #4F571E.


Border color

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

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

This div border color is #4F571E.


Opacity

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

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

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

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

This text has shadow with #4F571E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F571E on black background.


Color preview on white background

This text has color #4F571E on white background.



Black color preview on #4F571E background

This text has black color on #4F571E background.


White color preview on #4F571E background

This text has white color on #4F571E background.