COLOR #48530A

HEX: #48530A
RGB: (72,83,10)

Color info

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

RGB color model

#48530A color RGB value is (72,83,10).

  • red value is 72;
  • green value is 83;
  • blue value is 10.
RGB:
(72,83,10)
(28%,33%,4%)

RGB channels and saturation

R 72 of 255 = 28%
G 83 of 255 = 33%
B 10 of 255 = 4%

72
83
10

R + G + B ~ 22%. #48530A is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 83 + 10 = 165 (100%)
R 72 of 165 ~ 43.64%
G 83 of 165 ~ 50.3%
B 10 of 165 ~ 6.06%

%43.64
%50.3

CMYK color model

#48530A color CMYK value is (13,0,88,67).

  • cyan value is 13.25%
  • magenta value is 0.00%
  • yellow value is 87.95%
  • key color value is 67.45%
CMYK:
(13,0,88,67)
C13M0Y88K67 
(13%,0%,88%,67%)
(0.13/0.00/0.88/0.67)	

CMYK percentages

%13.25
%0
%87.95
%67.45

Codes

Color #48530A in popluar color models

48530A
RGB728310
HSL69°78.49%18.24%
HSB/HSV69°87.95%32.55%
CMYK13.25%0.00%87.95%
67.45%

Color #48530A in popluar number systems.

HEX48530A
Decimal728310
Binary100100010100111010
Octal11012312

Shades and tints

Shades of #48530A

#48530A
(72,83,10)
#424C0A
(66,76,10)
#3C450A
(60,69,10)
#363E0A
(54,62,10)
#30370A
(48,55,10)
#2A300A
(42,48,10)
#24290A
(36,41,10)
#1E220A
(30,34,10)
#181B0A
(24,27,10)
#12140A
(18,20,10)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #48530A

#48530A
(72,83,10)
#586220
(88,98,32)
#687136
(104,113,54)
#78804C
(120,128,76)
#888F62
(136,143,98)
#989E78
(152,158,120)
#A8AD8E
(168,173,142)
#B8BCA4
(184,188,164)
#C8CBBA
(200,203,186)
#D8DAD0
(216,218,208)
#E8E9E6
(232,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48530A color. Also use rgb(72,83,10) instead hex code.

Text Font Color

.myTextColor { color: #48530A; }

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

This text font color is #48530A.


Background Color

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

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

This div background color is #48530A.


Border color

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

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

This div border color is #48530A.


Opacity

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

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

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

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

This text has shadow with #48530A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48530A on black background.


Color preview on white background

This text has color #48530A on white background.



Black color preview on #48530A background

This text has black color on #48530A background.


White color preview on #48530A background

This text has white color on #48530A background.