COLOR #483548

HEX: #483548
RGB: (72,53,72)

Color info

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

RGB color model

#483548 color RGB value is (72,53,72).

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

RGB channels and saturation

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

72
53
72

R + G + B ~ 26%. #483548 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 53 + 72 = 197 (100%)
R 72 of 197 ~ 36.55%
G 53 of 197 ~ 26.9%
B 72 of 197 ~ 36.55%

%36.55
%26.9
%36.55

CMYK color model

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

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

CMYK percentages

%0
%26.39
%0
%71.76

Codes

Color #483548 in popluar color models

483548
RGB725372
HSL300°15.20%24.51%
HSB/HSV300°26.39%28.24%
CMYK0.00%26.39%0.00%
71.76%

Color #483548 in popluar number systems.

HEX483548
Decimal725372
Binary10010001101011001000
Octal11065110

Shades and tints

Shades of #483548

#483548
(72,53,72)
#423142
(66,49,66)
#3C2D3C
(60,45,60)
#362936
(54,41,54)
#302530
(48,37,48)
#2A212A
(42,33,42)
#241D24
(36,29,36)
#1E191E
(30,25,30)
#181518
(24,21,24)
#121112
(18,17,18)
#0C0D0C
(12,13,12)
#000000
(0,0,0)

Tints of #483548

#483548
(72,53,72)
#584758
(88,71,88)
#685968
(104,89,104)
#786B78
(120,107,120)
#887D88
(136,125,136)
#988F98
(152,143,152)
#A8A1A8
(168,161,168)
#B8B3B8
(184,179,184)
#C8C5C8
(200,197,200)
#D8D7D8
(216,215,216)
#E8E9E8
(232,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483548; }

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

This text font color is #483548.


Background Color

.myBgColor { background-color: #483548; }

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

This div background color is #483548.


Border color

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

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

This div border color is #483548.


Opacity

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

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

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

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

This text has shadow with #483548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483548 on black background.


Color preview on white background

This text has color #483548 on white background.



Black color preview on #483548 background

This text has black color on #483548 background.


White color preview on #483548 background

This text has white color on #483548 background.