COLOR #48450C

HEX: #48450C
RGB: (72,69,12)

Color info

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

RGB color model

#48450C color RGB value is (72,69,12).

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

RGB channels and saturation

R 72 of 255 = 28%
G 69 of 255 = 27%
B 12 of 255 = 5%

72
69
12

R + G + B ~ 20%. #48450C is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 69 + 12 = 153 (100%)
R 72 of 153 ~ 47.06%
G 69 of 153 ~ 45.1%
B 12 of 153 ~ 7.84%

%47.06
%45.1

CMYK color model

#48450C color CMYK value is (0,4,83,72).

  • cyan value is 0.00%
  • magenta value is 4.17%
  • yellow value is 83.33%
  • key color value is 71.76%
CMYK:
(0,4,83,72)
C0M4Y83K72 
(0%,4%,83%,72%)
(0.00/0.04/0.83/0.72)	

CMYK percentages

%0
%4.17
%83.33
%71.76

Codes

Color #48450C in popluar color models

48450C
RGB726912
HSL57°71.43%16.47%
HSB/HSV57°83.33%28.24%
CMYK0.00%4.17%83.33%
71.76%

Color #48450C in popluar number systems.

HEX48450C
Decimal726912
Binary100100010001011100
Octal11010514

Shades and tints

Shades of #48450C

#48450C
(72,69,12)
#423F0B
(66,63,11)
#3C390A
(60,57,10)
#363309
(54,51,9)
#302D08
(48,45,8)
#2A2707
(42,39,7)
#242106
(36,33,6)
#1E1B05
(30,27,5)
#181504
(24,21,4)
#120F03
(18,15,3)
#0C0902
(12,9,2)
#000000
(0,0,0)

Tints of #48450C

#48450C
(72,69,12)
#585522
(88,85,34)
#686538
(104,101,56)
#78754E
(120,117,78)
#888564
(136,133,100)
#98957A
(152,149,122)
#A8A590
(168,165,144)
#B8B5A6
(184,181,166)
#C8C5BC
(200,197,188)
#D8D5D2
(216,213,210)
#E8E5E8
(232,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48450C; }

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

This text font color is #48450C.


Background Color

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

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

This div background color is #48450C.


Border color

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

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

This div border color is #48450C.


Opacity

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

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

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

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

This text has shadow with #48450C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48450C on black background.


Color preview on white background

This text has color #48450C on white background.



Black color preview on #48450C background

This text has black color on #48450C background.


White color preview on #48450C background

This text has white color on #48450C background.