COLOR #4A512B

HEX: #4A512B
RGB: (74,81,43)

Color info

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

RGB color model

#4A512B color RGB value is (74,81,43).

  • red value is 74;
  • green value is 81;
  • blue value is 43.
RGB:
(74,81,43)
(29%,32%,17%)

RGB channels and saturation

R 74 of 255 = 29%
G 81 of 255 = 32%
B 43 of 255 = 17%

74
81
43

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

Portions of RGB colors in percentages

R + G + B =
74 + 81 + 43 = 198 (100%)
R 74 of 198 ~ 37.37%
G 81 of 198 ~ 40.91%
B 43 of 198 ~ 21.72%

%37.37
%40.91
%21.72

CMYK color model

#4A512B color CMYK value is (9,0,47,68).

  • cyan value is 8.64%
  • magenta value is 0.00%
  • yellow value is 46.91%
  • key color value is 68.24%
CMYK:
(9,0,47,68)
C9M0Y47K68 
(9%,0%,47%,68%)
(0.09/0.00/0.47/0.68)	

CMYK percentages

%8.64
%0
%46.91
%68.24

Codes

Color #4A512B in popluar color models

4A512B
RGB748143
HSL71°30.65%24.31%
HSB/HSV71°46.91%31.76%
CMYK8.64%0.00%46.91%
68.24%

Color #4A512B in popluar number systems.

HEX4A512B
Decimal748143
Binary10010101010001101011
Octal11212153

Shades and tints

Shades of #4A512B

#4A512B
(74,81,43)
#444A28
(68,74,40)
#3E4325
(62,67,37)
#383C22
(56,60,34)
#32351F
(50,53,31)
#2C2E1C
(44,46,28)
#262719
(38,39,25)
#202016
(32,32,22)
#1A1913
(26,25,19)
#141210
(20,18,16)
#0E0B0D
(14,11,13)
#000000
(0,0,0)

Tints of #4A512B

#4A512B
(74,81,43)
#5A603E
(90,96,62)
#6A6F51
(106,111,81)
#7A7E64
(122,126,100)
#8A8D77
(138,141,119)
#9A9C8A
(154,156,138)
#AAAB9D
(170,171,157)
#BABAB0
(186,186,176)
#CAC9C3
(202,201,195)
#DAD8D6
(218,216,214)
#EAE7E9
(234,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A512B color. Also use rgb(74,81,43) instead hex code.

Text Font Color

.myTextColor { color: #4A512B; }

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

This text font color is #4A512B.


Background Color

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

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

This div background color is #4A512B.


Border color

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

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

This div border color is #4A512B.


Opacity

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

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

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

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

This text has shadow with #4A512B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A512B on black background.


Color preview on white background

This text has color #4A512B on white background.



Black color preview on #4A512B background

This text has black color on #4A512B background.


White color preview on #4A512B background

This text has white color on #4A512B background.