COLOR #483B06

HEX: #483B06
RGB: (72,59,6)

Color info

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

RGB color model

#483B06 color RGB value is (72,59,6).

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

RGB channels and saturation

R 72 of 255 = 28%
G 59 of 255 = 23%
B 6 of 255 = 2%

72
59
6

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

Portions of RGB colors in percentages

R + G + B =
72 + 59 + 6 = 137 (100%)
R 72 of 137 ~ 52.55%
G 59 of 137 ~ 43.07%
B 6 of 137 ~ 4.38%

%52.55
%43.07

CMYK color model

#483B06 color CMYK value is (0,18,92,72).

  • cyan value is 0.00%
  • magenta value is 18.06%
  • yellow value is 91.67%
  • key color value is 71.76%
CMYK:
(0,18,92,72)
C0M18Y92K72 
(0%,18%,92%,72%)
(0.00/0.18/0.92/0.72)	

CMYK percentages

%0
%18.06
%91.67
%71.76

Codes

Color #483B06 in popluar color models

483B06
RGB72596
HSL48°84.62%15.29%
HSB/HSV48°91.67%28.24%
CMYK0.00%18.06%91.67%
71.76%

Color #483B06 in popluar number systems.

HEX483B06
Decimal72596
Binary1001000111011110
Octal110736

Shades and tints

Shades of #483B06

#483B06
(72,59,6)
#423606
(66,54,6)
#3C3106
(60,49,6)
#362C06
(54,44,6)
#302706
(48,39,6)
#2A2206
(42,34,6)
#241D06
(36,29,6)
#1E1806
(30,24,6)
#181306
(24,19,6)
#120E06
(18,14,6)
#0C0906
(12,9,6)
#000000
(0,0,0)

Tints of #483B06

#483B06
(72,59,6)
#584C1C
(88,76,28)
#685D32
(104,93,50)
#786E48
(120,110,72)
#887F5E
(136,127,94)
#989074
(152,144,116)
#A8A18A
(168,161,138)
#B8B2A0
(184,178,160)
#C8C3B6
(200,195,182)
#D8D4CC
(216,212,204)
#E8E5E2
(232,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483B06; }

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

This text font color is #483B06.


Background Color

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

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

This div background color is #483B06.


Border color

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

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

This div border color is #483B06.


Opacity

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

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

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

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

This text has shadow with #483B06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483B06 on black background.


Color preview on white background

This text has color #483B06 on white background.



Black color preview on #483B06 background

This text has black color on #483B06 background.


White color preview on #483B06 background

This text has white color on #483B06 background.