COLOR #483B01

HEX: #483B01
RGB: (72,59,1)

Color info

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

RGB color model

#483B01 color RGB value is (72,59,1).

  • red value is 72;
  • green value is 59;
  • blue value is 1.
RGB:
(72,59,1)
(28%,23%,0%)

RGB channels and saturation

R 72 of 255 = 28%
G 59 of 255 = 23%
B 1 of 255 = 0%

72
59
1

R + G + B ~ 17%. #483B01 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 59 + 1 = 132 (100%)
R 72 of 132 ~ 54.55%
G 59 of 132 ~ 44.7%
B 1 of 132 ~ 0.76%

%54.55
%44.7

CMYK color model

#483B01 color CMYK value is (0,18,99,72).

  • cyan value is 0.00%
  • magenta value is 18.06%
  • yellow value is 98.61%
  • key color value is 71.76%
CMYK:
(0,18,99,72)
C0M18Y99K72 
(0%,18%,99%,72%)
(0.00/0.18/0.99/0.72)	

CMYK percentages

%0
%18.06
%98.61
%71.76

Codes

Color #483B01 in popluar color models

483B01
RGB72591
HSL49°97.26%14.31%
HSB/HSV49°98.61%28.24%
CMYK0.00%18.06%98.61%
71.76%

Color #483B01 in popluar number systems.

HEX483B01
Decimal72591
Binary10010001110111
Octal110731

Shades and tints

Shades of #483B01

#483B01
(72,59,1)
#423601
(66,54,1)
#3C3101
(60,49,1)
#362C01
(54,44,1)
#302701
(48,39,1)
#2A2201
(42,34,1)
#241D01
(36,29,1)
#1E1801
(30,24,1)
#181301
(24,19,1)
#120E01
(18,14,1)
#0C0901
(12,9,1)
#000000
(0,0,0)

Tints of #483B01

#483B01
(72,59,1)
#584C18
(88,76,24)
#685D2F
(104,93,47)
#786E46
(120,110,70)
#887F5D
(136,127,93)
#989074
(152,144,116)
#A8A18B
(168,161,139)
#B8B2A2
(184,178,162)
#C8C3B9
(200,195,185)
#D8D4D0
(216,212,208)
#E8E5E7
(232,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483B01 color. Also use rgb(72,59,1) instead hex code.

Text Font Color

.myTextColor { color: #483B01; }

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

This text font color is #483B01.


Background Color

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

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

This div background color is #483B01.


Border color

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

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

This div border color is #483B01.


Opacity

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

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

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

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

This text has shadow with #483B01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483B01 on black background.


Color preview on white background

This text has color #483B01 on white background.



Black color preview on #483B01 background

This text has black color on #483B01 background.


White color preview on #483B01 background

This text has white color on #483B01 background.