COLOR #483040

HEX: #483040
RGB: (72,48,64)

Color info

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

RGB color model

#483040 color RGB value is (72,48,64).

  • red value is 72;
  • green value is 48;
  • blue value is 64.
RGB:
(72,48,64)
(28%,19%,25%)

RGB channels and saturation

R 72 of 255 = 28%
G 48 of 255 = 19%
B 64 of 255 = 25%

72
48
64

R + G + B ~ 24%. #483040 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 48 + 64 = 184 (100%)
R 72 of 184 ~ 39.13%
G 48 of 184 ~ 26.09%
B 64 of 184 ~ 34.78%

%39.13
%26.09
%34.78

CMYK color model

#483040 color CMYK value is (0,33,11,72).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 11.11%
  • key color value is 71.76%
CMYK:
(0,33,11,72)
C0M33Y11K72 
(0%,33%,11%,72%)
(0.00/0.33/0.11/0.72)	

CMYK percentages

%0
%33.33
%11.11
%71.76

Codes

Color #483040 in popluar color models

483040
RGB724864
HSL320°20.00%23.53%
HSB/HSV320°33.33%28.24%
CMYK0.00%33.33%11.11%
71.76%

Color #483040 in popluar number systems.

HEX483040
Decimal724864
Binary10010001100001000000
Octal11060100

Shades and tints

Shades of #483040

#483040
(72,48,64)
#422C3B
(66,44,59)
#3C2836
(60,40,54)
#362431
(54,36,49)
#30202C
(48,32,44)
#2A1C27
(42,28,39)
#241822
(36,24,34)
#1E141D
(30,20,29)
#181018
(24,16,24)
#120C13
(18,12,19)
#0C080E
(12,8,14)
#000000
(0,0,0)

Tints of #483040

#483040
(72,48,64)
#584251
(88,66,81)
#685462
(104,84,98)
#786673
(120,102,115)
#887884
(136,120,132)
#988A95
(152,138,149)
#A89CA6
(168,156,166)
#B8AEB7
(184,174,183)
#C8C0C8
(200,192,200)
#D8D2D9
(216,210,217)
#E8E4EA
(232,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483040 color. Also use rgb(72,48,64) instead hex code.

Text Font Color

.myTextColor { color: #483040; }

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

This text font color is #483040.


Background Color

.myBgColor { background-color: #483040; }

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

This div background color is #483040.


Border color

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

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

This div border color is #483040.


Opacity

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

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

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

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

This text has shadow with #483040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483040 on black background.


Color preview on white background

This text has color #483040 on white background.



Black color preview on #483040 background

This text has black color on #483040 background.


White color preview on #483040 background

This text has white color on #483040 background.