COLOR #48180A

HEX: #48180A
RGB: (72,24,10)

Color info

#48180A contains mainly red and green colors. Web safe color of #48180A is #330000 (or #300).

RGB color model

#48180A color RGB value is (72,24,10).

  • red value is 72;
  • green value is 24;
  • blue value is 10.
RGB:
(72,24,10)
(28%,9%,4%)

RGB channels and saturation

R 72 of 255 = 28%
G 24 of 255 = 9%
B 10 of 255 = 4%

72
24
10

R + G + B ~ 14%. #48180A is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 24 + 10 = 106 (100%)
R 72 of 106 ~ 67.92%
G 24 of 106 ~ 22.64%
B 10 of 106 ~ 9.43%

%67.92
%22.64

CMYK color model

#48180A color CMYK value is (0,67,86,72).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 86.11%
  • key color value is 71.76%
CMYK:
(0,67,86,72)
C0M67Y86K72 
(0%,67%,86%,72%)
(0.00/0.67/0.86/0.72)	

CMYK percentages

%0
%66.67
%86.11
%71.76

Codes

Color #48180A in popluar color models

48180A
RGB722410
HSL14°75.61%16.08%
HSB/HSV14°86.11%28.24%
CMYK0.00%66.67%86.11%
71.76%

Color #48180A in popluar number systems.

HEX48180A
Decimal722410
Binary1001000110001010
Octal1103012

Shades and tints

Shades of #48180A

#48180A
(72,24,10)
#42160A
(66,22,10)
#3C140A
(60,20,10)
#36120A
(54,18,10)
#30100A
(48,16,10)
#2A0E0A
(42,14,10)
#240C0A
(36,12,10)
#1E0A0A
(30,10,10)
#18080A
(24,8,10)
#12060A
(18,6,10)
#0C040A
(12,4,10)
#000000
(0,0,0)

Tints of #48180A

#48180A
(72,24,10)
#582D20
(88,45,32)
#684236
(104,66,54)
#78574C
(120,87,76)
#886C62
(136,108,98)
#988178
(152,129,120)
#A8968E
(168,150,142)
#B8ABA4
(184,171,164)
#C8C0BA
(200,192,186)
#D8D5D0
(216,213,208)
#E8EAE6
(232,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48180A color. Also use rgb(72,24,10) instead hex code.

Text Font Color

.myTextColor { color: #48180A; }

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

This text font color is #48180A.


Background Color

.myBgColor { background-color: #48180A; }

<div style="background-color:#48180A">Inner text</div>

This div background color is #48180A.


Border color

.myBorderColor { border: 1px solid #48180A; }

<div style="border:3px solid #48180A">Div</div>

This div border color is #48180A.


Opacity

.myOpacity80 { color: #48180A; opacity: 0.8; }

<p style="color:#48180A;opacity:0.8;">80%</p>

Text with #48180A 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 #48180A;}

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

This text has shadow with #48180A color.

.textShadow {text-shadow: 3px 3px 1px #48180A, 3px 3px 1px red;}

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

This text has shadow with #48180A primary color and red secondary color.


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

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

This text has shadow with #48180A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48180A on black background.


Color preview on white background

This text has color #48180A on white background.



Black color preview on #48180A background

This text has black color on #48180A background.


White color preview on #48180A background

This text has white color on #48180A background.