COLOR #483A28

HEX: #483A28
RGB: (72,58,40)

Color info

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

RGB color model

#483A28 color RGB value is (72,58,40).

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

RGB channels and saturation

R 72 of 255 = 28%
G 58 of 255 = 23%
B 40 of 255 = 16%

72
58
40

R + G + B ~ 22%. #483A28 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 58 + 40 = 170 (100%)
R 72 of 170 ~ 42.35%
G 58 of 170 ~ 34.12%
B 40 of 170 ~ 23.53%

%42.35
%34.12
%23.53

CMYK color model

#483A28 color CMYK value is (0,19,44,72).

  • cyan value is 0.00%
  • magenta value is 19.44%
  • yellow value is 44.44%
  • key color value is 71.76%
CMYK:
(0,19,44,72)
C0M19Y44K72 
(0%,19%,44%,72%)
(0.00/0.19/0.44/0.72)	

CMYK percentages

%0
%19.44
%44.44
%71.76

Codes

Color #483A28 in popluar color models

483A28
RGB725840
HSL34°28.57%21.96%
HSB/HSV34°44.44%28.24%
CMYK0.00%19.44%44.44%
71.76%

Color #483A28 in popluar number systems.

HEX483A28
Decimal725840
Binary1001000111010101000
Octal1107250

Shades and tints

Shades of #483A28

#483A28
(72,58,40)
#423525
(66,53,37)
#3C3022
(60,48,34)
#362B1F
(54,43,31)
#30261C
(48,38,28)
#2A2119
(42,33,25)
#241C16
(36,28,22)
#1E1713
(30,23,19)
#181210
(24,18,16)
#120D0D
(18,13,13)
#0C080A
(12,8,10)
#000000
(0,0,0)

Tints of #483A28

#483A28
(72,58,40)
#584B3B
(88,75,59)
#685C4E
(104,92,78)
#786D61
(120,109,97)
#887E74
(136,126,116)
#988F87
(152,143,135)
#A8A09A
(168,160,154)
#B8B1AD
(184,177,173)
#C8C2C0
(200,194,192)
#D8D3D3
(216,211,211)
#E8E4E6
(232,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483A28; }

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

This text font color is #483A28.


Background Color

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

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

This div background color is #483A28.


Border color

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

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

This div border color is #483A28.


Opacity

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

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

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

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

This text has shadow with #483A28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483A28 on black background.


Color preview on white background

This text has color #483A28 on white background.



Black color preview on #483A28 background

This text has black color on #483A28 background.


White color preview on #483A28 background

This text has white color on #483A28 background.