COLOR #482739

HEX: #482739
RGB: (72,39,57)

Color info

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

RGB color model

#482739 color RGB value is (72,39,57).

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

RGB channels and saturation

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

72
39
57

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

Portions of RGB colors in percentages

R + G + B =
72 + 39 + 57 = 168 (100%)
R 72 of 168 ~ 42.86%
G 39 of 168 ~ 23.21%
B 57 of 168 ~ 33.93%

%42.86
%23.21
%33.93

CMYK color model

#482739 color CMYK value is (0,46,21,72).

  • cyan value is 0.00%
  • magenta value is 45.83%
  • yellow value is 20.83%
  • key color value is 71.76%
CMYK:
(0,46,21,72)
C0M46Y21K72 
(0%,46%,21%,72%)
(0.00/0.46/0.21/0.72)	

CMYK percentages

%0
%45.83
%20.83
%71.76

Codes

Color #482739 in popluar color models

482739
RGB723957
HSL327°29.73%21.76%
HSB/HSV327°45.83%28.24%
CMYK0.00%45.83%20.83%
71.76%

Color #482739 in popluar number systems.

HEX482739
Decimal723957
Binary1001000100111111001
Octal1104771

Shades and tints

Shades of #482739

#482739
(72,39,57)
#422434
(66,36,52)
#3C212F
(60,33,47)
#361E2A
(54,30,42)
#301B25
(48,27,37)
#2A1820
(42,24,32)
#24151B
(36,21,27)
#1E1216
(30,18,22)
#180F11
(24,15,17)
#120C0C
(18,12,12)
#0C0907
(12,9,7)
#000000
(0,0,0)

Tints of #482739

#482739
(72,39,57)
#583A4B
(88,58,75)
#684D5D
(104,77,93)
#78606F
(120,96,111)
#887381
(136,115,129)
#988693
(152,134,147)
#A899A5
(168,153,165)
#B8ACB7
(184,172,183)
#C8BFC9
(200,191,201)
#D8D2DB
(216,210,219)
#E8E5ED
(232,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482739; }

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

This text font color is #482739.


Background Color

.myBgColor { background-color: #482739; }

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

This div background color is #482739.


Border color

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

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

This div border color is #482739.


Opacity

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

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

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

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

This text has shadow with #482739 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482739 on black background.


Color preview on white background

This text has color #482739 on white background.



Black color preview on #482739 background

This text has black color on #482739 background.


White color preview on #482739 background

This text has white color on #482739 background.