COLOR #48090C

HEX: #48090C
RGB: (72,9,12)

Color info

#48090C contains mainly red color. Web safe color of #48090C is #330000 (or #300).

RGB color model

#48090C color RGB value is (72,9,12).

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

RGB channels and saturation

R 72 of 255 = 28%
G 9 of 255 = 4%
B 12 of 255 = 5%

72
9
12

R + G + B ~ 12%. #48090C is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 9 + 12 = 93 (100%)
R 72 of 93 ~ 77.42%
G 9 of 93 ~ 9.68%
B 12 of 93 ~ 12.9%

%77.42
%9.68
%12.9

CMYK color model

#48090C color CMYK value is (0,88,83,72).

  • cyan value is 0.00%
  • magenta value is 87.50%
  • yellow value is 83.33%
  • key color value is 71.76%
CMYK:
(0,88,83,72)
C0M88Y83K72 
(0%,88%,83%,72%)
(0.00/0.88/0.83/0.72)	

CMYK percentages

%0
%87.5
%83.33
%71.76

Codes

Color #48090C in popluar color models

48090C
RGB72912
HSL357°77.78%15.88%
HSB/HSV357°87.50%28.24%
CMYK0.00%87.50%83.33%
71.76%

Color #48090C in popluar number systems.

HEX48090C
Decimal72912
Binary100100010011100
Octal1101114

Shades and tints

Shades of #48090C

#48090C
(72,9,12)
#42090B
(66,9,11)
#3C090A
(60,9,10)
#360909
(54,9,9)
#300908
(48,9,8)
#2A0907
(42,9,7)
#240906
(36,9,6)
#1E0905
(30,9,5)
#180904
(24,9,4)
#120903
(18,9,3)
#0C0902
(12,9,2)
#000000
(0,0,0)

Tints of #48090C

#48090C
(72,9,12)
#581F22
(88,31,34)
#683538
(104,53,56)
#784B4E
(120,75,78)
#886164
(136,97,100)
#98777A
(152,119,122)
#A88D90
(168,141,144)
#B8A3A6
(184,163,166)
#C8B9BC
(200,185,188)
#D8CFD2
(216,207,210)
#E8E5E8
(232,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48090C color. Also use rgb(72,9,12) instead hex code.

Text Font Color

.myTextColor { color: #48090C; }

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

This text font color is #48090C.


Background Color

.myBgColor { background-color: #48090C; }

<div style="background-color:#48090C">Inner text</div>

This div background color is #48090C.


Border color

.myBorderColor { border: 1px solid #48090C; }

<div style="border:3px solid #48090C">Div</div>

This div border color is #48090C.


Opacity

.myOpacity80 { color: #48090C; opacity: 0.8; }

<p style="color:#48090C;opacity:0.8;">80%</p>

Text with #48090C 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 #48090C;}

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

This text has shadow with #48090C color.

.textShadow {text-shadow: 3px 3px 1px #48090C, 3px 3px 1px red;}

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

This text has shadow with #48090C primary color and red secondary color.


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

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

This text has shadow with #48090C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48090C on black background.


Color preview on white background

This text has color #48090C on white background.



Black color preview on #48090C background

This text has black color on #48090C background.


White color preview on #48090C background

This text has white color on #48090C background.