COLOR #4A2113

HEX: #4A2113
RGB: (74,33,19)

Color info

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

RGB color model

#4A2113 color RGB value is (74,33,19).

  • red value is 74;
  • green value is 33;
  • blue value is 19.
RGB:
(74,33,19)
(29%,13%,7%)

RGB channels and saturation

R 74 of 255 = 29%
G 33 of 255 = 13%
B 19 of 255 = 7%

74
33
19

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

Portions of RGB colors in percentages

R + G + B =
74 + 33 + 19 = 126 (100%)
R 74 of 126 ~ 58.73%
G 33 of 126 ~ 26.19%
B 19 of 126 ~ 15.08%

%58.73
%26.19
%15.08

CMYK color model

#4A2113 color CMYK value is (0,55,74,71).

  • cyan value is 0.00%
  • magenta value is 55.41%
  • yellow value is 74.32%
  • key color value is 70.98%
CMYK:
(0,55,74,71)
C0M55Y74K71 
(0%,55%,74%,71%)
(0.00/0.55/0.74/0.71)	

CMYK percentages

%0
%55.41
%74.32
%70.98

Codes

Color #4A2113 in popluar color models

4A2113
RGB743319
HSL15°59.14%18.24%
HSB/HSV15°74.32%29.02%
CMYK0.00%55.41%74.32%
70.98%

Color #4A2113 in popluar number systems.

HEX4A2113
Decimal743319
Binary100101010000110011
Octal1124123

Shades and tints

Shades of #4A2113

#4A2113
(74,33,19)
#441E12
(68,30,18)
#3E1B11
(62,27,17)
#381810
(56,24,16)
#32150F
(50,21,15)
#2C120E
(44,18,14)
#260F0D
(38,15,13)
#200C0C
(32,12,12)
#1A090B
(26,9,11)
#14060A
(20,6,10)
#0E0309
(14,3,9)
#000000
(0,0,0)

Tints of #4A2113

#4A2113
(74,33,19)
#5A3528
(90,53,40)
#6A493D
(106,73,61)
#7A5D52
(122,93,82)
#8A7167
(138,113,103)
#9A857C
(154,133,124)
#AA9991
(170,153,145)
#BAADA6
(186,173,166)
#CAC1BB
(202,193,187)
#DAD5D0
(218,213,208)
#EAE9E5
(234,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A2113 color. Also use rgb(74,33,19) instead hex code.

Text Font Color

.myTextColor { color: #4A2113; }

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

This text font color is #4A2113.


Background Color

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

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

This div background color is #4A2113.


Border color

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

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

This div border color is #4A2113.


Opacity

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

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

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

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

This text has shadow with #4A2113 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A2113 on black background.


Color preview on white background

This text has color #4A2113 on white background.



Black color preview on #4A2113 background

This text has black color on #4A2113 background.


White color preview on #4A2113 background

This text has white color on #4A2113 background.