COLOR #482E44

HEX: #482E44
RGB: (72,46,68)

Color info

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

RGB color model

#482E44 color RGB value is (72,46,68).

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

RGB channels and saturation

R 72 of 255 = 28%
G 46 of 255 = 18%
B 68 of 255 = 27%

72
46
68

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

Portions of RGB colors in percentages

R + G + B =
72 + 46 + 68 = 186 (100%)
R 72 of 186 ~ 38.71%
G 46 of 186 ~ 24.73%
B 68 of 186 ~ 36.56%

%38.71
%24.73
%36.56

CMYK color model

#482E44 color CMYK value is (0,36,6,72).

  • cyan value is 0.00%
  • magenta value is 36.11%
  • yellow value is 5.56%
  • key color value is 71.76%
CMYK:
(0,36,6,72)
C0M36Y6K72 
(0%,36%,6%,72%)
(0.00/0.36/0.06/0.72)	

CMYK percentages

%0
%36.11
%5.56
%71.76

Codes

Color #482E44 in popluar color models

482E44
RGB724668
HSL309°22.03%23.14%
HSB/HSV309°36.11%28.24%
CMYK0.00%36.11%5.56%
71.76%

Color #482E44 in popluar number systems.

HEX482E44
Decimal724668
Binary10010001011101000100
Octal11056104

Shades and tints

Shades of #482E44

#482E44
(72,46,68)
#422A3E
(66,42,62)
#3C2638
(60,38,56)
#362232
(54,34,50)
#301E2C
(48,30,44)
#2A1A26
(42,26,38)
#241620
(36,22,32)
#1E121A
(30,18,26)
#180E14
(24,14,20)
#120A0E
(18,10,14)
#0C0608
(12,6,8)
#000000
(0,0,0)

Tints of #482E44

#482E44
(72,46,68)
#584155
(88,65,85)
#685466
(104,84,102)
#786777
(120,103,119)
#887A88
(136,122,136)
#988D99
(152,141,153)
#A8A0AA
(168,160,170)
#B8B3BB
(184,179,187)
#C8C6CC
(200,198,204)
#D8D9DD
(216,217,221)
#E8ECEE
(232,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482E44; }

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

This text font color is #482E44.


Background Color

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

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

This div background color is #482E44.


Border color

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

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

This div border color is #482E44.


Opacity

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

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

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

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

This text has shadow with #482E44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482E44 on black background.


Color preview on white background

This text has color #482E44 on white background.



Black color preview on #482E44 background

This text has black color on #482E44 background.


White color preview on #482E44 background

This text has white color on #482E44 background.