COLOR #4A220F

HEX: #4A220F
RGB: (74,34,15)

Color info

#4A220F contains red, green and blue colors in about the same proportion. Web safe color of #4A220F is #333300 (or #330).

RGB color model

#4A220F color RGB value is (74,34,15).

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

RGB channels and saturation

R 74 of 255 = 29%
G 34 of 255 = 13%
B 15 of 255 = 6%

74
34
15

R + G + B ~ 16%. #4A220F is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 34 + 15 = 123 (100%)
R 74 of 123 ~ 60.16%
G 34 of 123 ~ 27.64%
B 15 of 123 ~ 12.2%

%60.16
%27.64
%12.2

CMYK color model

#4A220F color CMYK value is (0,54,80,71).

  • cyan value is 0.00%
  • magenta value is 54.05%
  • yellow value is 79.73%
  • key color value is 70.98%
CMYK:
(0,54,80,71)
C0M54Y80K71 
(0%,54%,80%,71%)
(0.00/0.54/0.80/0.71)	

CMYK percentages

%0
%54.05
%79.73
%70.98

Codes

Color #4A220F in popluar color models

4A220F
RGB743415
HSL19°66.29%17.45%
HSB/HSV19°79.73%29.02%
CMYK0.00%54.05%79.73%
70.98%

Color #4A220F in popluar number systems.

HEX4A220F
Decimal743415
Binary10010101000101111
Octal1124217

Shades and tints

Shades of #4A220F

#4A220F
(74,34,15)
#441F0E
(68,31,14)
#3E1C0D
(62,28,13)
#38190C
(56,25,12)
#32160B
(50,22,11)
#2C130A
(44,19,10)
#261009
(38,16,9)
#200D08
(32,13,8)
#1A0A07
(26,10,7)
#140706
(20,7,6)
#0E0405
(14,4,5)
#000000
(0,0,0)

Tints of #4A220F

#4A220F
(74,34,15)
#5A3624
(90,54,36)
#6A4A39
(106,74,57)
#7A5E4E
(122,94,78)
#8A7263
(138,114,99)
#9A8678
(154,134,120)
#AA9A8D
(170,154,141)
#BAAEA2
(186,174,162)
#CAC2B7
(202,194,183)
#DAD6CC
(218,214,204)
#EAEAE1
(234,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A220F; }

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

This text font color is #4A220F.


Background Color

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

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

This div background color is #4A220F.


Border color

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

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

This div border color is #4A220F.


Opacity

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

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

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

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

This text has shadow with #4A220F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A220F on black background.


Color preview on white background

This text has color #4A220F on white background.



Black color preview on #4A220F background

This text has black color on #4A220F background.


White color preview on #4A220F background

This text has white color on #4A220F background.