COLOR #48080C

HEX: #48080C RGB: (72,8,12)

Color info

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

RGB color model

#48080C color RGB value is (72,8,12).

RGB: (72,8,12) (28%, 3%, 5%)

RGB channels and saturation

R 72 of 255 = 28%
G 8 of 255 = 3%
B 12 of 255 = 5%

72
8
12

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

Portions of RGB colors in percentages

R + G + B = 72 + 8 + 12 = 92 (100%)
R 72 of 92 ~ 78.26%
G 8 of 92 ~ 8.7%
B 12 of 92 ~ 13.04'%

%78.26
%13.04

CMYK color model

#48080C color CMYK value is (0,89,83,72).

  • cyan value is 0.00%
  • magenta value is 88.89%
  • yellow value is 83.33%
  • key color value is 71.76%
CMYK: (0,89,83,72) C0M89Y83K72 (0%,89%,83%,72%) (0.00/0.89/0.83/0.72) 

CMYK percentages

%0
%88.89
%83.33
%71.76

Codes

Color #48080C in popluar color models

48 08 0C
RGB 72 8 12
HSL 356° 80.00% 15.69%
HSB/HSV 356° 88.89% 28.24%
CMYK 0.00% 88.89% 83.33%
71.76%

Color #48080C in popluar number systems.

HEX 48 08 0C
Decimal 72 8 12
Binary 1001000 1000 1100
Octal 110 10 14

Shades and tints

Shades of #48080C

#48080C
(72,8,12)
#42080B
(66,8,11)
#3C080A
(60,8,10)
#360809
(54,8,9)
#300808
(48,8,8)
#2A0807
(42,8,7)
#240806
(36,8,6)
#1E0805
(30,8,5)
#180804
(24,8,4)
#120803
(18,8,3)
#0C0802
(12,8,2)
#000000
(0,0,0)

Tints of #48080C

#48080C
(72,8,12)
#581E22
(88,30,34)
#683438
(104,52,56)
#784A4E
(120,74,78)
#886064
(136,96,100)
#98767A
(152,118,122)
#A88C90
(168,140,144)
#B8A2A6
(184,162,166)
#C8B8BC
(200,184,188)
#D8CED2
(216,206,210)
#E8E4E8
(232,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48080C; }

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

This text font color is #48080C.

Background Color

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

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

This div background color is #48080C.

Border color

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

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

This div border color is #48080C.

Opacity

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

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

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

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

This text has shadow with #48080C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48080C.

Preview

Color preview on black background

This text has color #48080C on black background.


Color preview on white background

This text has color #48080C on white background.


Black color preview on #48080C background

This text has black color on #48080C background.


White color preview on #48080C background

This text has white color on #48080C background.


Related colors

Complementary color

Complementary color for #hex is #B7F7F3.


I love getcolorcode.com

Triadic colors

1 #0C4808 and #080C48 with #48080C are triadic colors.

2 #0C0848 and #08480C with #48080C are triadic colors.