COLOR #483700

HEX: #483700
RGB: (72,55,0)

Color info

#483700 contains only red and green colors. Web safe color of #483700 is #333300 (or #330).

RGB color model

#483700 color RGB value is (72,55,0).

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

RGB channels and saturation

R 72 of 255 = 28%
G 55 of 255 = 22%
B 0 of 255 = 0%

72
55
0

R + G + B ~ 17%. #483700 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 55 + 0 = 127 (100%)
R 72 of 127 ~ 56.69%
G 55 of 127 ~ 43.31%
B 0 of 127 ~ 0%

%56.69
%43.31

CMYK color model

#483700 color CMYK value is (0,24,100,72).

  • cyan value is 0.00%
  • magenta value is 23.61%
  • yellow value is 100.00%
  • key color value is 71.76%
CMYK:
(0,24,100,72)
C0M24Y100K72 
(0%,24%,100%,72%)
(0.00/0.24/1.00/0.72)	

CMYK percentages

%0
%23.61
%100
%71.76

Codes

Color #483700 in popluar color models

483700
RGB72550
HSL46°100.00%14.12%
HSB/HSV46°100.00%28.24%
CMYK0.00%23.61%100.00%
71.76%

Color #483700 in popluar number systems.

HEX483700
Decimal72550
Binary10010001101110
Octal110670

Shades and tints

Shades of #483700

#483700
(72,55,0)
#423200
(66,50,0)
#3C2D00
(60,45,0)
#362800
(54,40,0)
#302300
(48,35,0)
#2A1E00
(42,30,0)
#241900
(36,25,0)
#1E1400
(30,20,0)
#180F00
(24,15,0)
#120A00
(18,10,0)
#0C0500
(12,5,0)
#000000
(0,0,0)

Tints of #483700

#483700
(72,55,0)
#584917
(88,73,23)
#685B2E
(104,91,46)
#786D45
(120,109,69)
#887F5C
(136,127,92)
#989173
(152,145,115)
#A8A38A
(168,163,138)
#B8B5A1
(184,181,161)
#C8C7B8
(200,199,184)
#D8D9CF
(216,217,207)
#E8EBE6
(232,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483700; }

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

This text font color is #483700.


Background Color

.myBgColor { background-color: #483700; }

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

This div background color is #483700.


Border color

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

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

This div border color is #483700.


Opacity

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

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

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

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

This text has shadow with #483700 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483700 on black background.


Color preview on white background

This text has color #483700 on white background.



Black color preview on #483700 background

This text has black color on #483700 background.


White color preview on #483700 background

This text has white color on #483700 background.