COLOR #4A5112

HEX: #4A5112
RGB: (74,81,18)

Color info

#4A5112 contains mainly red and green colors. Web safe color of #4A5112 is #336600 (or #360).

RGB color model

#4A5112 color RGB value is (74,81,18).

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

RGB channels and saturation

R 74 of 255 = 29%
G 81 of 255 = 32%
B 18 of 255 = 7%

74
81
18

R + G + B ~ 23%. #4A5112 is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 81 + 18 = 173 (100%)
R 74 of 173 ~ 42.77%
G 81 of 173 ~ 46.82%
B 18 of 173 ~ 10.4%

%42.77
%46.82
%10.4

CMYK color model

#4A5112 color CMYK value is (9,0,78,68).

  • cyan value is 8.64%
  • magenta value is 0.00%
  • yellow value is 77.78%
  • key color value is 68.24%
CMYK:
(9,0,78,68)
C9M0Y78K68 
(9%,0%,78%,68%)
(0.09/0.00/0.78/0.68)	

CMYK percentages

%8.64
%0
%77.78
%68.24

Codes

Color #4A5112 in popluar color models

4A5112
RGB748118
HSL67°63.64%19.41%
HSB/HSV67°77.78%31.76%
CMYK8.64%0.00%77.78%
68.24%

Color #4A5112 in popluar number systems.

HEX4A5112
Decimal748118
Binary1001010101000110010
Octal11212122

Shades and tints

Shades of #4A5112

#4A5112
(74,81,18)
#444A11
(68,74,17)
#3E4310
(62,67,16)
#383C0F
(56,60,15)
#32350E
(50,53,14)
#2C2E0D
(44,46,13)
#26270C
(38,39,12)
#20200B
(32,32,11)
#1A190A
(26,25,10)
#141209
(20,18,9)
#0E0B08
(14,11,8)
#000000
(0,0,0)

Tints of #4A5112

#4A5112
(74,81,18)
#5A6027
(90,96,39)
#6A6F3C
(106,111,60)
#7A7E51
(122,126,81)
#8A8D66
(138,141,102)
#9A9C7B
(154,156,123)
#AAAB90
(170,171,144)
#BABAA5
(186,186,165)
#CAC9BA
(202,201,186)
#DAD8CF
(218,216,207)
#EAE7E4
(234,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A5112; }

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

This text font color is #4A5112.


Background Color

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

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

This div background color is #4A5112.


Border color

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

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

This div border color is #4A5112.


Opacity

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

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

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

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

This text has shadow with #4A5112 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5112 on black background.


Color preview on white background

This text has color #4A5112 on white background.



Black color preview on #4A5112 background

This text has black color on #4A5112 background.


White color preview on #4A5112 background

This text has white color on #4A5112 background.