COLOR #4A502C

HEX: #4A502C
RGB: (74,80,44)

Color info

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

RGB color model

#4A502C color RGB value is (74,80,44).

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

RGB channels and saturation

R 74 of 255 = 29%
G 80 of 255 = 31%
B 44 of 255 = 17%

74
80
44

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

Portions of RGB colors in percentages

R + G + B =
74 + 80 + 44 = 198 (100%)
R 74 of 198 ~ 37.37%
G 80 of 198 ~ 40.4%
B 44 of 198 ~ 22.22%

%37.37
%40.4
%22.22

CMYK color model

#4A502C color CMYK value is (7,0,45,69).

  • cyan value is 7.50%
  • magenta value is 0.00%
  • yellow value is 45.00%
  • key color value is 68.63%
CMYK:
(7,0,45,69)
C7M0Y45K69 
(7%,0%,45%,69%)
(0.07/0.00/0.45/0.69)	

CMYK percentages

%7.5
%0
%45
%68.63

Codes

Color #4A502C in popluar color models

4A502C
RGB748044
HSL70°29.03%24.31%
HSB/HSV70°45.00%31.37%
CMYK7.50%0.00%45.00%
68.63%

Color #4A502C in popluar number systems.

HEX4A502C
Decimal748044
Binary10010101010000101100
Octal11212054

Shades and tints

Shades of #4A502C

#4A502C
(74,80,44)
#444928
(68,73,40)
#3E4224
(62,66,36)
#383B20
(56,59,32)
#32341C
(50,52,28)
#2C2D18
(44,45,24)
#262614
(38,38,20)
#201F10
(32,31,16)
#1A180C
(26,24,12)
#141108
(20,17,8)
#0E0A04
(14,10,4)
#000000
(0,0,0)

Tints of #4A502C

#4A502C
(74,80,44)
#5A5F3F
(90,95,63)
#6A6E52
(106,110,82)
#7A7D65
(122,125,101)
#8A8C78
(138,140,120)
#9A9B8B
(154,155,139)
#AAAA9E
(170,170,158)
#BAB9B1
(186,185,177)
#CAC8C4
(202,200,196)
#DAD7D7
(218,215,215)
#EAE6EA
(234,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A502C; }

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

This text font color is #4A502C.


Background Color

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

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

This div background color is #4A502C.


Border color

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

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

This div border color is #4A502C.


Opacity

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

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

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

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

This text has shadow with #4A502C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A502C on black background.


Color preview on white background

This text has color #4A502C on white background.



Black color preview on #4A502C background

This text has black color on #4A502C background.


White color preview on #4A502C background

This text has white color on #4A502C background.