COLOR #4A2E22

HEX: #4A2E22
RGB: (74,46,34)

Color info

#4A2E22 contains red, green and blue colors in about the same proportion. Web safe color of #4A2E22 is #333333 (or #333).

RGB color model

#4A2E22 color RGB value is (74,46,34).

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

RGB channels and saturation

R 74 of 255 = 29%
G 46 of 255 = 18%
B 34 of 255 = 13%

74
46
34

R + G + B ~ 20%. #4A2E22 is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 46 + 34 = 154 (100%)
R 74 of 154 ~ 48.05%
G 46 of 154 ~ 29.87%
B 34 of 154 ~ 22.08%

%48.05
%29.87
%22.08

CMYK color model

#4A2E22 color CMYK value is (0,38,54,71).

  • cyan value is 0.00%
  • magenta value is 37.84%
  • yellow value is 54.05%
  • key color value is 70.98%
CMYK:
(0,38,54,71)
C0M38Y54K71 
(0%,38%,54%,71%)
(0.00/0.38/0.54/0.71)	

CMYK percentages

%0
%37.84
%54.05
%70.98

Codes

Color #4A2E22 in popluar color models

4A2E22
RGB744634
HSL18°37.04%21.18%
HSB/HSV18°54.05%29.02%
CMYK0.00%37.84%54.05%
70.98%

Color #4A2E22 in popluar number systems.

HEX4A2E22
Decimal744634
Binary1001010101110100010
Octal1125642

Shades and tints

Shades of #4A2E22

#4A2E22
(74,46,34)
#442A1F
(68,42,31)
#3E261C
(62,38,28)
#382219
(56,34,25)
#321E16
(50,30,22)
#2C1A13
(44,26,19)
#261610
(38,22,16)
#20120D
(32,18,13)
#1A0E0A
(26,14,10)
#140A07
(20,10,7)
#0E0604
(14,6,4)
#000000
(0,0,0)

Tints of #4A2E22

#4A2E22
(74,46,34)
#5A4136
(90,65,54)
#6A544A
(106,84,74)
#7A675E
(122,103,94)
#8A7A72
(138,122,114)
#9A8D86
(154,141,134)
#AAA09A
(170,160,154)
#BAB3AE
(186,179,174)
#CAC6C2
(202,198,194)
#DAD9D6
(218,217,214)
#EAECEA
(234,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A2E22; }

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

This text font color is #4A2E22.


Background Color

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

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

This div background color is #4A2E22.


Border color

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

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

This div border color is #4A2E22.


Opacity

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

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

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

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

This text has shadow with #4A2E22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A2E22 on black background.


Color preview on white background

This text has color #4A2E22 on white background.



Black color preview on #4A2E22 background

This text has black color on #4A2E22 background.


White color preview on #4A2E22 background

This text has white color on #4A2E22 background.