COLOR #482A0C

HEX: #482A0C
RGB: (72,42,12)

Color info

#482A0C contains mainly red and green colors. Web safe color of #482A0C is #333300 (or #330).

RGB color model

#482A0C color RGB value is (72,42,12).

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

RGB channels and saturation

R 72 of 255 = 28%
G 42 of 255 = 16%
B 12 of 255 = 5%

72
42
12

R + G + B ~ 16%. #482A0C is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 42 + 12 = 126 (100%)
R 72 of 126 ~ 57.14%
G 42 of 126 ~ 33.33%
B 12 of 126 ~ 9.52%

%57.14
%33.33
%9.52

CMYK color model

#482A0C color CMYK value is (0,42,83,72).

  • cyan value is 0.00%
  • magenta value is 41.67%
  • yellow value is 83.33%
  • key color value is 71.76%
CMYK:
(0,42,83,72)
C0M42Y83K72 
(0%,42%,83%,72%)
(0.00/0.42/0.83/0.72)	

CMYK percentages

%0
%41.67
%83.33
%71.76

Codes

Color #482A0C in popluar color models

482A0C
RGB724212
HSL30°71.43%16.47%
HSB/HSV30°83.33%28.24%
CMYK0.00%41.67%83.33%
71.76%

Color #482A0C in popluar number systems.

HEX482A0C
Decimal724212
Binary10010001010101100
Octal1105214

Shades and tints

Shades of #482A0C

#482A0C
(72,42,12)
#42270B
(66,39,11)
#3C240A
(60,36,10)
#362109
(54,33,9)
#301E08
(48,30,8)
#2A1B07
(42,27,7)
#241806
(36,24,6)
#1E1505
(30,21,5)
#181204
(24,18,4)
#120F03
(18,15,3)
#0C0C02
(12,12,2)
#000000
(0,0,0)

Tints of #482A0C

#482A0C
(72,42,12)
#583D22
(88,61,34)
#685038
(104,80,56)
#78634E
(120,99,78)
#887664
(136,118,100)
#98897A
(152,137,122)
#A89C90
(168,156,144)
#B8AFA6
(184,175,166)
#C8C2BC
(200,194,188)
#D8D5D2
(216,213,210)
#E8E8E8
(232,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482A0C; }

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

This text font color is #482A0C.


Background Color

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

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

This div background color is #482A0C.


Border color

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

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

This div border color is #482A0C.


Opacity

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

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

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

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

This text has shadow with #482A0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482A0C on black background.


Color preview on white background

This text has color #482A0C on white background.



Black color preview on #482A0C background

This text has black color on #482A0C background.


White color preview on #482A0C background

This text has white color on #482A0C background.