COLOR #483A11

HEX: #483A11
RGB: (72,58,17)

Color info

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

RGB color model

#483A11 color RGB value is (72,58,17).

  • red value is 72;
  • green value is 58;
  • blue value is 17.
RGB:
(72,58,17)
(28%,23%,7%)

RGB channels and saturation

R 72 of 255 = 28%
G 58 of 255 = 23%
B 17 of 255 = 7%

72
58
17

R + G + B ~ 19%. #483A11 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 58 + 17 = 147 (100%)
R 72 of 147 ~ 48.98%
G 58 of 147 ~ 39.46%
B 17 of 147 ~ 11.56%

%48.98
%39.46
%11.56

CMYK color model

#483A11 color CMYK value is (0,19,76,72).

  • cyan value is 0.00%
  • magenta value is 19.44%
  • yellow value is 76.39%
  • key color value is 71.76%
CMYK:
(0,19,76,72)
C0M19Y76K72 
(0%,19%,76%,72%)
(0.00/0.19/0.76/0.72)	

CMYK percentages

%0
%19.44
%76.39
%71.76

Codes

Color #483A11 in popluar color models

483A11
RGB725817
HSL45°61.80%17.45%
HSB/HSV45°76.39%28.24%
CMYK0.00%19.44%76.39%
71.76%

Color #483A11 in popluar number systems.

HEX483A11
Decimal725817
Binary100100011101010001
Octal1107221

Shades and tints

Shades of #483A11

#483A11
(72,58,17)
#423510
(66,53,16)
#3C300F
(60,48,15)
#362B0E
(54,43,14)
#30260D
(48,38,13)
#2A210C
(42,33,12)
#241C0B
(36,28,11)
#1E170A
(30,23,10)
#181209
(24,18,9)
#120D08
(18,13,8)
#0C0807
(12,8,7)
#000000
(0,0,0)

Tints of #483A11

#483A11
(72,58,17)
#584B26
(88,75,38)
#685C3B
(104,92,59)
#786D50
(120,109,80)
#887E65
(136,126,101)
#988F7A
(152,143,122)
#A8A08F
(168,160,143)
#B8B1A4
(184,177,164)
#C8C2B9
(200,194,185)
#D8D3CE
(216,211,206)
#E8E4E3
(232,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483A11 color. Also use rgb(72,58,17) instead hex code.

Text Font Color

.myTextColor { color: #483A11; }

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

This text font color is #483A11.


Background Color

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

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

This div background color is #483A11.


Border color

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

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

This div border color is #483A11.


Opacity

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

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

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

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

This text has shadow with #483A11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483A11 on black background.


Color preview on white background

This text has color #483A11 on white background.



Black color preview on #483A11 background

This text has black color on #483A11 background.


White color preview on #483A11 background

This text has white color on #483A11 background.