COLOR #483317

HEX: #483317
RGB: (72,51,23)

Color info

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

RGB color model

#483317 color RGB value is (72,51,23).

  • red value is 72;
  • green value is 51;
  • blue value is 23.
RGB:
(72,51,23)
(28%,20%,9%)

RGB channels and saturation

R 72 of 255 = 28%
G 51 of 255 = 20%
B 23 of 255 = 9%

72
51
23

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

Portions of RGB colors in percentages

R + G + B =
72 + 51 + 23 = 146 (100%)
R 72 of 146 ~ 49.32%
G 51 of 146 ~ 34.93%
B 23 of 146 ~ 15.75%

%49.32
%34.93
%15.75

CMYK color model

#483317 color CMYK value is (0,29,68,72).

  • cyan value is 0.00%
  • magenta value is 29.17%
  • yellow value is 68.06%
  • key color value is 71.76%
CMYK:
(0,29,68,72)
C0M29Y68K72 
(0%,29%,68%,72%)
(0.00/0.29/0.68/0.72)	

CMYK percentages

%0
%29.17
%68.06
%71.76

Codes

Color #483317 in popluar color models

483317
RGB725123
HSL34°51.58%18.63%
HSB/HSV34°68.06%28.24%
CMYK0.00%29.17%68.06%
71.76%

Color #483317 in popluar number systems.

HEX483317
Decimal725123
Binary100100011001110111
Octal1106327

Shades and tints

Shades of #483317

#483317
(72,51,23)
#422F15
(66,47,21)
#3C2B13
(60,43,19)
#362711
(54,39,17)
#30230F
(48,35,15)
#2A1F0D
(42,31,13)
#241B0B
(36,27,11)
#1E1709
(30,23,9)
#181307
(24,19,7)
#120F05
(18,15,5)
#0C0B03
(12,11,3)
#000000
(0,0,0)

Tints of #483317

#483317
(72,51,23)
#58452C
(88,69,44)
#685741
(104,87,65)
#786956
(120,105,86)
#887B6B
(136,123,107)
#988D80
(152,141,128)
#A89F95
(168,159,149)
#B8B1AA
(184,177,170)
#C8C3BF
(200,195,191)
#D8D5D4
(216,213,212)
#E8E7E9
(232,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483317 color. Also use rgb(72,51,23) instead hex code.

Text Font Color

.myTextColor { color: #483317; }

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

This text font color is #483317.


Background Color

.myBgColor { background-color: #483317; }

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

This div background color is #483317.


Border color

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

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

This div border color is #483317.


Opacity

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

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

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

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

This text has shadow with #483317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483317 on black background.


Color preview on white background

This text has color #483317 on white background.



Black color preview on #483317 background

This text has black color on #483317 background.


White color preview on #483317 background

This text has white color on #483317 background.