COLOR #483915

HEX: #483915
RGB: (72,57,21)

Color info

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

RGB color model

#483915 color RGB value is (72,57,21).

  • red value is 72;
  • green value is 57;
  • blue value is 21.
RGB:
(72,57,21)
(28%,22%,8%)

RGB channels and saturation

R 72 of 255 = 28%
G 57 of 255 = 22%
B 21 of 255 = 8%

72
57
21

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

Portions of RGB colors in percentages

R + G + B =
72 + 57 + 21 = 150 (100%)
R 72 of 150 ~ 48%
G 57 of 150 ~ 38%
B 21 of 150 ~ 14%

%48
%38
%14

CMYK color model

#483915 color CMYK value is (0,21,71,72).

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 70.83%
  • key color value is 71.76%
CMYK:
(0,21,71,72)
C0M21Y71K72 
(0%,21%,71%,72%)
(0.00/0.21/0.71/0.72)	

CMYK percentages

%0
%20.83
%70.83
%71.76

Codes

Color #483915 in popluar color models

483915
RGB725721
HSL42°54.84%18.24%
HSB/HSV42°70.83%28.24%
CMYK0.00%20.83%70.83%
71.76%

Color #483915 in popluar number systems.

HEX483915
Decimal725721
Binary100100011100110101
Octal1107125

Shades and tints

Shades of #483915

#483915
(72,57,21)
#423414
(66,52,20)
#3C2F13
(60,47,19)
#362A12
(54,42,18)
#302511
(48,37,17)
#2A2010
(42,32,16)
#241B0F
(36,27,15)
#1E160E
(30,22,14)
#18110D
(24,17,13)
#120C0C
(18,12,12)
#0C070B
(12,7,11)
#000000
(0,0,0)

Tints of #483915

#483915
(72,57,21)
#584B2A
(88,75,42)
#685D3F
(104,93,63)
#786F54
(120,111,84)
#888169
(136,129,105)
#98937E
(152,147,126)
#A8A593
(168,165,147)
#B8B7A8
(184,183,168)
#C8C9BD
(200,201,189)
#D8DBD2
(216,219,210)
#E8EDE7
(232,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483915 color. Also use rgb(72,57,21) instead hex code.

Text Font Color

.myTextColor { color: #483915; }

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

This text font color is #483915.


Background Color

.myBgColor { background-color: #483915; }

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

This div background color is #483915.


Border color

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

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

This div border color is #483915.


Opacity

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

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

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

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

This text has shadow with #483915 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483915 on black background.


Color preview on white background

This text has color #483915 on white background.



Black color preview on #483915 background

This text has black color on #483915 background.


White color preview on #483915 background

This text has white color on #483915 background.