COLOR #482B0C

HEX: #482B0C
RGB: (72,43,12)

Color info

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

RGB color model

#482B0C color RGB value is (72,43,12).

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

RGB channels and saturation

R 72 of 255 = 28%
G 43 of 255 = 17%
B 12 of 255 = 5%

72
43
12

R + G + B ~ 17%. #482B0C is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 43 + 12 = 127 (100%)
R 72 of 127 ~ 56.69%
G 43 of 127 ~ 33.86%
B 12 of 127 ~ 9.45%

%56.69
%33.86

CMYK color model

#482B0C color CMYK value is (0,40,83,72).

  • cyan value is 0.00%
  • magenta value is 40.28%
  • yellow value is 83.33%
  • key color value is 71.76%
CMYK:
(0,40,83,72)
C0M40Y83K72 
(0%,40%,83%,72%)
(0.00/0.40/0.83/0.72)	

CMYK percentages

%0
%40.28
%83.33
%71.76

Codes

Color #482B0C in popluar color models

482B0C
RGB724312
HSL31°71.43%16.47%
HSB/HSV31°83.33%28.24%
CMYK0.00%40.28%83.33%
71.76%

Color #482B0C in popluar number systems.

HEX482B0C
Decimal724312
Binary10010001010111100
Octal1105314

Shades and tints

Shades of #482B0C

#482B0C
(72,43,12)
#42280B
(66,40,11)
#3C250A
(60,37,10)
#362209
(54,34,9)
#301F08
(48,31,8)
#2A1C07
(42,28,7)
#241906
(36,25,6)
#1E1605
(30,22,5)
#181304
(24,19,4)
#121003
(18,16,3)
#0C0D02
(12,13,2)
#000000
(0,0,0)

Tints of #482B0C

#482B0C
(72,43,12)
#583E22
(88,62,34)
#685138
(104,81,56)
#78644E
(120,100,78)
#887764
(136,119,100)
#988A7A
(152,138,122)
#A89D90
(168,157,144)
#B8B0A6
(184,176,166)
#C8C3BC
(200,195,188)
#D8D6D2
(216,214,210)
#E8E9E8
(232,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482B0C; }

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

This text font color is #482B0C.


Background Color

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

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

This div background color is #482B0C.


Border color

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

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

This div border color is #482B0C.


Opacity

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

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

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

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

This text has shadow with #482B0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482B0C on black background.


Color preview on white background

This text has color #482B0C on white background.



Black color preview on #482B0C background

This text has black color on #482B0C background.


White color preview on #482B0C background

This text has white color on #482B0C background.