COLOR #48120F

HEX: #48120F RGB: (72,18,15)

Color info

#48120F contains red, green and blue colors in about the same proportion. Web safe color of #48120F is #330000 (or #300).

RGB color model

#48120F color RGB value is (72,18,15).

RGB: (72,18,15) (28%, 7%, 6%)

RGB channels and saturation

R 72 of 255 = 28%
G 18 of 255 = 7%
B 15 of 255 = 6%

72
18
15

R + G + B ~ 14%. #48120F is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 18 + 15 = 105 (100%)
R 72 of 105 ~ 68.57%
G 18 of 105 ~ 17.14%
B 15 of 105 ~ 14.29'%

%68.57
%17.14
%14.29

CMYK color model

#48120F color CMYK value is (0,75,79,72).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 79.17%
  • key color value is 71.76%

CMYK: (0,75,79,72)
C0M75Y79K72 (0%, 75%, 79%, 72%)
(0.00 / 0.75 / 0.79 / 0.72)

CMYK percentages

%0
%75
%79.17
%71.76

Codes

Color #48120F in popluar color models

48 12 0F
RGB 72 18 15
HSL 65.52% 17.06%
HSB/HSV 79.17% 28.24%
CMYK 0.00% 75.00% 79.17%
71.76%

Color #48120F in popluar number systems.

HEX 48 12 0F
Decimal 72 18 15
Binary 1001000 10010 1111
Octal 110 22 17

Shades and tints

Shades of #48120F

#48120F
(72,18,15)
#42110E
(66,17,14)
#3C100D
(60,16,13)
#360F0C
(54,15,12)
#300E0B
(48,14,11)
#2A0D0A
(42,13,10)
#240C09
(36,12,9)
#1E0B08
(30,11,8)
#180A07
(24,10,7)
#120906
(18,9,6)
#0C0805
(12,8,5)
#000000
(0,0,0)

Tints of #48120F

#48120F
(72,18,15)
#582724
(88,39,36)
#683C39
(104,60,57)
#78514E
(120,81,78)
#886663
(136,102,99)
#987B78
(152,123,120)
#A8908D
(168,144,141)
#B8A5A2
(184,165,162)
#C8BAB7
(200,186,183)
#D8CFCC
(216,207,204)
#E8E4E1
(232,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48120F color. Also use rgb(72,18,15) instead hex code.

Text Font Color

.myTextColor { color: #48120F; }

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

This text font color is #48120F.

Background Color

.myBgColor { background-color: #48120F; }

<div style="background-color:#48120F">Inner text</div>

This div background color is #48120F.

Border color

.myBorderColor { border: 1px solid #48120F; }

<div style="border:3px solid #48120F">Div</div>

This div border color is #48120F.

Opacity

.myOpacity80 { color: #48120F; opacity: 0.8; }

<p style="color:#48120F;opacity:0.8;">80%</p>

Text with #48120F 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 #48120F;}

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

This text has shadow with #48120F color.


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

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

This text has shadow with #48120F primary color and red secondary color.


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

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

This text has shadow with #48120F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #48120F.

Preview

Color preview on black background

This text has color #48120F on black background.


Color preview on white background

This text has color #48120F on white background.


Black color preview on #48120F background

This text has black color on #48120F background.


White color preview on #48120F background

This text has white color on #48120F background.


Related colors

Complementary color

Complementary color for #hex is #B7EDF0.


I love getcolorcode.com

Triadic colors

1 #0F4812 and #120F48 with #48120F are triadic colors.

2 #0F1248 and #12480F with #48120F are triadic colors.