COLOR #482A1A

HEX: #482A1A
RGB: (72,42,26)

Color info

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

RGB color model

#482A1A color RGB value is (72,42,26).

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

RGB channels and saturation

R 72 of 255 = 28%
G 42 of 255 = 16%
B 26 of 255 = 10%

72
42
26

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

Portions of RGB colors in percentages

R + G + B =
72 + 42 + 26 = 140 (100%)
R 72 of 140 ~ 51.43%
G 42 of 140 ~ 30%
B 26 of 140 ~ 18.57%

%51.43
%30
%18.57

CMYK color model

#482A1A color CMYK value is (0,42,64,72).

  • cyan value is 0.00%
  • magenta value is 41.67%
  • yellow value is 63.89%
  • key color value is 71.76%
CMYK:
(0,42,64,72)
C0M42Y64K72 
(0%,42%,64%,72%)
(0.00/0.42/0.64/0.72)	

CMYK percentages

%0
%41.67
%63.89
%71.76

Codes

Color #482A1A in popluar color models

482A1A
RGB724226
HSL21°46.94%19.22%
HSB/HSV21°63.89%28.24%
CMYK0.00%41.67%63.89%
71.76%

Color #482A1A in popluar number systems.

HEX482A1A
Decimal724226
Binary100100010101011010
Octal1105232

Shades and tints

Shades of #482A1A

#482A1A
(72,42,26)
#422718
(66,39,24)
#3C2416
(60,36,22)
#362114
(54,33,20)
#301E12
(48,30,18)
#2A1B10
(42,27,16)
#24180E
(36,24,14)
#1E150C
(30,21,12)
#18120A
(24,18,10)
#120F08
(18,15,8)
#0C0C06
(12,12,6)
#000000
(0,0,0)

Tints of #482A1A

#482A1A
(72,42,26)
#583D2E
(88,61,46)
#685042
(104,80,66)
#786356
(120,99,86)
#88766A
(136,118,106)
#98897E
(152,137,126)
#A89C92
(168,156,146)
#B8AFA6
(184,175,166)
#C8C2BA
(200,194,186)
#D8D5CE
(216,213,206)
#E8E8E2
(232,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482A1A; }

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

This text font color is #482A1A.


Background Color

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

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

This div background color is #482A1A.


Border color

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

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

This div border color is #482A1A.


Opacity

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

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

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

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

This text has shadow with #482A1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482A1A on black background.


Color preview on white background

This text has color #482A1A on white background.



Black color preview on #482A1A background

This text has black color on #482A1A background.


White color preview on #482A1A background

This text has white color on #482A1A background.