COLOR #483049

HEX: #483049
RGB: (72,48,73)

Color info

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

RGB color model

#483049 color RGB value is (72,48,73).

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

RGB channels and saturation

R 72 of 255 = 28%
G 48 of 255 = 19%
B 73 of 255 = 29%

72
48
73

R + G + B ~ 25%. #483049 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 48 + 73 = 193 (100%)
R 72 of 193 ~ 37.31%
G 48 of 193 ~ 24.87%
B 73 of 193 ~ 37.82%

%37.31
%24.87
%37.82

CMYK color model

#483049 color CMYK value is (1,34,0,71).

  • cyan value is 1.37%
  • magenta value is 34.25%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(1,34,0,71)
C1M34Y0K71 
(1%,34%,0%,71%)
(0.01/0.34/0.00/0.71)	

CMYK percentages

%1.37
%34.25
%0
%71.37

Codes

Color #483049 in popluar color models

483049
RGB724873
HSL298°20.66%23.73%
HSB/HSV298°34.25%28.63%
CMYK1.37%34.25%0.00%
71.37%

Color #483049 in popluar number systems.

HEX483049
Decimal724873
Binary10010001100001001001
Octal11060111

Shades and tints

Shades of #483049

#483049
(72,48,73)
#422C43
(66,44,67)
#3C283D
(60,40,61)
#362437
(54,36,55)
#302031
(48,32,49)
#2A1C2B
(42,28,43)
#241825
(36,24,37)
#1E141F
(30,20,31)
#181019
(24,16,25)
#120C13
(18,12,19)
#0C080D
(12,8,13)
#000000
(0,0,0)

Tints of #483049

#483049
(72,48,73)
#584259
(88,66,89)
#685469
(104,84,105)
#786679
(120,102,121)
#887889
(136,120,137)
#988A99
(152,138,153)
#A89CA9
(168,156,169)
#B8AEB9
(184,174,185)
#C8C0C9
(200,192,201)
#D8D2D9
(216,210,217)
#E8E4E9
(232,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483049; }

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

This text font color is #483049.


Background Color

.myBgColor { background-color: #483049; }

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

This div background color is #483049.


Border color

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

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

This div border color is #483049.


Opacity

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

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

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

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

This text has shadow with #483049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483049 on black background.


Color preview on white background

This text has color #483049 on white background.



Black color preview on #483049 background

This text has black color on #483049 background.


White color preview on #483049 background

This text has white color on #483049 background.