COLOR #4A572C

HEX: #4A572C
RGB: (74,87,44)

Color info

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

RGB color model

#4A572C color RGB value is (74,87,44).

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

RGB channels and saturation

R 74 of 255 = 29%
G 87 of 255 = 34%
B 44 of 255 = 17%

74
87
44

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

Portions of RGB colors in percentages

R + G + B =
74 + 87 + 44 = 205 (100%)
R 74 of 205 ~ 36.1%
G 87 of 205 ~ 42.44%
B 44 of 205 ~ 21.46%

%36.1
%42.44
%21.46

CMYK color model

#4A572C color CMYK value is (15,0,49,66).

  • cyan value is 14.94%
  • magenta value is 0.00%
  • yellow value is 49.43%
  • key color value is 65.88%
CMYK:
(15,0,49,66)
C15M0Y49K66 
(15%,0%,49%,66%)
(0.15/0.00/0.49/0.66)	

CMYK percentages

%14.94
%0
%49.43
%65.88

Codes

Color #4A572C in popluar color models

4A572C
RGB748744
HSL78°32.82%25.69%
HSB/HSV78°49.43%34.12%
CMYK14.94%0.00%49.43%
65.88%

Color #4A572C in popluar number systems.

HEX4A572C
Decimal748744
Binary10010101010111101100
Octal11212754

Shades and tints

Shades of #4A572C

#4A572C
(74,87,44)
#445028
(68,80,40)
#3E4924
(62,73,36)
#384220
(56,66,32)
#323B1C
(50,59,28)
#2C3418
(44,52,24)
#262D14
(38,45,20)
#202610
(32,38,16)
#1A1F0C
(26,31,12)
#141808
(20,24,8)
#0E1104
(14,17,4)
#000000
(0,0,0)

Tints of #4A572C

#4A572C
(74,87,44)
#5A663F
(90,102,63)
#6A7552
(106,117,82)
#7A8465
(122,132,101)
#8A9378
(138,147,120)
#9AA28B
(154,162,139)
#AAB19E
(170,177,158)
#BAC0B1
(186,192,177)
#CACFC4
(202,207,196)
#DADED7
(218,222,215)
#EAEDEA
(234,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A572C; }

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

This text font color is #4A572C.


Background Color

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

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

This div background color is #4A572C.


Border color

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

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

This div border color is #4A572C.


Opacity

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

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

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

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

This text has shadow with #4A572C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A572C on black background.


Color preview on white background

This text has color #4A572C on white background.



Black color preview on #4A572C background

This text has black color on #4A572C background.


White color preview on #4A572C background

This text has white color on #4A572C background.