COLOR #482B44

HEX: #482B44 RGB: (72,43,68)

Color info

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

RGB color model

#482B44 color RGB value is (72,43,68).

RGB: (72,43,68) (28%, 17%, 27%)

RGB channels and saturation

R 72 of 255 = 28%
G 43 of 255 = 17%
B 68 of 255 = 27%

72
43
68

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

Portions of RGB colors in percentages

R + G + B = 72 + 43 + 68 = 183 (100%)
R 72 of 183 ~ 39.34%
G 43 of 183 ~ 23.5%
B 68 of 183 ~ 37.16'%

%39.34
%23.5
%37.16

CMYK color model

#482B44 color CMYK value is (0,40,6,72).

  • cyan value is 0.00%
  • magenta value is 40.28%
  • yellow value is 5.56%
  • key color value is 71.76%

CMYK: (0,40,6,72)
C0M40Y6K72 (0%, 40%, 6%, 72%)
(0.00 / 0.40 / 0.06 / 0.72)

CMYK percentages

%0
%40.28
%5.56
%71.76

Codes

Color #482B44 in popluar color models

48 2B 44
RGB 72 43 68
HSL 308° 25.22% 22.55%
HSB/HSV 308° 40.28% 28.24%
CMYK 0.00% 40.28% 5.56%
71.76%

Color #482B44 in popluar number systems.

HEX 48 2B 44
Decimal 72 43 68
Binary 1001000 101011 1000100
Octal 110 53 104

Shades and tints

Shades of #482B44

#482B44
(72,43,68)
#42283E
(66,40,62)
#3C2538
(60,37,56)
#362232
(54,34,50)
#301F2C
(48,31,44)
#2A1C26
(42,28,38)
#241920
(36,25,32)
#1E161A
(30,22,26)
#181314
(24,19,20)
#12100E
(18,16,14)
#0C0D08
(12,13,8)
#000000
(0,0,0)

Tints of #482B44

#482B44
(72,43,68)
#583E55
(88,62,85)
#685166
(104,81,102)
#786477
(120,100,119)
#887788
(136,119,136)
#988A99
(152,138,153)
#A89DAA
(168,157,170)
#B8B0BB
(184,176,187)
#C8C3CC
(200,195,204)
#D8D6DD
(216,214,221)
#E8E9EE
(232,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482B44; }

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

This text font color is #482B44.

Background Color

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

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

This div background color is #482B44.

Border color

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

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

This div border color is #482B44.

Opacity

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

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

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

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

This text has shadow with #482B44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #482B44.

Preview

Color preview on black background

This text has color #482B44 on black background.


Color preview on white background

This text has color #482B44 on white background.


Black color preview on #482B44 background

This text has black color on #482B44 background.


White color preview on #482B44 background

This text has white color on #482B44 background.


Related colors

Complementary color

Complementary color for #hex is #B7D4BB.


I love getcolorcode.com

Triadic colors

1 #44482B and #2B4448 with #482B44 are triadic colors.

2 #442B48 and #2B4844 with #482B44 are triadic colors.