COLOR #48530D

HEX: #48530D
RGB: (72,83,13)

Color info

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

RGB color model

#48530D color RGB value is (72,83,13).

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

RGB channels and saturation

R 72 of 255 = 28%
G 83 of 255 = 33%
B 13 of 255 = 5%

72
83
13

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

Portions of RGB colors in percentages

R + G + B =
72 + 83 + 13 = 168 (100%)
R 72 of 168 ~ 42.86%
G 83 of 168 ~ 49.4%
B 13 of 168 ~ 7.74%

%42.86
%49.4

CMYK color model

#48530D color CMYK value is (13,0,84,67).

  • cyan value is 13.25%
  • magenta value is 0.00%
  • yellow value is 84.34%
  • key color value is 67.45%
CMYK:
(13,0,84,67)
C13M0Y84K67 
(13%,0%,84%,67%)
(0.13/0.00/0.84/0.67)	

CMYK percentages

%13.25
%0
%84.34
%67.45

Codes

Color #48530D in popluar color models

48530D
RGB728313
HSL69°72.92%18.82%
HSB/HSV69°84.34%32.55%
CMYK13.25%0.00%84.34%
67.45%

Color #48530D in popluar number systems.

HEX48530D
Decimal728313
Binary100100010100111101
Octal11012315

Shades and tints

Shades of #48530D

#48530D
(72,83,13)
#424C0C
(66,76,12)
#3C450B
(60,69,11)
#363E0A
(54,62,10)
#303709
(48,55,9)
#2A3008
(42,48,8)
#242907
(36,41,7)
#1E2206
(30,34,6)
#181B05
(24,27,5)
#121404
(18,20,4)
#0C0D03
(12,13,3)
#000000
(0,0,0)

Tints of #48530D

#48530D
(72,83,13)
#586223
(88,98,35)
#687139
(104,113,57)
#78804F
(120,128,79)
#888F65
(136,143,101)
#989E7B
(152,158,123)
#A8AD91
(168,173,145)
#B8BCA7
(184,188,167)
#C8CBBD
(200,203,189)
#D8DAD3
(216,218,211)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48530D; }

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

This text font color is #48530D.


Background Color

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

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

This div background color is #48530D.


Border color

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

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

This div border color is #48530D.


Opacity

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

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

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

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

This text has shadow with #48530D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48530D on black background.


Color preview on white background

This text has color #48530D on white background.



Black color preview on #48530D background

This text has black color on #48530D background.


White color preview on #48530D background

This text has white color on #48530D background.