COLOR #48500F

HEX: #48500F
RGB: (72,80,15)

Color info

#48500F contains mainly red and green colors. Web safe color of #48500F is #336600 (or #360).

RGB color model

#48500F color RGB value is (72,80,15).

  • red value is 72;
  • green value is 80;
  • blue value is 15.
RGB:
(72,80,15)
(28%,31%,6%)

RGB channels and saturation

R 72 of 255 = 28%
G 80 of 255 = 31%
B 15 of 255 = 6%

72
80
15

R + G + B ~ 22%. #48500F is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 80 + 15 = 167 (100%)
R 72 of 167 ~ 43.11%
G 80 of 167 ~ 47.9%
B 15 of 167 ~ 8.98%

%43.11
%47.9

CMYK color model

#48500F color CMYK value is (10,0,81,69).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 81.25%
  • key color value is 68.63%
CMYK:
(10,0,81,69)
C10M0Y81K69 
(10%,0%,81%,69%)
(0.10/0.00/0.81/0.69)	

CMYK percentages

%10
%0
%81.25
%68.63

Codes

Color #48500F in popluar color models

48500F
RGB728015
HSL67°68.42%18.63%
HSB/HSV67°81.25%31.37%
CMYK10.00%0.00%81.25%
68.63%

Color #48500F in popluar number systems.

HEX48500F
Decimal728015
Binary100100010100001111
Octal11012017

Shades and tints

Shades of #48500F

#48500F
(72,80,15)
#42490E
(66,73,14)
#3C420D
(60,66,13)
#363B0C
(54,59,12)
#30340B
(48,52,11)
#2A2D0A
(42,45,10)
#242609
(36,38,9)
#1E1F08
(30,31,8)
#181807
(24,24,7)
#121106
(18,17,6)
#0C0A05
(12,10,5)
#000000
(0,0,0)

Tints of #48500F

#48500F
(72,80,15)
#585F24
(88,95,36)
#686E39
(104,110,57)
#787D4E
(120,125,78)
#888C63
(136,140,99)
#989B78
(152,155,120)
#A8AA8D
(168,170,141)
#B8B9A2
(184,185,162)
#C8C8B7
(200,200,183)
#D8D7CC
(216,215,204)
#E8E6E1
(232,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48500F; }

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

This text font color is #48500F.


Background Color

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

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

This div background color is #48500F.


Border color

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

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

This div border color is #48500F.


Opacity

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

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

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

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

This text has shadow with #48500F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48500F on black background.


Color preview on white background

This text has color #48500F on white background.



Black color preview on #48500F background

This text has black color on #48500F background.


White color preview on #48500F background

This text has white color on #48500F background.