COLOR #484421

HEX: #484421
RGB: (72,68,33)

Color info

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

RGB color model

#484421 color RGB value is (72,68,33).

  • red value is 72;
  • green value is 68;
  • blue value is 33.
RGB:
(72,68,33)
(28%,27%,13%)

RGB channels and saturation

R 72 of 255 = 28%
G 68 of 255 = 27%
B 33 of 255 = 13%

72
68
33

R + G + B ~ 23%. #484421 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 68 + 33 = 173 (100%)
R 72 of 173 ~ 41.62%
G 68 of 173 ~ 39.31%
B 33 of 173 ~ 19.08%

%41.62
%39.31
%19.08

CMYK color model

#484421 color CMYK value is (0,6,54,72).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 54.17%
  • key color value is 71.76%
CMYK:
(0,6,54,72)
C0M6Y54K72 
(0%,6%,54%,72%)
(0.00/0.06/0.54/0.72)	

CMYK percentages

%0
%5.56
%54.17
%71.76

Codes

Color #484421 in popluar color models

484421
RGB726833
HSL54°37.14%20.59%
HSB/HSV54°54.17%28.24%
CMYK0.00%5.56%54.17%
71.76%

Color #484421 in popluar number systems.

HEX484421
Decimal726833
Binary10010001000100100001
Octal11010441

Shades and tints

Shades of #484421

#484421
(72,68,33)
#423E1E
(66,62,30)
#3C381B
(60,56,27)
#363218
(54,50,24)
#302C15
(48,44,21)
#2A2612
(42,38,18)
#24200F
(36,32,15)
#1E1A0C
(30,26,12)
#181409
(24,20,9)
#120E06
(18,14,6)
#0C0803
(12,8,3)
#000000
(0,0,0)

Tints of #484421

#484421
(72,68,33)
#585535
(88,85,53)
#686649
(104,102,73)
#78775D
(120,119,93)
#888871
(136,136,113)
#989985
(152,153,133)
#A8AA99
(168,170,153)
#B8BBAD
(184,187,173)
#C8CCC1
(200,204,193)
#D8DDD5
(216,221,213)
#E8EEE9
(232,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484421 color. Also use rgb(72,68,33) instead hex code.

Text Font Color

.myTextColor { color: #484421; }

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

This text font color is #484421.


Background Color

.myBgColor { background-color: #484421; }

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

This div background color is #484421.


Border color

.myBorderColor { border: 1px solid #484421; }

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

This div border color is #484421.


Opacity

.myOpacity80 { color: #484421; opacity: 0.8; }

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

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

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

This text has shadow with #484421 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484421 on black background.


Color preview on white background

This text has color #484421 on white background.



Black color preview on #484421 background

This text has black color on #484421 background.


White color preview on #484421 background

This text has white color on #484421 background.