COLOR #4A523E

HEX: #4A523E
RGB: (74,82,62)

Color info

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

RGB color model

#4A523E color RGB value is (74,82,62).

  • red value is 74;
  • green value is 82;
  • blue value is 62.
RGB:
(74,82,62)
(29%,32%,24%)

RGB channels and saturation

R 74 of 255 = 29%
G 82 of 255 = 32%
B 62 of 255 = 24%

74
82
62

R + G + B ~ 28%. #4A523E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 82 + 62 = 218 (100%)
R 74 of 218 ~ 33.94%
G 82 of 218 ~ 37.61%
B 62 of 218 ~ 28.44%

%33.94
%37.61
%28.44

CMYK color model

#4A523E color CMYK value is (10,0,24,68).

  • cyan value is 9.76%
  • magenta value is 0.00%
  • yellow value is 24.39%
  • key color value is 67.84%
CMYK:
(10,0,24,68)
C10M0Y24K68 
(10%,0%,24%,68%)
(0.10/0.00/0.24/0.68)	

CMYK percentages

%9.76
%0
%24.39
%67.84

Codes

Color #4A523E in popluar color models

4A523E
RGB748262
HSL84°13.89%28.24%
HSB/HSV84°24.39%32.16%
CMYK9.76%0.00%24.39%
67.84%

Color #4A523E in popluar number systems.

HEX4A523E
Decimal748262
Binary10010101010010111110
Octal11212276

Shades and tints

Shades of #4A523E

#4A523E
(74,82,62)
#444B39
(68,75,57)
#3E4434
(62,68,52)
#383D2F
(56,61,47)
#32362A
(50,54,42)
#2C2F25
(44,47,37)
#262820
(38,40,32)
#20211B
(32,33,27)
#1A1A16
(26,26,22)
#141311
(20,19,17)
#0E0C0C
(14,12,12)
#000000
(0,0,0)

Tints of #4A523E

#4A523E
(74,82,62)
#5A614F
(90,97,79)
#6A7060
(106,112,96)
#7A7F71
(122,127,113)
#8A8E82
(138,142,130)
#9A9D93
(154,157,147)
#AAACA4
(170,172,164)
#BABBB5
(186,187,181)
#CACAC6
(202,202,198)
#DAD9D7
(218,217,215)
#EAE8E8
(234,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A523E; }

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

This text font color is #4A523E.


Background Color

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

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

This div background color is #4A523E.


Border color

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

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

This div border color is #4A523E.


Opacity

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

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

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

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

This text has shadow with #4A523E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A523E on black background.


Color preview on white background

This text has color #4A523E on white background.



Black color preview on #4A523E background

This text has black color on #4A523E background.


White color preview on #4A523E background

This text has white color on #4A523E background.