COLOR #4A592E

HEX: #4A592E
RGB: (74,89,46)

Color info

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

RGB color model

#4A592E color RGB value is (74,89,46).

  • red value is 74;
  • green value is 89;
  • blue value is 46.
RGB:
(74,89,46)
(29%,35%,18%)

RGB channels and saturation

R 74 of 255 = 29%
G 89 of 255 = 35%
B 46 of 255 = 18%

74
89
46

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

Portions of RGB colors in percentages

R + G + B =
74 + 89 + 46 = 209 (100%)
R 74 of 209 ~ 35.41%
G 89 of 209 ~ 42.58%
B 46 of 209 ~ 22.01%

%35.41
%42.58
%22.01

CMYK color model

#4A592E color CMYK value is (17,0,48,65).

  • cyan value is 16.85%
  • magenta value is 0.00%
  • yellow value is 48.31%
  • key color value is 65.10%
CMYK:
(17,0,48,65)
C17M0Y48K65 
(17%,0%,48%,65%)
(0.17/0.00/0.48/0.65)	

CMYK percentages

%16.85
%0
%48.31
%65.1

Codes

Color #4A592E in popluar color models

4A592E
RGB748946
HSL81°31.85%26.47%
HSB/HSV81°48.31%34.90%
CMYK16.85%0.00%48.31%
65.10%

Color #4A592E in popluar number systems.

HEX4A592E
Decimal748946
Binary10010101011001101110
Octal11213156

Shades and tints

Shades of #4A592E

#4A592E
(74,89,46)
#44512A
(68,81,42)
#3E4926
(62,73,38)
#384122
(56,65,34)
#32391E
(50,57,30)
#2C311A
(44,49,26)
#262916
(38,41,22)
#202112
(32,33,18)
#1A190E
(26,25,14)
#14110A
(20,17,10)
#0E0906
(14,9,6)
#000000
(0,0,0)

Tints of #4A592E

#4A592E
(74,89,46)
#5A6841
(90,104,65)
#6A7754
(106,119,84)
#7A8667
(122,134,103)
#8A957A
(138,149,122)
#9AA48D
(154,164,141)
#AAB3A0
(170,179,160)
#BAC2B3
(186,194,179)
#CAD1C6
(202,209,198)
#DAE0D9
(218,224,217)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A592E color. Also use rgb(74,89,46) instead hex code.

Text Font Color

.myTextColor { color: #4A592E; }

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

This text font color is #4A592E.


Background Color

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

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

This div background color is #4A592E.


Border color

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

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

This div border color is #4A592E.


Opacity

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

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

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

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

This text has shadow with #4A592E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A592E on black background.


Color preview on white background

This text has color #4A592E on white background.



Black color preview on #4A592E background

This text has black color on #4A592E background.


White color preview on #4A592E background

This text has white color on #4A592E background.