COLOR #4A502E

HEX: #4A502E
RGB: (74,80,46)

Color info

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

RGB color model

#4A502E color RGB value is (74,80,46).

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

RGB channels and saturation

R 74 of 255 = 29%
G 80 of 255 = 31%
B 46 of 255 = 18%

74
80
46

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

Portions of RGB colors in percentages

R + G + B =
74 + 80 + 46 = 200 (100%)
R 74 of 200 ~ 37%
G 80 of 200 ~ 40%
B 46 of 200 ~ 23%

%37
%40
%23

CMYK color model

#4A502E color CMYK value is (7,0,43,69).

  • cyan value is 7.50%
  • magenta value is 0.00%
  • yellow value is 42.50%
  • key color value is 68.63%
CMYK:
(7,0,43,69)
C7M0Y43K69 
(7%,0%,43%,69%)
(0.07/0.00/0.43/0.69)	

CMYK percentages

%7.5
%0
%42.5
%68.63

Codes

Color #4A502E in popluar color models

4A502E
RGB748046
HSL71°26.98%24.71%
HSB/HSV71°42.50%31.37%
CMYK7.50%0.00%42.50%
68.63%

Color #4A502E in popluar number systems.

HEX4A502E
Decimal748046
Binary10010101010000101110
Octal11212056

Shades and tints

Shades of #4A502E

#4A502E
(74,80,46)
#44492A
(68,73,42)
#3E4226
(62,66,38)
#383B22
(56,59,34)
#32341E
(50,52,30)
#2C2D1A
(44,45,26)
#262616
(38,38,22)
#201F12
(32,31,18)
#1A180E
(26,24,14)
#14110A
(20,17,10)
#0E0A06
(14,10,6)
#000000
(0,0,0)

Tints of #4A502E

#4A502E
(74,80,46)
#5A5F41
(90,95,65)
#6A6E54
(106,110,84)
#7A7D67
(122,125,103)
#8A8C7A
(138,140,122)
#9A9B8D
(154,155,141)
#AAAAA0
(170,170,160)
#BAB9B3
(186,185,179)
#CAC8C6
(202,200,198)
#DAD7D9
(218,215,217)
#EAE6EC
(234,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A502E; }

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

This text font color is #4A502E.


Background Color

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

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

This div background color is #4A502E.


Border color

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

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

This div border color is #4A502E.


Opacity

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

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

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

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

This text has shadow with #4A502E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A502E on black background.


Color preview on white background

This text has color #4A502E on white background.



Black color preview on #4A502E background

This text has black color on #4A502E background.


White color preview on #4A502E background

This text has white color on #4A502E background.