COLOR #4A321B

HEX: #4A321B
RGB: (74,50,27)

Color info

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

RGB color model

#4A321B color RGB value is (74,50,27).

  • red value is 74;
  • green value is 50;
  • blue value is 27.
RGB:
(74,50,27)
(29%,20%,11%)

RGB channels and saturation

R 74 of 255 = 29%
G 50 of 255 = 20%
B 27 of 255 = 11%

74
50
27

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

Portions of RGB colors in percentages

R + G + B =
74 + 50 + 27 = 151 (100%)
R 74 of 151 ~ 49.01%
G 50 of 151 ~ 33.11%
B 27 of 151 ~ 17.88%

%49.01
%33.11
%17.88

CMYK color model

#4A321B color CMYK value is (0,32,64,71).

  • cyan value is 0.00%
  • magenta value is 32.43%
  • yellow value is 63.51%
  • key color value is 70.98%
CMYK:
(0,32,64,71)
C0M32Y64K71 
(0%,32%,64%,71%)
(0.00/0.32/0.64/0.71)	

CMYK percentages

%0
%32.43
%63.51
%70.98

Codes

Color #4A321B in popluar color models

4A321B
RGB745027
HSL29°46.53%19.80%
HSB/HSV29°63.51%29.02%
CMYK0.00%32.43%63.51%
70.98%

Color #4A321B in popluar number systems.

HEX4A321B
Decimal745027
Binary100101011001011011
Octal1126233

Shades and tints

Shades of #4A321B

#4A321B
(74,50,27)
#442E19
(68,46,25)
#3E2A17
(62,42,23)
#382615
(56,38,21)
#322213
(50,34,19)
#2C1E11
(44,30,17)
#261A0F
(38,26,15)
#20160D
(32,22,13)
#1A120B
(26,18,11)
#140E09
(20,14,9)
#0E0A07
(14,10,7)
#000000
(0,0,0)

Tints of #4A321B

#4A321B
(74,50,27)
#5A442F
(90,68,47)
#6A5643
(106,86,67)
#7A6857
(122,104,87)
#8A7A6B
(138,122,107)
#9A8C7F
(154,140,127)
#AA9E93
(170,158,147)
#BAB0A7
(186,176,167)
#CAC2BB
(202,194,187)
#DAD4CF
(218,212,207)
#EAE6E3
(234,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A321B color. Also use rgb(74,50,27) instead hex code.

Text Font Color

.myTextColor { color: #4A321B; }

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

This text font color is #4A321B.


Background Color

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

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

This div background color is #4A321B.


Border color

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

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

This div border color is #4A321B.


Opacity

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

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

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

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

This text has shadow with #4A321B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A321B on black background.


Color preview on white background

This text has color #4A321B on white background.



Black color preview on #4A321B background

This text has black color on #4A321B background.


White color preview on #4A321B background

This text has white color on #4A321B background.