COLOR #482737

HEX: #482737
RGB: (72,39,55)

Color info

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

RGB color model

#482737 color RGB value is (72,39,55).

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

RGB channels and saturation

R 72 of 255 = 28%
G 39 of 255 = 15%
B 55 of 255 = 22%

72
39
55

R + G + B ~ 22%. #482737 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 39 + 55 = 166 (100%)
R 72 of 166 ~ 43.37%
G 39 of 166 ~ 23.49%
B 55 of 166 ~ 33.13%

%43.37
%23.49
%33.13

CMYK color model

#482737 color CMYK value is (0,46,24,72).

  • cyan value is 0.00%
  • magenta value is 45.83%
  • yellow value is 23.61%
  • key color value is 71.76%
CMYK:
(0,46,24,72)
C0M46Y24K72 
(0%,46%,24%,72%)
(0.00/0.46/0.24/0.72)	

CMYK percentages

%0
%45.83
%23.61
%71.76

Codes

Color #482737 in popluar color models

482737
RGB723955
HSL331°29.73%21.76%
HSB/HSV331°45.83%28.24%
CMYK0.00%45.83%23.61%
71.76%

Color #482737 in popluar number systems.

HEX482737
Decimal723955
Binary1001000100111110111
Octal1104767

Shades and tints

Shades of #482737

#482737
(72,39,55)
#422432
(66,36,50)
#3C212D
(60,33,45)
#361E28
(54,30,40)
#301B23
(48,27,35)
#2A181E
(42,24,30)
#241519
(36,21,25)
#1E1214
(30,18,20)
#180F0F
(24,15,15)
#120C0A
(18,12,10)
#0C0905
(12,9,5)
#000000
(0,0,0)

Tints of #482737

#482737
(72,39,55)
#583A49
(88,58,73)
#684D5B
(104,77,91)
#78606D
(120,96,109)
#88737F
(136,115,127)
#988691
(152,134,145)
#A899A3
(168,153,163)
#B8ACB5
(184,172,181)
#C8BFC7
(200,191,199)
#D8D2D9
(216,210,217)
#E8E5EB
(232,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482737; }

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

This text font color is #482737.


Background Color

.myBgColor { background-color: #482737; }

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

This div background color is #482737.


Border color

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

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

This div border color is #482737.


Opacity

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

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

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

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

This text has shadow with #482737 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482737 on black background.


Color preview on white background

This text has color #482737 on white background.



Black color preview on #482737 background

This text has black color on #482737 background.


White color preview on #482737 background

This text has white color on #482737 background.