COLOR #482E15

HEX: #482E15 RGB: (72,46,21)

Color info

#482E15 contains red, green and blue colors in about the same proportion. Web safe color of #482E15 is #333300 (or #330).

RGB color model

#482E15 color RGB value is (72,46,21).

RGB: (72,46,21) (28%, 18%, 8%)

RGB channels and saturation

R 72 of 255 = 28%
G 46 of 255 = 18%
B 21 of 255 = 8%

72
46
21

R + G + B ~ 18%. #482E15 is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 46 + 21 = 139 (100%)
R 72 of 139 ~ 51.8%
G 46 of 139 ~ 33.09%
B 21 of 139 ~ 15.11'%

%51.8
%33.09
%15.11

CMYK color model

#482E15 color CMYK value is (0,36,71,72).

  • cyan value is 0.00%
  • magenta value is 36.11%
  • yellow value is 70.83%
  • key color value is 71.76%

CMYK: (0,36,71,72)
C0M36Y71K72 (0%, 36%, 71%, 72%)
(0.00 / 0.36 / 0.71 / 0.72)

CMYK percentages

%0
%36.11
%70.83
%71.76

Codes

Color #482E15 in popluar color models

48 2E 15
RGB 72 46 21
HSL 29° 54.84% 18.24%
HSB/HSV 29° 70.83% 28.24%
CMYK 0.00% 36.11% 70.83%
71.76%

Color #482E15 in popluar number systems.

HEX 48 2E 15
Decimal 72 46 21
Binary 1001000 101110 10101
Octal 110 56 25

Shades and tints

Shades of #482E15

#482E15
(72,46,21)
#422A14
(66,42,20)
#3C2613
(60,38,19)
#362212
(54,34,18)
#301E11
(48,30,17)
#2A1A10
(42,26,16)
#24160F
(36,22,15)
#1E120E
(30,18,14)
#180E0D
(24,14,13)
#120A0C
(18,10,12)
#0C060B
(12,6,11)
#000000
(0,0,0)

Tints of #482E15

#482E15
(72,46,21)
#58412A
(88,65,42)
#68543F
(104,84,63)
#786754
(120,103,84)
#887A69
(136,122,105)
#988D7E
(152,141,126)
#A8A093
(168,160,147)
#B8B3A8
(184,179,168)
#C8C6BD
(200,198,189)
#D8D9D2
(216,217,210)
#E8ECE7
(232,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482E15; }

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

This text font color is #482E15.

Background Color

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

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

This div background color is #482E15.

Border color

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

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

This div border color is #482E15.

Opacity

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

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

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

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

This text has shadow with #482E15 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #482E15.

Preview

Color preview on black background

This text has color #482E15 on black background.


Color preview on white background

This text has color #482E15 on white background.


Black color preview on #482E15 background

This text has black color on #482E15 background.


White color preview on #482E15 background

This text has white color on #482E15 background.


Related colors

Complementary color

Complementary color for #hex is #B7D1EA.


I love getcolorcode.com

Triadic colors

1 #15482E and #2E1548 with #482E15 are triadic colors.

2 #152E48 and #2E4815 with #482E15 are triadic colors.