COLOR #483209

HEX: #483209
RGB: (72,50,9)

Color info

#483209 contains mainly red and green colors. Web safe color of #483209 is #333300 (or #330).

RGB color model

#483209 color RGB value is (72,50,9).

  • red value is 72;
  • green value is 50;
  • blue value is 9.
RGB:
(72,50,9)
(28%,20%,4%)

RGB channels and saturation

R 72 of 255 = 28%
G 50 of 255 = 20%
B 9 of 255 = 4%

72
50
9

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

Portions of RGB colors in percentages

R + G + B =
72 + 50 + 9 = 131 (100%)
R 72 of 131 ~ 54.96%
G 50 of 131 ~ 38.17%
B 9 of 131 ~ 6.87%

%54.96
%38.17

CMYK color model

#483209 color CMYK value is (0,31,88,72).

  • cyan value is 0.00%
  • magenta value is 30.56%
  • yellow value is 87.50%
  • key color value is 71.76%
CMYK:
(0,31,88,72)
C0M31Y88K72 
(0%,31%,88%,72%)
(0.00/0.31/0.88/0.72)	

CMYK percentages

%0
%30.56
%87.5
%71.76

Codes

Color #483209 in popluar color models

483209
RGB72509
HSL39°77.78%15.88%
HSB/HSV39°87.50%28.24%
CMYK0.00%30.56%87.50%
71.76%

Color #483209 in popluar number systems.

HEX483209
Decimal72509
Binary10010001100101001
Octal1106211

Shades and tints

Shades of #483209

#483209
(72,50,9)
#422E09
(66,46,9)
#3C2A09
(60,42,9)
#362609
(54,38,9)
#302209
(48,34,9)
#2A1E09
(42,30,9)
#241A09
(36,26,9)
#1E1609
(30,22,9)
#181209
(24,18,9)
#120E09
(18,14,9)
#0C0A09
(12,10,9)
#000000
(0,0,0)

Tints of #483209

#483209
(72,50,9)
#58441F
(88,68,31)
#685635
(104,86,53)
#78684B
(120,104,75)
#887A61
(136,122,97)
#988C77
(152,140,119)
#A89E8D
(168,158,141)
#B8B0A3
(184,176,163)
#C8C2B9
(200,194,185)
#D8D4CF
(216,212,207)
#E8E6E5
(232,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483209 color. Also use rgb(72,50,9) instead hex code.

Text Font Color

.myTextColor { color: #483209; }

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

This text font color is #483209.


Background Color

.myBgColor { background-color: #483209; }

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

This div background color is #483209.


Border color

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

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

This div border color is #483209.


Opacity

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

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

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

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

This text has shadow with #483209 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483209 on black background.


Color preview on white background

This text has color #483209 on white background.



Black color preview on #483209 background

This text has black color on #483209 background.


White color preview on #483209 background

This text has white color on #483209 background.