COLOR #482137

HEX: #482137
RGB: (72,33,55)

Color info

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

RGB color model

#482137 color RGB value is (72,33,55).

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

RGB channels and saturation

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

72
33
55

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

Portions of RGB colors in percentages

R + G + B =
72 + 33 + 55 = 160 (100%)
R 72 of 160 ~ 45%
G 33 of 160 ~ 20.63%
B 55 of 160 ~ 34.38%

%45
%20.63
%34.38

CMYK color model

#482137 color CMYK value is (0,54,24,72).

  • cyan value is 0.00%
  • magenta value is 54.17%
  • yellow value is 23.61%
  • key color value is 71.76%
CMYK:
(0,54,24,72)
C0M54Y24K72 
(0%,54%,24%,72%)
(0.00/0.54/0.24/0.72)	

CMYK percentages

%0
%54.17
%23.61
%71.76

Codes

Color #482137 in popluar color models

482137
RGB723355
HSL326°37.14%20.59%
HSB/HSV326°54.17%28.24%
CMYK0.00%54.17%23.61%
71.76%

Color #482137 in popluar number systems.

HEX482137
Decimal723355
Binary1001000100001110111
Octal1104167

Shades and tints

Shades of #482137

#482137
(72,33,55)
#421E32
(66,30,50)
#3C1B2D
(60,27,45)
#361828
(54,24,40)
#301523
(48,21,35)
#2A121E
(42,18,30)
#240F19
(36,15,25)
#1E0C14
(30,12,20)
#18090F
(24,9,15)
#12060A
(18,6,10)
#0C0305
(12,3,5)
#000000
(0,0,0)

Tints of #482137

#482137
(72,33,55)
#583549
(88,53,73)
#68495B
(104,73,91)
#785D6D
(120,93,109)
#88717F
(136,113,127)
#988591
(152,133,145)
#A899A3
(168,153,163)
#B8ADB5
(184,173,181)
#C8C1C7
(200,193,199)
#D8D5D9
(216,213,217)
#E8E9EB
(232,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482137; }

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

This text font color is #482137.


Background Color

.myBgColor { background-color: #482137; }

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

This div background color is #482137.


Border color

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

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

This div border color is #482137.


Opacity

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

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

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

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

This text has shadow with #482137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482137 on black background.


Color preview on white background

This text has color #482137 on white background.



Black color preview on #482137 background

This text has black color on #482137 background.


White color preview on #482137 background

This text has white color on #482137 background.