COLOR #4A571F

HEX: #4A571F
RGB: (74,87,31)

Color info

#4A571F contains red, green and blue colors in about the same proportion. Web safe color of #4A571F is #336633 (or #363).

RGB color model

#4A571F color RGB value is (74,87,31).

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

RGB channels and saturation

R 74 of 255 = 29%
G 87 of 255 = 34%
B 31 of 255 = 12%

74
87
31

R + G + B ~ 25%. #4A571F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 87 + 31 = 192 (100%)
R 74 of 192 ~ 38.54%
G 87 of 192 ~ 45.31%
B 31 of 192 ~ 16.15%

%38.54
%45.31
%16.15

CMYK color model

#4A571F color CMYK value is (15,0,64,66).

  • cyan value is 14.94%
  • magenta value is 0.00%
  • yellow value is 64.37%
  • key color value is 65.88%
CMYK:
(15,0,64,66)
C15M0Y64K66 
(15%,0%,64%,66%)
(0.15/0.00/0.64/0.66)	

CMYK percentages

%14.94
%0
%64.37
%65.88

Codes

Color #4A571F in popluar color models

4A571F
RGB748731
HSL74°47.46%23.14%
HSB/HSV74°64.37%34.12%
CMYK14.94%0.00%64.37%
65.88%

Color #4A571F in popluar number systems.

HEX4A571F
Decimal748731
Binary1001010101011111111
Octal11212737

Shades and tints

Shades of #4A571F

#4A571F
(74,87,31)
#44501D
(68,80,29)
#3E491B
(62,73,27)
#384219
(56,66,25)
#323B17
(50,59,23)
#2C3415
(44,52,21)
#262D13
(38,45,19)
#202611
(32,38,17)
#1A1F0F
(26,31,15)
#14180D
(20,24,13)
#0E110B
(14,17,11)
#000000
(0,0,0)

Tints of #4A571F

#4A571F
(74,87,31)
#5A6633
(90,102,51)
#6A7547
(106,117,71)
#7A845B
(122,132,91)
#8A936F
(138,147,111)
#9AA283
(154,162,131)
#AAB197
(170,177,151)
#BAC0AB
(186,192,171)
#CACFBF
(202,207,191)
#DADED3
(218,222,211)
#EAEDE7
(234,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A571F color. Also use rgb(74,87,31) instead hex code.

Text Font Color

.myTextColor { color: #4A571F; }

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

This text font color is #4A571F.


Background Color

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

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

This div background color is #4A571F.


Border color

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

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

This div border color is #4A571F.


Opacity

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

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

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

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

This text has shadow with #4A571F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A571F on black background.


Color preview on white background

This text has color #4A571F on white background.



Black color preview on #4A571F background

This text has black color on #4A571F background.


White color preview on #4A571F background

This text has white color on #4A571F background.