COLOR #483710

HEX: #483710
RGB: (72,55,16)

Color info

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

RGB color model

#483710 color RGB value is (72,55,16).

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

RGB channels and saturation

R 72 of 255 = 28%
G 55 of 255 = 22%
B 16 of 255 = 6%

72
55
16

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

Portions of RGB colors in percentages

R + G + B =
72 + 55 + 16 = 143 (100%)
R 72 of 143 ~ 50.35%
G 55 of 143 ~ 38.46%
B 16 of 143 ~ 11.19%

%50.35
%38.46
%11.19

CMYK color model

#483710 color CMYK value is (0,24,78,72).

  • cyan value is 0.00%
  • magenta value is 23.61%
  • yellow value is 77.78%
  • key color value is 71.76%
CMYK:
(0,24,78,72)
C0M24Y78K72 
(0%,24%,78%,72%)
(0.00/0.24/0.78/0.72)	

CMYK percentages

%0
%23.61
%77.78
%71.76

Codes

Color #483710 in popluar color models

483710
RGB725516
HSL42°63.64%17.25%
HSB/HSV42°77.78%28.24%
CMYK0.00%23.61%77.78%
71.76%

Color #483710 in popluar number systems.

HEX483710
Decimal725516
Binary100100011011110000
Octal1106720

Shades and tints

Shades of #483710

#483710
(72,55,16)
#42320F
(66,50,15)
#3C2D0E
(60,45,14)
#36280D
(54,40,13)
#30230C
(48,35,12)
#2A1E0B
(42,30,11)
#24190A
(36,25,10)
#1E1409
(30,20,9)
#180F08
(24,15,8)
#120A07
(18,10,7)
#0C0506
(12,5,6)
#000000
(0,0,0)

Tints of #483710

#483710
(72,55,16)
#584925
(88,73,37)
#685B3A
(104,91,58)
#786D4F
(120,109,79)
#887F64
(136,127,100)
#989179
(152,145,121)
#A8A38E
(168,163,142)
#B8B5A3
(184,181,163)
#C8C7B8
(200,199,184)
#D8D9CD
(216,217,205)
#E8EBE2
(232,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483710; }

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

This text font color is #483710.


Background Color

.myBgColor { background-color: #483710; }

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

This div background color is #483710.


Border color

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

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

This div border color is #483710.


Opacity

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

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

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

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

This text has shadow with #483710 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483710 on black background.


Color preview on white background

This text has color #483710 on white background.



Black color preview on #483710 background

This text has black color on #483710 background.


White color preview on #483710 background

This text has white color on #483710 background.