COLOR #48501A

HEX: #48501A
RGB: (72,80,26)

Color info

#48501A contains red, green and blue colors in about the same proportion. Web safe color of #48501A is #336600 (or #360).

RGB color model

#48501A color RGB value is (72,80,26).

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

RGB channels and saturation

R 72 of 255 = 28%
G 80 of 255 = 31%
B 26 of 255 = 10%

72
80
26

R + G + B ~ 23%. #48501A is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 80 + 26 = 178 (100%)
R 72 of 178 ~ 40.45%
G 80 of 178 ~ 44.94%
B 26 of 178 ~ 14.61%

%40.45
%44.94
%14.61

CMYK color model

#48501A color CMYK value is (10,0,68,69).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 67.50%
  • key color value is 68.63%
CMYK:
(10,0,68,69)
C10M0Y68K69 
(10%,0%,68%,69%)
(0.10/0.00/0.68/0.69)	

CMYK percentages

%10
%0
%67.5
%68.63

Codes

Color #48501A in popluar color models

48501A
RGB728026
HSL69°50.94%20.78%
HSB/HSV69°67.50%31.37%
CMYK10.00%0.00%67.50%
68.63%

Color #48501A in popluar number systems.

HEX48501A
Decimal728026
Binary1001000101000011010
Octal11012032

Shades and tints

Shades of #48501A

#48501A
(72,80,26)
#424918
(66,73,24)
#3C4216
(60,66,22)
#363B14
(54,59,20)
#303412
(48,52,18)
#2A2D10
(42,45,16)
#24260E
(36,38,14)
#1E1F0C
(30,31,12)
#18180A
(24,24,10)
#121108
(18,17,8)
#0C0A06
(12,10,6)
#000000
(0,0,0)

Tints of #48501A

#48501A
(72,80,26)
#585F2E
(88,95,46)
#686E42
(104,110,66)
#787D56
(120,125,86)
#888C6A
(136,140,106)
#989B7E
(152,155,126)
#A8AA92
(168,170,146)
#B8B9A6
(184,185,166)
#C8C8BA
(200,200,186)
#D8D7CE
(216,215,206)
#E8E6E2
(232,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48501A color. Also use rgb(72,80,26) instead hex code.

Text Font Color

.myTextColor { color: #48501A; }

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

This text font color is #48501A.


Background Color

.myBgColor { background-color: #48501A; }

<div style="background-color:#48501A">Inner text</div>

This div background color is #48501A.


Border color

.myBorderColor { border: 1px solid #48501A; }

<div style="border:3px solid #48501A">Div</div>

This div border color is #48501A.


Opacity

.myOpacity80 { color: #48501A; opacity: 0.8; }

<p style="color:#48501A;opacity:0.8;">80%</p>

Text with #48501A 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 #48501A;}

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

This text has shadow with #48501A color.

.textShadow {text-shadow: 3px 3px 1px #48501A, 3px 3px 1px red;}

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

This text has shadow with #48501A primary color and red secondary color.


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

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

This text has shadow with #48501A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48501A on black background.


Color preview on white background

This text has color #48501A on white background.



Black color preview on #48501A background

This text has black color on #48501A background.


White color preview on #48501A background

This text has white color on #48501A background.