COLOR #482139

HEX: #482139
RGB: (72,33,57)

Color info

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

RGB color model

#482139 color RGB value is (72,33,57).

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

RGB channels and saturation

R 72 of 255 = 28%
G 33 of 255 = 13%
B 57 of 255 = 22%

72
33
57

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

Portions of RGB colors in percentages

R + G + B =
72 + 33 + 57 = 162 (100%)
R 72 of 162 ~ 44.44%
G 33 of 162 ~ 20.37%
B 57 of 162 ~ 35.19%

%44.44
%20.37
%35.19

CMYK color model

#482139 color CMYK value is (0,54,21,72).

  • cyan value is 0.00%
  • magenta value is 54.17%
  • yellow value is 20.83%
  • key color value is 71.76%
CMYK:
(0,54,21,72)
C0M54Y21K72 
(0%,54%,21%,72%)
(0.00/0.54/0.21/0.72)	

CMYK percentages

%0
%54.17
%20.83
%71.76

Codes

Color #482139 in popluar color models

482139
RGB723357
HSL323°37.14%20.59%
HSB/HSV323°54.17%28.24%
CMYK0.00%54.17%20.83%
71.76%

Color #482139 in popluar number systems.

HEX482139
Decimal723357
Binary1001000100001111001
Octal1104171

Shades and tints

Shades of #482139

#482139
(72,33,57)
#421E34
(66,30,52)
#3C1B2F
(60,27,47)
#36182A
(54,24,42)
#301525
(48,21,37)
#2A1220
(42,18,32)
#240F1B
(36,15,27)
#1E0C16
(30,12,22)
#180911
(24,9,17)
#12060C
(18,6,12)
#0C0307
(12,3,7)
#000000
(0,0,0)

Tints of #482139

#482139
(72,33,57)
#58354B
(88,53,75)
#68495D
(104,73,93)
#785D6F
(120,93,111)
#887181
(136,113,129)
#988593
(152,133,147)
#A899A5
(168,153,165)
#B8ADB7
(184,173,183)
#C8C1C9
(200,193,201)
#D8D5DB
(216,213,219)
#E8E9ED
(232,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482139; }

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

This text font color is #482139.


Background Color

.myBgColor { background-color: #482139; }

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

This div background color is #482139.


Border color

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

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

This div border color is #482139.


Opacity

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

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

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

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

This text has shadow with #482139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482139 on black background.


Color preview on white background

This text has color #482139 on white background.



Black color preview on #482139 background

This text has black color on #482139 background.


White color preview on #482139 background

This text has white color on #482139 background.