COLOR #4A5232

HEX: #4A5232 RGB: (74,82,50)

Color info

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

RGB color model

#4A5232 color RGB value is (74,82,50).

RGB: (74,82,50) (29%, 32%, 20%)

RGB channels and saturation

R 74 of 255 = 29%
G 82 of 255 = 32%
B 50 of 255 = 20%

74
82
50

R + G + B ~ 27%. #4A5232 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 82 + 50 = 206 (100%)
R 74 of 206 ~ 35.92%
G 82 of 206 ~ 39.81%
B 50 of 206 ~ 24.27'%

%35.92
%39.81
%24.27

CMYK color model

#4A5232 color CMYK value is (10,0,39,68).

  • cyan value is 9.76%
  • magenta value is 0.00%
  • yellow value is 39.02%
  • key color value is 67.84%

CMYK: (10,0,39,68)
C10M0Y39K68 (10%, 0%, 39%, 68%)
(0.10 / 0.00 / 0.39 / 0.68)

CMYK percentages

%9.76
%0
%39.02
%67.84

Codes

Color #4A5232 in popluar color models

4A 52 32
RGB 74 82 50
HSL 75° 24.24% 25.88%
HSB/HSV 75° 39.02% 32.16%
CMYK 9.76% 0.00% 39.02%
67.84%

Color #4A5232 in popluar number systems.

HEX 4A 52 32
Decimal 74 82 50
Binary 1001010 1010010 110010
Octal 112 122 62

Shades and tints

Shades of #4A5232

#4A5232
(74,82,50)
#444B2E
(68,75,46)
#3E442A
(62,68,42)
#383D26
(56,61,38)
#323622
(50,54,34)
#2C2F1E
(44,47,30)
#26281A
(38,40,26)
#202116
(32,33,22)
#1A1A12
(26,26,18)
#14130E
(20,19,14)
#0E0C0A
(14,12,10)
#000000
(0,0,0)

Tints of #4A5232

#4A5232
(74,82,50)
#5A6144
(90,97,68)
#6A7056
(106,112,86)
#7A7F68
(122,127,104)
#8A8E7A
(138,142,122)
#9A9D8C
(154,157,140)
#AAAC9E
(170,172,158)
#BABBB0
(186,187,176)
#CACAC2
(202,202,194)
#DAD9D4
(218,217,212)
#EAE8E6
(234,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A5232 color. Also use rgb(74,82,50) instead hex code.

Text Font Color

.myTextColor { color: #4A5232; }

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

This text font color is #4A5232.

Background Color

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

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

This div background color is #4A5232.

Border color

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

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

This div border color is #4A5232.

Opacity

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

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

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

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

This text has shadow with #4A5232 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A5232.

Preview

Color preview on black background

This text has color #4A5232 on black background.


Color preview on white background

This text has color #4A5232 on white background.


Black color preview on #4A5232 background

This text has black color on #4A5232 background.


White color preview on #4A5232 background

This text has white color on #4A5232 background.


Related colors

Complementary color

Complementary color for #hex is #B5ADCD.


I love getcolorcode.com

Triadic colors

1 #324A52 and #52324A with #4A5232 are triadic colors.

2 #32524A and #524A32 with #4A5232 are triadic colors.