COLOR #483000

HEX: #483000
RGB: (72,48,0)

Color info

#483000 contains only red and green colors. Web safe color of #483000 is #333300 (or #330).

RGB color model

#483000 color RGB value is (72,48,0).

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

RGB channels and saturation

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

72
48
0

R + G + B ~ 16%. #483000 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 48 + 0 = 120 (100%)
R 72 of 120 ~ 60%
G 48 of 120 ~ 40%
B 0 of 120 ~ 0%

%60
%40

CMYK color model

#483000 color CMYK value is (0,33,100,72).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 100.00%
  • key color value is 71.76%
CMYK:
(0,33,100,72)
C0M33Y100K72 
(0%,33%,100%,72%)
(0.00/0.33/1.00/0.72)	

CMYK percentages

%0
%33.33
%100
%71.76

Codes

Color #483000 in popluar color models

483000
RGB72480
HSL40°100.00%14.12%
HSB/HSV40°100.00%28.24%
CMYK0.00%33.33%100.00%
71.76%

Color #483000 in popluar number systems.

HEX483000
Decimal72480
Binary10010001100000
Octal110600

Shades and tints

Shades of #483000

#483000
(72,48,0)
#422C00
(66,44,0)
#3C2800
(60,40,0)
#362400
(54,36,0)
#302000
(48,32,0)
#2A1C00
(42,28,0)
#241800
(36,24,0)
#1E1400
(30,20,0)
#181000
(24,16,0)
#120C00
(18,12,0)
#0C0800
(12,8,0)
#000000
(0,0,0)

Tints of #483000

#483000
(72,48,0)
#584217
(88,66,23)
#68542E
(104,84,46)
#786645
(120,102,69)
#88785C
(136,120,92)
#988A73
(152,138,115)
#A89C8A
(168,156,138)
#B8AEA1
(184,174,161)
#C8C0B8
(200,192,184)
#D8D2CF
(216,210,207)
#E8E4E6
(232,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483000; }

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

This text font color is #483000.


Background Color

.myBgColor { background-color: #483000; }

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

This div background color is #483000.


Border color

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

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

This div border color is #483000.


Opacity

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

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

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

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

This text has shadow with #483000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483000 on black background.


Color preview on white background

This text has color #483000 on white background.



Black color preview on #483000 background

This text has black color on #483000 background.


White color preview on #483000 background

This text has white color on #483000 background.