COLOR #482A44

HEX: #482A44
RGB: (72,42,68)

Color info

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

RGB color model

#482A44 color RGB value is (72,42,68).

  • red value is 72;
  • green value is 42;
  • blue value is 68.
RGB:
(72,42,68)
(28%,16%,27%)

RGB channels and saturation

R 72 of 255 = 28%
G 42 of 255 = 16%
B 68 of 255 = 27%

72
42
68

R + G + B ~ 24%. #482A44 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 42 + 68 = 182 (100%)
R 72 of 182 ~ 39.56%
G 42 of 182 ~ 23.08%
B 68 of 182 ~ 37.36%

%39.56
%23.08
%37.36

CMYK color model

#482A44 color CMYK value is (0,42,6,72).

  • cyan value is 0.00%
  • magenta value is 41.67%
  • yellow value is 5.56%
  • key color value is 71.76%
CMYK:
(0,42,6,72)
C0M42Y6K72 
(0%,42%,6%,72%)
(0.00/0.42/0.06/0.72)	

CMYK percentages

%0
%41.67
%5.56
%71.76

Codes

Color #482A44 in popluar color models

482A44
RGB724268
HSL308°26.32%22.35%
HSB/HSV308°41.67%28.24%
CMYK0.00%41.67%5.56%
71.76%

Color #482A44 in popluar number systems.

HEX482A44
Decimal724268
Binary10010001010101000100
Octal11052104

Shades and tints

Shades of #482A44

#482A44
(72,42,68)
#42273E
(66,39,62)
#3C2438
(60,36,56)
#362132
(54,33,50)
#301E2C
(48,30,44)
#2A1B26
(42,27,38)
#241820
(36,24,32)
#1E151A
(30,21,26)
#181214
(24,18,20)
#120F0E
(18,15,14)
#0C0C08
(12,12,8)
#000000
(0,0,0)

Tints of #482A44

#482A44
(72,42,68)
#583D55
(88,61,85)
#685066
(104,80,102)
#786377
(120,99,119)
#887688
(136,118,136)
#988999
(152,137,153)
#A89CAA
(168,156,170)
#B8AFBB
(184,175,187)
#C8C2CC
(200,194,204)
#D8D5DD
(216,213,221)
#E8E8EE
(232,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #482A44 color. Also use rgb(72,42,68) instead hex code.

Text Font Color

.myTextColor { color: #482A44; }

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

This text font color is #482A44.


Background Color

.myBgColor { background-color: #482A44; }

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

This div background color is #482A44.


Border color

.myBorderColor { border: 1px solid #482A44; }

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

This div border color is #482A44.


Opacity

.myOpacity80 { color: #482A44; opacity: 0.8; }

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

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

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

This text has shadow with #482A44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482A44 on black background.


Color preview on white background

This text has color #482A44 on white background.



Black color preview on #482A44 background

This text has black color on #482A44 background.


White color preview on #482A44 background

This text has white color on #482A44 background.