COLOR #48480E

HEX: #48480E
RGB: (72,72,14)

Color info

#48480E contains red, green and blue colors in about the same proportion. Web safe color of #48480E is #333300 (or #330).

RGB color model

#48480E color RGB value is (72,72,14).

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

RGB channels and saturation

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

72
72
14

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

Portions of RGB colors in percentages

R + G + B =
72 + 72 + 14 = 158 (100%)
R 72 of 158 ~ 45.57%
G 72 of 158 ~ 45.57%
B 14 of 158 ~ 8.86%

%45.57
%45.57

CMYK color model

#48480E color CMYK value is (0,0,81,72).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 80.56%
  • key color value is 71.76%
CMYK:
(0,0,81,72)
C0M0Y81K72 
(0%,0%,81%,72%)
(0.00/0.00/0.81/0.72)	

CMYK percentages

%0
%0
%80.56
%71.76

Codes

Color #48480E in popluar color models

48480E
RGB727214
HSL60°67.44%16.86%
HSB/HSV60°80.56%28.24%
CMYK0.00%0.00%80.56%
71.76%

Color #48480E in popluar number systems.

HEX48480E
Decimal727214
Binary100100010010001110
Octal11011016

Shades and tints

Shades of #48480E

#48480E
(72,72,14)
#42420D
(66,66,13)
#3C3C0C
(60,60,12)
#36360B
(54,54,11)
#30300A
(48,48,10)
#2A2A09
(42,42,9)
#242408
(36,36,8)
#1E1E07
(30,30,7)
#181806
(24,24,6)
#121205
(18,18,5)
#0C0C04
(12,12,4)
#000000
(0,0,0)

Tints of #48480E

#48480E
(72,72,14)
#585823
(88,88,35)
#686838
(104,104,56)
#78784D
(120,120,77)
#888862
(136,136,98)
#989877
(152,152,119)
#A8A88C
(168,168,140)
#B8B8A1
(184,184,161)
#C8C8B6
(200,200,182)
#D8D8CB
(216,216,203)
#E8E8E0
(232,232,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48480E; }

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

This text font color is #48480E.


Background Color

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

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

This div background color is #48480E.


Border color

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

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

This div border color is #48480E.


Opacity

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

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

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

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

This text has shadow with #48480E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48480E on black background.


Color preview on white background

This text has color #48480E on white background.



Black color preview on #48480E background

This text has black color on #48480E background.


White color preview on #48480E background

This text has white color on #48480E background.