COLOR #483713

HEX: #483713
RGB: (72,55,19)

Color info

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

RGB color model

#483713 color RGB value is (72,55,19).

  • red value is 72;
  • green value is 55;
  • blue value is 19.
RGB:
(72,55,19)
(28%,22%,7%)

RGB channels and saturation

R 72 of 255 = 28%
G 55 of 255 = 22%
B 19 of 255 = 7%

72
55
19

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

Portions of RGB colors in percentages

R + G + B =
72 + 55 + 19 = 146 (100%)
R 72 of 146 ~ 49.32%
G 55 of 146 ~ 37.67%
B 19 of 146 ~ 13.01%

%49.32
%37.67
%13.01

CMYK color model

#483713 color CMYK value is (0,24,74,72).

  • cyan value is 0.00%
  • magenta value is 23.61%
  • yellow value is 73.61%
  • key color value is 71.76%
CMYK:
(0,24,74,72)
C0M24Y74K72 
(0%,24%,74%,72%)
(0.00/0.24/0.74/0.72)	

CMYK percentages

%0
%23.61
%73.61
%71.76

Codes

Color #483713 in popluar color models

483713
RGB725519
HSL41°58.24%17.84%
HSB/HSV41°73.61%28.24%
CMYK0.00%23.61%73.61%
71.76%

Color #483713 in popluar number systems.

HEX483713
Decimal725519
Binary100100011011110011
Octal1106723

Shades and tints

Shades of #483713

#483713
(72,55,19)
#423212
(66,50,18)
#3C2D11
(60,45,17)
#362810
(54,40,16)
#30230F
(48,35,15)
#2A1E0E
(42,30,14)
#24190D
(36,25,13)
#1E140C
(30,20,12)
#180F0B
(24,15,11)
#120A0A
(18,10,10)
#0C0509
(12,5,9)
#000000
(0,0,0)

Tints of #483713

#483713
(72,55,19)
#584928
(88,73,40)
#685B3D
(104,91,61)
#786D52
(120,109,82)
#887F67
(136,127,103)
#98917C
(152,145,124)
#A8A391
(168,163,145)
#B8B5A6
(184,181,166)
#C8C7BB
(200,199,187)
#D8D9D0
(216,217,208)
#E8EBE5
(232,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483713 color. Also use rgb(72,55,19) instead hex code.

Text Font Color

.myTextColor { color: #483713; }

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

This text font color is #483713.


Background Color

.myBgColor { background-color: #483713; }

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

This div background color is #483713.


Border color

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

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

This div border color is #483713.


Opacity

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

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

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

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

This text has shadow with #483713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483713 on black background.


Color preview on white background

This text has color #483713 on white background.



Black color preview on #483713 background

This text has black color on #483713 background.


White color preview on #483713 background

This text has white color on #483713 background.