COLOR #482E1A

HEX: #482E1A
RGB: (72,46,26)

Color info

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

RGB color model

#482E1A color RGB value is (72,46,26).

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

RGB channels and saturation

R 72 of 255 = 28%
G 46 of 255 = 18%
B 26 of 255 = 10%

72
46
26

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

Portions of RGB colors in percentages

R + G + B =
72 + 46 + 26 = 144 (100%)
R 72 of 144 ~ 50%
G 46 of 144 ~ 31.94%
B 26 of 144 ~ 18.06%

%50
%31.94
%18.06

CMYK color model

#482E1A color CMYK value is (0,36,64,72).

  • cyan value is 0.00%
  • magenta value is 36.11%
  • yellow value is 63.89%
  • key color value is 71.76%
CMYK:
(0,36,64,72)
C0M36Y64K72 
(0%,36%,64%,72%)
(0.00/0.36/0.64/0.72)	

CMYK percentages

%0
%36.11
%63.89
%71.76

Codes

Color #482E1A in popluar color models

482E1A
RGB724626
HSL26°46.94%19.22%
HSB/HSV26°63.89%28.24%
CMYK0.00%36.11%63.89%
71.76%

Color #482E1A in popluar number systems.

HEX482E1A
Decimal724626
Binary100100010111011010
Octal1105632

Shades and tints

Shades of #482E1A

#482E1A
(72,46,26)
#422A18
(66,42,24)
#3C2616
(60,38,22)
#362214
(54,34,20)
#301E12
(48,30,18)
#2A1A10
(42,26,16)
#24160E
(36,22,14)
#1E120C
(30,18,12)
#180E0A
(24,14,10)
#120A08
(18,10,8)
#0C0606
(12,6,6)
#000000
(0,0,0)

Tints of #482E1A

#482E1A
(72,46,26)
#58412E
(88,65,46)
#685442
(104,84,66)
#786756
(120,103,86)
#887A6A
(136,122,106)
#988D7E
(152,141,126)
#A8A092
(168,160,146)
#B8B3A6
(184,179,166)
#C8C6BA
(200,198,186)
#D8D9CE
(216,217,206)
#E8ECE2
(232,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482E1A; }

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

This text font color is #482E1A.


Background Color

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

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

This div background color is #482E1A.


Border color

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

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

This div border color is #482E1A.


Opacity

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

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

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

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

This text has shadow with #482E1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482E1A on black background.


Color preview on white background

This text has color #482E1A on white background.



Black color preview on #482E1A background

This text has black color on #482E1A background.


White color preview on #482E1A background

This text has white color on #482E1A background.