COLOR #483B21

HEX: #483B21
RGB: (72,59,33)

Color info

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

RGB color model

#483B21 color RGB value is (72,59,33).

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

RGB channels and saturation

R 72 of 255 = 28%
G 59 of 255 = 23%
B 33 of 255 = 13%

72
59
33

R + G + B ~ 21%. #483B21 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 59 + 33 = 164 (100%)
R 72 of 164 ~ 43.9%
G 59 of 164 ~ 35.98%
B 33 of 164 ~ 20.12%

%43.9
%35.98
%20.12

CMYK color model

#483B21 color CMYK value is (0,18,54,72).

  • cyan value is 0.00%
  • magenta value is 18.06%
  • yellow value is 54.17%
  • key color value is 71.76%
CMYK:
(0,18,54,72)
C0M18Y54K72 
(0%,18%,54%,72%)
(0.00/0.18/0.54/0.72)	

CMYK percentages

%0
%18.06
%54.17
%71.76

Codes

Color #483B21 in popluar color models

483B21
RGB725933
HSL40°37.14%20.59%
HSB/HSV40°54.17%28.24%
CMYK0.00%18.06%54.17%
71.76%

Color #483B21 in popluar number systems.

HEX483B21
Decimal725933
Binary1001000111011100001
Octal1107341

Shades and tints

Shades of #483B21

#483B21
(72,59,33)
#42361E
(66,54,30)
#3C311B
(60,49,27)
#362C18
(54,44,24)
#302715
(48,39,21)
#2A2212
(42,34,18)
#241D0F
(36,29,15)
#1E180C
(30,24,12)
#181309
(24,19,9)
#120E06
(18,14,6)
#0C0903
(12,9,3)
#000000
(0,0,0)

Tints of #483B21

#483B21
(72,59,33)
#584C35
(88,76,53)
#685D49
(104,93,73)
#786E5D
(120,110,93)
#887F71
(136,127,113)
#989085
(152,144,133)
#A8A199
(168,161,153)
#B8B2AD
(184,178,173)
#C8C3C1
(200,195,193)
#D8D4D5
(216,212,213)
#E8E5E9
(232,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483B21; }

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

This text font color is #483B21.


Background Color

.myBgColor { background-color: #483B21; }

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

This div background color is #483B21.


Border color

.myBorderColor { border: 1px solid #483B21; }

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

This div border color is #483B21.


Opacity

.myOpacity80 { color: #483B21; opacity: 0.8; }

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

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

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

This text has shadow with #483B21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483B21 on black background.


Color preview on white background

This text has color #483B21 on white background.



Black color preview on #483B21 background

This text has black color on #483B21 background.


White color preview on #483B21 background

This text has white color on #483B21 background.