COLOR #483528

HEX: #483528
RGB: (72,53,40)

Color info

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

RGB color model

#483528 color RGB value is (72,53,40).

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

RGB channels and saturation

R 72 of 255 = 28%
G 53 of 255 = 21%
B 40 of 255 = 16%

72
53
40

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

Portions of RGB colors in percentages

R + G + B =
72 + 53 + 40 = 165 (100%)
R 72 of 165 ~ 43.64%
G 53 of 165 ~ 32.12%
B 40 of 165 ~ 24.24%

%43.64
%32.12
%24.24

CMYK color model

#483528 color CMYK value is (0,26,44,72).

  • cyan value is 0.00%
  • magenta value is 26.39%
  • yellow value is 44.44%
  • key color value is 71.76%
CMYK:
(0,26,44,72)
C0M26Y44K72 
(0%,26%,44%,72%)
(0.00/0.26/0.44/0.72)	

CMYK percentages

%0
%26.39
%44.44
%71.76

Codes

Color #483528 in popluar color models

483528
RGB725340
HSL24°28.57%21.96%
HSB/HSV24°44.44%28.24%
CMYK0.00%26.39%44.44%
71.76%

Color #483528 in popluar number systems.

HEX483528
Decimal725340
Binary1001000110101101000
Octal1106550

Shades and tints

Shades of #483528

#483528
(72,53,40)
#423125
(66,49,37)
#3C2D22
(60,45,34)
#36291F
(54,41,31)
#30251C
(48,37,28)
#2A2119
(42,33,25)
#241D16
(36,29,22)
#1E1913
(30,25,19)
#181510
(24,21,16)
#12110D
(18,17,13)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #483528

#483528
(72,53,40)
#58473B
(88,71,59)
#68594E
(104,89,78)
#786B61
(120,107,97)
#887D74
(136,125,116)
#988F87
(152,143,135)
#A8A19A
(168,161,154)
#B8B3AD
(184,179,173)
#C8C5C0
(200,197,192)
#D8D7D3
(216,215,211)
#E8E9E6
(232,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483528; }

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

This text font color is #483528.


Background Color

.myBgColor { background-color: #483528; }

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

This div background color is #483528.


Border color

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

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

This div border color is #483528.


Opacity

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

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

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

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

This text has shadow with #483528 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483528 on black background.


Color preview on white background

This text has color #483528 on white background.



Black color preview on #483528 background

This text has black color on #483528 background.


White color preview on #483528 background

This text has white color on #483528 background.