COLOR #483A1F

HEX: #483A1F
RGB: (72,58,31)

Color info

#483A1F contains red, green and blue colors in about the same proportion. Web safe color of #483A1F is #333333 (or #333).

RGB color model

#483A1F color RGB value is (72,58,31).

  • red value is 72;
  • green value is 58;
  • blue value is 31.
RGB:
(72,58,31)
(28%,23%,12%)

RGB channels and saturation

R 72 of 255 = 28%
G 58 of 255 = 23%
B 31 of 255 = 12%

72
58
31

R + G + B ~ 21%. #483A1F is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 58 + 31 = 161 (100%)
R 72 of 161 ~ 44.72%
G 58 of 161 ~ 36.02%
B 31 of 161 ~ 19.25%

%44.72
%36.02
%19.25

CMYK color model

#483A1F color CMYK value is (0,19,57,72).

  • cyan value is 0.00%
  • magenta value is 19.44%
  • yellow value is 56.94%
  • key color value is 71.76%
CMYK:
(0,19,57,72)
C0M19Y57K72 
(0%,19%,57%,72%)
(0.00/0.19/0.57/0.72)	

CMYK percentages

%0
%19.44
%56.94
%71.76

Codes

Color #483A1F in popluar color models

483A1F
RGB725831
HSL40°39.81%20.20%
HSB/HSV40°56.94%28.24%
CMYK0.00%19.44%56.94%
71.76%

Color #483A1F in popluar number systems.

HEX483A1F
Decimal725831
Binary100100011101011111
Octal1107237

Shades and tints

Shades of #483A1F

#483A1F
(72,58,31)
#42351D
(66,53,29)
#3C301B
(60,48,27)
#362B19
(54,43,25)
#302617
(48,38,23)
#2A2115
(42,33,21)
#241C13
(36,28,19)
#1E1711
(30,23,17)
#18120F
(24,18,15)
#120D0D
(18,13,13)
#0C080B
(12,8,11)
#000000
(0,0,0)

Tints of #483A1F

#483A1F
(72,58,31)
#584B33
(88,75,51)
#685C47
(104,92,71)
#786D5B
(120,109,91)
#887E6F
(136,126,111)
#988F83
(152,143,131)
#A8A097
(168,160,151)
#B8B1AB
(184,177,171)
#C8C2BF
(200,194,191)
#D8D3D3
(216,211,211)
#E8E4E7
(232,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483A1F color. Also use rgb(72,58,31) instead hex code.

Text Font Color

.myTextColor { color: #483A1F; }

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

This text font color is #483A1F.


Background Color

.myBgColor { background-color: #483A1F; }

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

This div background color is #483A1F.


Border color

.myBorderColor { border: 1px solid #483A1F; }

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

This div border color is #483A1F.


Opacity

.myOpacity80 { color: #483A1F; opacity: 0.8; }

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

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

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

This text has shadow with #483A1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483A1F on black background.


Color preview on white background

This text has color #483A1F on white background.



Black color preview on #483A1F background

This text has black color on #483A1F background.


White color preview on #483A1F background

This text has white color on #483A1F background.