COLOR #483320

HEX: #483320
RGB: (72,51,32)

Color info

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

RGB color model

#483320 color RGB value is (72,51,32).

  • red value is 72;
  • green value is 51;
  • blue value is 32.
RGB:
(72,51,32)
(28%,20%,13%)

RGB channels and saturation

R 72 of 255 = 28%
G 51 of 255 = 20%
B 32 of 255 = 13%

72
51
32

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

Portions of RGB colors in percentages

R + G + B =
72 + 51 + 32 = 155 (100%)
R 72 of 155 ~ 46.45%
G 51 of 155 ~ 32.9%
B 32 of 155 ~ 20.65%

%46.45
%32.9
%20.65

CMYK color model

#483320 color CMYK value is (0,29,56,72).

  • cyan value is 0.00%
  • magenta value is 29.17%
  • yellow value is 55.56%
  • key color value is 71.76%
CMYK:
(0,29,56,72)
C0M29Y56K72 
(0%,29%,56%,72%)
(0.00/0.29/0.56/0.72)	

CMYK percentages

%0
%29.17
%55.56
%71.76

Codes

Color #483320 in popluar color models

483320
RGB725132
HSL29°38.46%20.39%
HSB/HSV29°55.56%28.24%
CMYK0.00%29.17%55.56%
71.76%

Color #483320 in popluar number systems.

HEX483320
Decimal725132
Binary1001000110011100000
Octal1106340

Shades and tints

Shades of #483320

#483320
(72,51,32)
#422F1E
(66,47,30)
#3C2B1C
(60,43,28)
#36271A
(54,39,26)
#302318
(48,35,24)
#2A1F16
(42,31,22)
#241B14
(36,27,20)
#1E1712
(30,23,18)
#181310
(24,19,16)
#120F0E
(18,15,14)
#0C0B0C
(12,11,12)
#000000
(0,0,0)

Tints of #483320

#483320
(72,51,32)
#584534
(88,69,52)
#685748
(104,87,72)
#78695C
(120,105,92)
#887B70
(136,123,112)
#988D84
(152,141,132)
#A89F98
(168,159,152)
#B8B1AC
(184,177,172)
#C8C3C0
(200,195,192)
#D8D5D4
(216,213,212)
#E8E7E8
(232,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483320 color. Also use rgb(72,51,32) instead hex code.

Text Font Color

.myTextColor { color: #483320; }

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

This text font color is #483320.


Background Color

.myBgColor { background-color: #483320; }

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

This div background color is #483320.


Border color

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

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

This div border color is #483320.


Opacity

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

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

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

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

This text has shadow with #483320 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483320 on black background.


Color preview on white background

This text has color #483320 on white background.



Black color preview on #483320 background

This text has black color on #483320 background.


White color preview on #483320 background

This text has white color on #483320 background.