COLOR #48480C

HEX: #48480C
RGB: (72,72,12)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

72
72
12

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

Portions of RGB colors in percentages

R + G + B =
72 + 72 + 12 = 156 (100%)
R 72 of 156 ~ 46.15%
G 72 of 156 ~ 46.15%
B 12 of 156 ~ 7.69%

%46.15
%46.15

CMYK color model

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

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

CMYK percentages

%0
%0
%83.33
%71.76

Codes

Color #48480C in popluar color models

48480C
RGB727212
HSL60°71.43%16.47%
HSB/HSV60°83.33%28.24%
CMYK0.00%0.00%83.33%
71.76%

Color #48480C in popluar number systems.

HEX48480C
Decimal727212
Binary100100010010001100
Octal11011014

Shades and tints

Shades of #48480C

#48480C
(72,72,12)
#42420B
(66,66,11)
#3C3C0A
(60,60,10)
#363609
(54,54,9)
#303008
(48,48,8)
#2A2A07
(42,42,7)
#242406
(36,36,6)
#1E1E05
(30,30,5)
#181804
(24,24,4)
#121203
(18,18,3)
#0C0C02
(12,12,2)
#000000
(0,0,0)

Tints of #48480C

#48480C
(72,72,12)
#585822
(88,88,34)
#686838
(104,104,56)
#78784E
(120,120,78)
#888864
(136,136,100)
#98987A
(152,152,122)
#A8A890
(168,168,144)
#B8B8A6
(184,184,166)
#C8C8BC
(200,200,188)
#D8D8D2
(216,216,210)
#E8E8E8
(232,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48480C; }

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

This text font color is #48480C.


Background Color

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

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

This div background color is #48480C.


Border color

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

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

This div border color is #48480C.


Opacity

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

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

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

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

This text has shadow with #48480C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48480C on black background.


Color preview on white background

This text has color #48480C on white background.



Black color preview on #48480C background

This text has black color on #48480C background.


White color preview on #48480C background

This text has white color on #48480C background.