COLOR #483B33

HEX: #483B33
RGB: (72,59,51)

Color info

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

RGB color model

#483B33 color RGB value is (72,59,51).

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

RGB channels and saturation

R 72 of 255 = 28%
G 59 of 255 = 23%
B 51 of 255 = 20%

72
59
51

R + G + B ~ 24%. #483B33 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 59 + 51 = 182 (100%)
R 72 of 182 ~ 39.56%
G 59 of 182 ~ 32.42%
B 51 of 182 ~ 28.02%

%39.56
%32.42
%28.02

CMYK color model

#483B33 color CMYK value is (0,18,29,72).

  • cyan value is 0.00%
  • magenta value is 18.06%
  • yellow value is 29.17%
  • key color value is 71.76%
CMYK:
(0,18,29,72)
C0M18Y29K72 
(0%,18%,29%,72%)
(0.00/0.18/0.29/0.72)	

CMYK percentages

%0
%18.06
%29.17
%71.76

Codes

Color #483B33 in popluar color models

483B33
RGB725951
HSL23°17.07%24.12%
HSB/HSV23°29.17%28.24%
CMYK0.00%18.06%29.17%
71.76%

Color #483B33 in popluar number systems.

HEX483B33
Decimal725951
Binary1001000111011110011
Octal1107363

Shades and tints

Shades of #483B33

#483B33
(72,59,51)
#42362F
(66,54,47)
#3C312B
(60,49,43)
#362C27
(54,44,39)
#302723
(48,39,35)
#2A221F
(42,34,31)
#241D1B
(36,29,27)
#1E1817
(30,24,23)
#181313
(24,19,19)
#120E0F
(18,14,15)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #483B33

#483B33
(72,59,51)
#584C45
(88,76,69)
#685D57
(104,93,87)
#786E69
(120,110,105)
#887F7B
(136,127,123)
#98908D
(152,144,141)
#A8A19F
(168,161,159)
#B8B2B1
(184,178,177)
#C8C3C3
(200,195,195)
#D8D4D5
(216,212,213)
#E8E5E7
(232,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483B33; }

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

This text font color is #483B33.


Background Color

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

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

This div background color is #483B33.


Border color

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

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

This div border color is #483B33.


Opacity

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

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

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

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

This text has shadow with #483B33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483B33 on black background.


Color preview on white background

This text has color #483B33 on white background.



Black color preview on #483B33 background

This text has black color on #483B33 background.


White color preview on #483B33 background

This text has white color on #483B33 background.