COLOR #483013

HEX: #483013
RGB: (72,48,19)

Color info

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

RGB color model

#483013 color RGB value is (72,48,19).

  • red value is 72;
  • green value is 48;
  • blue value is 19.
RGB:
(72,48,19)
(28%,19%,7%)

RGB channels and saturation

R 72 of 255 = 28%
G 48 of 255 = 19%
B 19 of 255 = 7%

72
48
19

R + G + B ~ 18%. #483013 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 48 + 19 = 139 (100%)
R 72 of 139 ~ 51.8%
G 48 of 139 ~ 34.53%
B 19 of 139 ~ 13.67%

%51.8
%34.53
%13.67

CMYK color model

#483013 color CMYK value is (0,33,74,72).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 73.61%
  • key color value is 71.76%
CMYK:
(0,33,74,72)
C0M33Y74K72 
(0%,33%,74%,72%)
(0.00/0.33/0.74/0.72)	

CMYK percentages

%0
%33.33
%73.61
%71.76

Codes

Color #483013 in popluar color models

483013
RGB724819
HSL33°58.24%17.84%
HSB/HSV33°73.61%28.24%
CMYK0.00%33.33%73.61%
71.76%

Color #483013 in popluar number systems.

HEX483013
Decimal724819
Binary100100011000010011
Octal1106023

Shades and tints

Shades of #483013

#483013
(72,48,19)
#422C12
(66,44,18)
#3C2811
(60,40,17)
#362410
(54,36,16)
#30200F
(48,32,15)
#2A1C0E
(42,28,14)
#24180D
(36,24,13)
#1E140C
(30,20,12)
#18100B
(24,16,11)
#120C0A
(18,12,10)
#0C0809
(12,8,9)
#000000
(0,0,0)

Tints of #483013

#483013
(72,48,19)
#584228
(88,66,40)
#68543D
(104,84,61)
#786652
(120,102,82)
#887867
(136,120,103)
#988A7C
(152,138,124)
#A89C91
(168,156,145)
#B8AEA6
(184,174,166)
#C8C0BB
(200,192,187)
#D8D2D0
(216,210,208)
#E8E4E5
(232,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483013 color. Also use rgb(72,48,19) instead hex code.

Text Font Color

.myTextColor { color: #483013; }

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

This text font color is #483013.


Background Color

.myBgColor { background-color: #483013; }

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

This div background color is #483013.


Border color

.myBorderColor { border: 1px solid #483013; }

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

This div border color is #483013.


Opacity

.myOpacity80 { color: #483013; opacity: 0.8; }

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

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

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

This text has shadow with #483013 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483013 on black background.


Color preview on white background

This text has color #483013 on white background.



Black color preview on #483013 background

This text has black color on #483013 background.


White color preview on #483013 background

This text has white color on #483013 background.