COLOR #4A2713

HEX: #4A2713 RGB: (74,39,19)

Color info

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

RGB color model

#4A2713 color RGB value is (74,39,19).

RGB: (74,39,19) (29%, 15%, 7%)

RGB channels and saturation

R 74 of 255 = 29%
G 39 of 255 = 15%
B 19 of 255 = 7%

74
39
19

R + G + B ~ 17%. #4A2713 is dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 39 + 19 = 132 (100%)
R 74 of 132 ~ 56.06%
G 39 of 132 ~ 29.55%
B 19 of 132 ~ 14.39'%

%56.06
%29.55
%14.39

CMYK color model

#4A2713 color CMYK value is (0,47,74,71).

  • cyan value is 0.00%
  • magenta value is 47.30%
  • yellow value is 74.32%
  • key color value is 70.98%

CMYK: (0,47,74,71)
C0M47Y74K71 (0%, 47%, 74%, 71%)
(0.00 / 0.47 / 0.74 / 0.71)

CMYK percentages

%0
%47.3
%74.32
%70.98

Codes

Color #4A2713 in popluar color models

4A 27 13
RGB 74 39 19
HSL 22° 59.14% 18.24%
HSB/HSV 22° 74.32% 29.02%
CMYK 0.00% 47.30% 74.32%
70.98%

Color #4A2713 in popluar number systems.

HEX 4A 27 13
Decimal 74 39 19
Binary 1001010 100111 10011
Octal 112 47 23

Shades and tints

Shades of #4A2713

#4A2713
(74,39,19)
#442412
(68,36,18)
#3E2111
(62,33,17)
#381E10
(56,30,16)
#321B0F
(50,27,15)
#2C180E
(44,24,14)
#26150D
(38,21,13)
#20120C
(32,18,12)
#1A0F0B
(26,15,11)
#140C0A
(20,12,10)
#0E0909
(14,9,9)
#000000
(0,0,0)

Tints of #4A2713

#4A2713
(74,39,19)
#5A3A28
(90,58,40)
#6A4D3D
(106,77,61)
#7A6052
(122,96,82)
#8A7367
(138,115,103)
#9A867C
(154,134,124)
#AA9991
(170,153,145)
#BAACA6
(186,172,166)
#CABFBB
(202,191,187)
#DAD2D0
(218,210,208)
#EAE5E5
(234,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A2713; }

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

This text font color is #4A2713.

Background Color

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

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

This div background color is #4A2713.

Border color

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

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

This div border color is #4A2713.

Opacity

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

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

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

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

This text has shadow with #4A2713 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A2713.

Preview

Color preview on black background

This text has color #4A2713 on black background.


Color preview on white background

This text has color #4A2713 on white background.


Black color preview on #4A2713 background

This text has black color on #4A2713 background.


White color preview on #4A2713 background

This text has white color on #4A2713 background.


Related colors

Complementary color

Complementary color for #hex is #B5D8EC.


I love getcolorcode.com

Triadic colors

1 #134A27 and #27134A with #4A2713 are triadic colors.

2 #13274A and #274A13 with #4A2713 are triadic colors.