COLOR #482D40

HEX: #482D40 RGB: (72,45,64)

Color info

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

RGB color model

#482D40 color RGB value is (72,45,64).

RGB: (72,45,64) (28%, 18%, 25%)

RGB channels and saturation

R 72 of 255 = 28%
G 45 of 255 = 18%
B 64 of 255 = 25%

72
45
64

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

Portions of RGB colors in percentages

R + G + B = 72 + 45 + 64 = 181 (100%)
R 72 of 181 ~ 39.78%
G 45 of 181 ~ 24.86%
B 64 of 181 ~ 35.36'%

%39.78
%24.86
%35.36

CMYK color model

#482D40 color CMYK value is (0,38,11,72).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 11.11%
  • key color value is 71.76%

CMYK: (0,38,11,72)
C0M38Y11K72 (0%, 38%, 11%, 72%)
(0.00 / 0.38 / 0.11 / 0.72)

CMYK percentages

%0
%37.5
%11.11
%71.76

Codes

Color #482D40 in popluar color models

48 2D 40
RGB 72 45 64
HSL 318° 23.08% 22.94%
HSB/HSV 318° 37.50% 28.24%
CMYK 0.00% 37.50% 11.11%
71.76%

Color #482D40 in popluar number systems.

HEX 48 2D 40
Decimal 72 45 64
Binary 1001000 101101 1000000
Octal 110 55 100

Shades and tints

Shades of #482D40

#482D40
(72,45,64)
#42293B
(66,41,59)
#3C2536
(60,37,54)
#362131
(54,33,49)
#301D2C
(48,29,44)
#2A1927
(42,25,39)
#241522
(36,21,34)
#1E111D
(30,17,29)
#180D18
(24,13,24)
#120913
(18,9,19)
#0C050E
(12,5,14)
#000000
(0,0,0)

Tints of #482D40

#482D40
(72,45,64)
#584051
(88,64,81)
#685362
(104,83,98)
#786673
(120,102,115)
#887984
(136,121,132)
#988C95
(152,140,149)
#A89FA6
(168,159,166)
#B8B2B7
(184,178,183)
#C8C5C8
(200,197,200)
#D8D8D9
(216,216,217)
#E8EBEA
(232,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #482D40 color. Also use rgb(72,45,64) instead hex code.

Text Font Color

.myTextColor { color: #482D40; }

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

This text font color is #482D40.

Background Color

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

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

This div background color is #482D40.

Border color

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

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

This div border color is #482D40.

Opacity

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

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

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

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

This text has shadow with #482D40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #482D40.

Preview

Color preview on black background

This text has color #482D40 on black background.


Color preview on white background

This text has color #482D40 on white background.


Black color preview on #482D40 background

This text has black color on #482D40 background.


White color preview on #482D40 background

This text has white color on #482D40 background.


Related colors

Complementary color

Complementary color for #hex is #B7D2BF.


I love getcolorcode.com

Triadic colors

1 #40482D and #2D4048 with #482D40 are triadic colors.

2 #402D48 and #2D4840 with #482D40 are triadic colors.