COLOR #484521

HEX: #484521
RGB: (72,69,33)

Color info

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

RGB color model

#484521 color RGB value is (72,69,33).

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

RGB channels and saturation

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

72
69
33

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

Portions of RGB colors in percentages

R + G + B =
72 + 69 + 33 = 174 (100%)
R 72 of 174 ~ 41.38%
G 69 of 174 ~ 39.66%
B 33 of 174 ~ 18.97%

%41.38
%39.66
%18.97

CMYK color model

#484521 color CMYK value is (0,4,54,72).

  • cyan value is 0.00%
  • magenta value is 4.17%
  • yellow value is 54.17%
  • key color value is 71.76%
CMYK:
(0,4,54,72)
C0M4Y54K72 
(0%,4%,54%,72%)
(0.00/0.04/0.54/0.72)	

CMYK percentages

%0
%4.17
%54.17
%71.76

Codes

Color #484521 in popluar color models

484521
RGB726933
HSL55°37.14%20.59%
HSB/HSV55°54.17%28.24%
CMYK0.00%4.17%54.17%
71.76%

Color #484521 in popluar number systems.

HEX484521
Decimal726933
Binary10010001000101100001
Octal11010541

Shades and tints

Shades of #484521

#484521
(72,69,33)
#423F1E
(66,63,30)
#3C391B
(60,57,27)
#363318
(54,51,24)
#302D15
(48,45,21)
#2A2712
(42,39,18)
#24210F
(36,33,15)
#1E1B0C
(30,27,12)
#181509
(24,21,9)
#120F06
(18,15,6)
#0C0903
(12,9,3)
#000000
(0,0,0)

Tints of #484521

#484521
(72,69,33)
#585535
(88,85,53)
#686549
(104,101,73)
#78755D
(120,117,93)
#888571
(136,133,113)
#989585
(152,149,133)
#A8A599
(168,165,153)
#B8B5AD
(184,181,173)
#C8C5C1
(200,197,193)
#D8D5D5
(216,213,213)
#E8E5E9
(232,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484521; }

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

This text font color is #484521.


Background Color

.myBgColor { background-color: #484521; }

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

This div background color is #484521.


Border color

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

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

This div border color is #484521.


Opacity

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

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

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

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

This text has shadow with #484521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484521 on black background.


Color preview on white background

This text has color #484521 on white background.



Black color preview on #484521 background

This text has black color on #484521 background.


White color preview on #484521 background

This text has white color on #484521 background.