COLOR #482033

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

72
32
51

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

Portions of RGB colors in percentages

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

%46.45
%20.65
%32.9

CMYK color model

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

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

CMYK percentages

%0
%55.56
%29.17
%71.76

Codes

Color #482033 in popluar color models

482033
RGB723251
HSL332°38.46%20.39%
HSB/HSV332°55.56%28.24%
CMYK0.00%55.56%29.17%
71.76%

Color #482033 in popluar number systems.

HEX482033
Decimal723251
Binary1001000100000110011
Octal1104063

Shades and tints

Shades of #482033

#482033
(72,32,51)
#421E2F
(66,30,47)
#3C1C2B
(60,28,43)
#361A27
(54,26,39)
#301823
(48,24,35)
#2A161F
(42,22,31)
#24141B
(36,20,27)
#1E1217
(30,18,23)
#181013
(24,16,19)
#120E0F
(18,14,15)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #482033

#482033
(72,32,51)
#583445
(88,52,69)
#684857
(104,72,87)
#785C69
(120,92,105)
#88707B
(136,112,123)
#98848D
(152,132,141)
#A8989F
(168,152,159)
#B8ACB1
(184,172,177)
#C8C0C3
(200,192,195)
#D8D4D5
(216,212,213)
#E8E8E7
(232,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482033; }

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

This text font color is #482033.


Background Color

.myBgColor { background-color: #482033; }

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

This div background color is #482033.


Border color

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

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

This div border color is #482033.


Opacity

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

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

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

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

This text has shadow with #482033 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482033 on black background.


Color preview on white background

This text has color #482033 on white background.



Black color preview on #482033 background

This text has black color on #482033 background.


White color preview on #482033 background

This text has white color on #482033 background.