COLOR #483F00

HEX: #483F00
RGB: (72,63,0)

Color info

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

RGB color model

#483F00 color RGB value is (72,63,0).

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

RGB channels and saturation

R 72 of 255 = 28%
G 63 of 255 = 25%
B 0 of 255 = 0%

72
63
0

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

Portions of RGB colors in percentages

R + G + B =
72 + 63 + 0 = 135 (100%)
R 72 of 135 ~ 53.33%
G 63 of 135 ~ 46.67%
B 0 of 135 ~ 0%

%53.33
%46.67

CMYK color model

#483F00 color CMYK value is (0,13,100,72).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 100.00%
  • key color value is 71.76%
CMYK:
(0,13,100,72)
C0M13Y100K72 
(0%,13%,100%,72%)
(0.00/0.13/1.00/0.72)	

CMYK percentages

%0
%12.5
%100
%71.76

Codes

Color #483F00 in popluar color models

483F00
RGB72630
HSL53°100.00%14.12%
HSB/HSV53°100.00%28.24%
CMYK0.00%12.50%100.00%
71.76%

Color #483F00 in popluar number systems.

HEX483F00
Decimal72630
Binary10010001111110
Octal110770

Shades and tints

Shades of #483F00

#483F00
(72,63,0)
#423A00
(66,58,0)
#3C3500
(60,53,0)
#363000
(54,48,0)
#302B00
(48,43,0)
#2A2600
(42,38,0)
#242100
(36,33,0)
#1E1C00
(30,28,0)
#181700
(24,23,0)
#121200
(18,18,0)
#0C0D00
(12,13,0)
#000000
(0,0,0)

Tints of #483F00

#483F00
(72,63,0)
#585017
(88,80,23)
#68612E
(104,97,46)
#787245
(120,114,69)
#88835C
(136,131,92)
#989473
(152,148,115)
#A8A58A
(168,165,138)
#B8B6A1
(184,182,161)
#C8C7B8
(200,199,184)
#D8D8CF
(216,216,207)
#E8E9E6
(232,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483F00; }

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

This text font color is #483F00.


Background Color

.myBgColor { background-color: #483F00; }

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

This div background color is #483F00.


Border color

.myBorderColor { border: 1px solid #483F00; }

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

This div border color is #483F00.


Opacity

.myOpacity80 { color: #483F00; opacity: 0.8; }

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

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

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

This text has shadow with #483F00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483F00 on black background.


Color preview on white background

This text has color #483F00 on white background.



Black color preview on #483F00 background

This text has black color on #483F00 background.


White color preview on #483F00 background

This text has white color on #483F00 background.