COLOR #483511

HEX: #483511
RGB: (72,53,17)

Color info

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

RGB color model

#483511 color RGB value is (72,53,17).

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

RGB channels and saturation

R 72 of 255 = 28%
G 53 of 255 = 21%
B 17 of 255 = 7%

72
53
17

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

Portions of RGB colors in percentages

R + G + B =
72 + 53 + 17 = 142 (100%)
R 72 of 142 ~ 50.7%
G 53 of 142 ~ 37.32%
B 17 of 142 ~ 11.97%

%50.7
%37.32
%11.97

CMYK color model

#483511 color CMYK value is (0,26,76,72).

  • cyan value is 0.00%
  • magenta value is 26.39%
  • yellow value is 76.39%
  • key color value is 71.76%
CMYK:
(0,26,76,72)
C0M26Y76K72 
(0%,26%,76%,72%)
(0.00/0.26/0.76/0.72)	

CMYK percentages

%0
%26.39
%76.39
%71.76

Codes

Color #483511 in popluar color models

483511
RGB725317
HSL39°61.80%17.45%
HSB/HSV39°76.39%28.24%
CMYK0.00%26.39%76.39%
71.76%

Color #483511 in popluar number systems.

HEX483511
Decimal725317
Binary100100011010110001
Octal1106521

Shades and tints

Shades of #483511

#483511
(72,53,17)
#423110
(66,49,16)
#3C2D0F
(60,45,15)
#36290E
(54,41,14)
#30250D
(48,37,13)
#2A210C
(42,33,12)
#241D0B
(36,29,11)
#1E190A
(30,25,10)
#181509
(24,21,9)
#121108
(18,17,8)
#0C0D07
(12,13,7)
#000000
(0,0,0)

Tints of #483511

#483511
(72,53,17)
#584726
(88,71,38)
#68593B
(104,89,59)
#786B50
(120,107,80)
#887D65
(136,125,101)
#988F7A
(152,143,122)
#A8A18F
(168,161,143)
#B8B3A4
(184,179,164)
#C8C5B9
(200,197,185)
#D8D7CE
(216,215,206)
#E8E9E3
(232,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483511; }

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

This text font color is #483511.


Background Color

.myBgColor { background-color: #483511; }

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

This div background color is #483511.


Border color

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

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

This div border color is #483511.


Opacity

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

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

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

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

This text has shadow with #483511 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483511 on black background.


Color preview on white background

This text has color #483511 on white background.



Black color preview on #483511 background

This text has black color on #483511 background.


White color preview on #483511 background

This text has white color on #483511 background.