COLOR #4A501D

HEX: #4A501D
RGB: (74,80,29)

Color info

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

RGB color model

#4A501D color RGB value is (74,80,29).

  • red value is 74;
  • green value is 80;
  • blue value is 29.
RGB:
(74,80,29)
(29%,31%,11%)

RGB channels and saturation

R 74 of 255 = 29%
G 80 of 255 = 31%
B 29 of 255 = 11%

74
80
29

R + G + B ~ 24%. #4A501D is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 80 + 29 = 183 (100%)
R 74 of 183 ~ 40.44%
G 80 of 183 ~ 43.72%
B 29 of 183 ~ 15.85%

%40.44
%43.72
%15.85

CMYK color model

#4A501D color CMYK value is (7,0,64,69).

  • cyan value is 7.50%
  • magenta value is 0.00%
  • yellow value is 63.75%
  • key color value is 68.63%
CMYK:
(7,0,64,69)
C7M0Y64K69 
(7%,0%,64%,69%)
(0.07/0.00/0.64/0.69)	

CMYK percentages

%7.5
%0
%63.75
%68.63

Codes

Color #4A501D in popluar color models

4A501D
RGB748029
HSL67°46.79%21.37%
HSB/HSV67°63.75%31.37%
CMYK7.50%0.00%63.75%
68.63%

Color #4A501D in popluar number systems.

HEX4A501D
Decimal748029
Binary1001010101000011101
Octal11212035

Shades and tints

Shades of #4A501D

#4A501D
(74,80,29)
#44491B
(68,73,27)
#3E4219
(62,66,25)
#383B17
(56,59,23)
#323415
(50,52,21)
#2C2D13
(44,45,19)
#262611
(38,38,17)
#201F0F
(32,31,15)
#1A180D
(26,24,13)
#14110B
(20,17,11)
#0E0A09
(14,10,9)
#000000
(0,0,0)

Tints of #4A501D

#4A501D
(74,80,29)
#5A5F31
(90,95,49)
#6A6E45
(106,110,69)
#7A7D59
(122,125,89)
#8A8C6D
(138,140,109)
#9A9B81
(154,155,129)
#AAAA95
(170,170,149)
#BAB9A9
(186,185,169)
#CAC8BD
(202,200,189)
#DAD7D1
(218,215,209)
#EAE6E5
(234,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A501D color. Also use rgb(74,80,29) instead hex code.

Text Font Color

.myTextColor { color: #4A501D; }

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

This text font color is #4A501D.


Background Color

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

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

This div background color is #4A501D.


Border color

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

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

This div border color is #4A501D.


Opacity

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

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

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

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

This text has shadow with #4A501D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A501D on black background.


Color preview on white background

This text has color #4A501D on white background.



Black color preview on #4A501D background

This text has black color on #4A501D background.


White color preview on #4A501D background

This text has white color on #4A501D background.