COLOR #482E1E

HEX: #482E1E RGB: (72,46,30)

Color info

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

RGB color model

#482E1E color RGB value is (72,46,30).

RGB: (72,46,30) (28%, 18%, 12%)

RGB channels and saturation

R 72 of 255 = 28%
G 46 of 255 = 18%
B 30 of 255 = 12%

72
46
30

R + G + B ~ 19%. #482E1E is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 46 + 30 = 148 (100%)
R 72 of 148 ~ 48.65%
G 46 of 148 ~ 31.08%
B 30 of 148 ~ 20.27'%

%48.65
%31.08
%20.27

CMYK color model

#482E1E color CMYK value is (0,36,58,72).

  • cyan value is 0.00%
  • magenta value is 36.11%
  • yellow value is 58.33%
  • key color value is 71.76%
CMYK: (0,36,58,72) C0M36Y58K72 (0%,36%,58%,72%) (0.00/0.36/0.58/0.72) 

CMYK percentages

%0
%36.11
%58.33
%71.76

Codes

Color #482E1E in popluar color models

48 2E 1E
RGB 72 46 30
HSL 23° 41.18% 20.00%
HSB/HSV 23° 58.33% 28.24%
CMYK 0.00% 36.11% 58.33%
71.76%

Color #482E1E in popluar number systems.

HEX 48 2E 1E
Decimal 72 46 30
Binary 1001000 101110 11110
Octal 110 56 36

Shades and tints

Shades of #482E1E

#482E1E
(72,46,30)
#422A1C
(66,42,28)
#3C261A
(60,38,26)
#362218
(54,34,24)
#301E16
(48,30,22)
#2A1A14
(42,26,20)
#241612
(36,22,18)
#1E1210
(30,18,16)
#180E0E
(24,14,14)
#120A0C
(18,10,12)
#0C060A
(12,6,10)
#000000
(0,0,0)

Tints of #482E1E

#482E1E
(72,46,30)
#584132
(88,65,50)
#685446
(104,84,70)
#78675A
(120,103,90)
#887A6E
(136,122,110)
#988D82
(152,141,130)
#A8A096
(168,160,150)
#B8B3AA
(184,179,170)
#C8C6BE
(200,198,190)
#D8D9D2
(216,217,210)
#E8ECE6
(232,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482E1E; }

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

This text font color is #482E1E.

Background Color

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

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

This div background color is #482E1E.

Border color

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

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

This div border color is #482E1E.

Opacity

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

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

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

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

This text has shadow with #482E1E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #482E1E.

Preview

Color preview on black background

This text has color #482E1E on black background.


Color preview on white background

This text has color #482E1E on white background.


Black color preview on #482E1E background

This text has black color on #482E1E background.


White color preview on #482E1E background

This text has white color on #482E1E background.


Related colors

Complementary color

Complementary color for #hex is #B7D1E1.


I love getcolorcode.com

Triadic colors

1 #1E482E and #2E1E48 with #482E1E are triadic colors.

2 #1E2E48 and #2E481E with #482E1E are triadic colors.