COLOR #4A523A

HEX: #4A523A
RGB: (74,82,58)

Color info

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

RGB color model

#4A523A color RGB value is (74,82,58).

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

RGB channels and saturation

R 74 of 255 = 29%
G 82 of 255 = 32%
B 58 of 255 = 23%

74
82
58

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

Portions of RGB colors in percentages

R + G + B =
74 + 82 + 58 = 214 (100%)
R 74 of 214 ~ 34.58%
G 82 of 214 ~ 38.32%
B 58 of 214 ~ 27.1%

%34.58
%38.32
%27.1

CMYK color model

#4A523A color CMYK value is (10,0,29,68).

  • cyan value is 9.76%
  • magenta value is 0.00%
  • yellow value is 29.27%
  • key color value is 67.84%
CMYK:
(10,0,29,68)
C10M0Y29K68 
(10%,0%,29%,68%)
(0.10/0.00/0.29/0.68)	

CMYK percentages

%9.76
%0
%29.27
%67.84

Codes

Color #4A523A in popluar color models

4A523A
RGB748258
HSL80°17.14%27.45%
HSB/HSV80°29.27%32.16%
CMYK9.76%0.00%29.27%
67.84%

Color #4A523A in popluar number systems.

HEX4A523A
Decimal748258
Binary10010101010010111010
Octal11212272

Shades and tints

Shades of #4A523A

#4A523A
(74,82,58)
#444B35
(68,75,53)
#3E4430
(62,68,48)
#383D2B
(56,61,43)
#323626
(50,54,38)
#2C2F21
(44,47,33)
#26281C
(38,40,28)
#202117
(32,33,23)
#1A1A12
(26,26,18)
#14130D
(20,19,13)
#0E0C08
(14,12,8)
#000000
(0,0,0)

Tints of #4A523A

#4A523A
(74,82,58)
#5A614B
(90,97,75)
#6A705C
(106,112,92)
#7A7F6D
(122,127,109)
#8A8E7E
(138,142,126)
#9A9D8F
(154,157,143)
#AAACA0
(170,172,160)
#BABBB1
(186,187,177)
#CACAC2
(202,202,194)
#DAD9D3
(218,217,211)
#EAE8E4
(234,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A523A; }

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

This text font color is #4A523A.


Background Color

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

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

This div background color is #4A523A.


Border color

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

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

This div border color is #4A523A.


Opacity

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

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

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

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

This text has shadow with #4A523A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A523A on black background.


Color preview on white background

This text has color #4A523A on white background.



Black color preview on #4A523A background

This text has black color on #4A523A background.


White color preview on #4A523A background

This text has white color on #4A523A background.