COLOR #482E45

HEX: #482E45
RGB: (72,46,69)

Color info

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

RGB color model

#482E45 color RGB value is (72,46,69).

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

RGB channels and saturation

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

72
46
69

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

Portions of RGB colors in percentages

R + G + B =
72 + 46 + 69 = 187 (100%)
R 72 of 187 ~ 38.5%
G 46 of 187 ~ 24.6%
B 69 of 187 ~ 36.9%

%38.5
%24.6
%36.9

CMYK color model

#482E45 color CMYK value is (0,36,4,72).

  • cyan value is 0.00%
  • magenta value is 36.11%
  • yellow value is 4.17%
  • key color value is 71.76%
CMYK:
(0,36,4,72)
C0M36Y4K72 
(0%,36%,4%,72%)
(0.00/0.36/0.04/0.72)	

CMYK percentages

%0
%36.11
%4.17
%71.76

Codes

Color #482E45 in popluar color models

482E45
RGB724669
HSL307°22.03%23.14%
HSB/HSV307°36.11%28.24%
CMYK0.00%36.11%4.17%
71.76%

Color #482E45 in popluar number systems.

HEX482E45
Decimal724669
Binary10010001011101000101
Octal11056105

Shades and tints

Shades of #482E45

#482E45
(72,46,69)
#422A3F
(66,42,63)
#3C2639
(60,38,57)
#362233
(54,34,51)
#301E2D
(48,30,45)
#2A1A27
(42,26,39)
#241621
(36,22,33)
#1E121B
(30,18,27)
#180E15
(24,14,21)
#120A0F
(18,10,15)
#0C0609
(12,6,9)
#000000
(0,0,0)

Tints of #482E45

#482E45
(72,46,69)
#584155
(88,65,85)
#685465
(104,84,101)
#786775
(120,103,117)
#887A85
(136,122,133)
#988D95
(152,141,149)
#A8A0A5
(168,160,165)
#B8B3B5
(184,179,181)
#C8C6C5
(200,198,197)
#D8D9D5
(216,217,213)
#E8ECE5
(232,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482E45; }

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

This text font color is #482E45.


Background Color

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

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

This div background color is #482E45.


Border color

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

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

This div border color is #482E45.


Opacity

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

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

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

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

This text has shadow with #482E45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482E45 on black background.


Color preview on white background

This text has color #482E45 on white background.



Black color preview on #482E45 background

This text has black color on #482E45 background.


White color preview on #482E45 background

This text has white color on #482E45 background.