COLOR #4A502B

HEX: #4A502B RGB: (74,80,43)

Color info

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

RGB color model

#4A502B color RGB value is (74,80,43).

RGB: (74,80,43) (29%, 31%, 17%)

RGB channels and saturation

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

74
80
43

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

Portions of RGB colors in percentages

R + G + B = 74 + 80 + 43 = 197 (100%)
R 74 of 197 ~ 37.56%
G 80 of 197 ~ 40.61%
B 43 of 197 ~ 21.83'%

%37.56
%40.61
%21.83

CMYK color model

#4A502B color CMYK value is (7,0,46,69).

  • cyan value is 7.50%
  • magenta value is 0.00%
  • yellow value is 46.25%
  • key color value is 68.63%

CMYK: (7,0,46,69)
C7M0Y46K69 (7%, 0%, 46%, 69%)
(0.07 / 0.00 / 0.46 / 0.69)

CMYK percentages

%7.5
%0
%46.25
%68.63

Codes

Color #4A502B in popluar color models

4A 50 2B
RGB 74 80 43
HSL 70° 30.08% 24.12%
HSB/HSV 70° 46.25% 31.37%
CMYK 7.50% 0.00% 46.25%
68.63%

Color #4A502B in popluar number systems.

HEX 4A 50 2B
Decimal 74 80 43
Binary 1001010 1010000 101011
Octal 112 120 53

Shades and tints

Shades of #4A502B

#4A502B
(74,80,43)
#444928
(68,73,40)
#3E4225
(62,66,37)
#383B22
(56,59,34)
#32341F
(50,52,31)
#2C2D1C
(44,45,28)
#262619
(38,38,25)
#201F16
(32,31,22)
#1A1813
(26,24,19)
#141110
(20,17,16)
#0E0A0D
(14,10,13)
#000000
(0,0,0)

Tints of #4A502B

#4A502B
(74,80,43)
#5A5F3E
(90,95,62)
#6A6E51
(106,110,81)
#7A7D64
(122,125,100)
#8A8C77
(138,140,119)
#9A9B8A
(154,155,138)
#AAAA9D
(170,170,157)
#BAB9B0
(186,185,176)
#CAC8C3
(202,200,195)
#DAD7D6
(218,215,214)
#EAE6E9
(234,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A502B; }

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

This text font color is #4A502B.

Background Color

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

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

This div background color is #4A502B.

Border color

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

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

This div border color is #4A502B.

Opacity

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

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

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

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

This text has shadow with #4A502B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A502B.

Preview

Color preview on black background

This text has color #4A502B on black background.


Color preview on white background

This text has color #4A502B on white background.


Black color preview on #4A502B background

This text has black color on #4A502B background.


White color preview on #4A502B background

This text has white color on #4A502B background.


Related colors

Complementary color

Complementary color for #hex is #B5AFD4.


I love getcolorcode.com

Triadic colors

1 #2B4A50 and #502B4A with #4A502B are triadic colors.

2 #2B504A and #504A2B with #4A502B are triadic colors.