COLOR #483D53

HEX: #483D53
RGB: (72,61,83)

Color info

#483D53 contains red, green and blue colors in about the same proportion. Web safe color of #483D53 is #333366 (or #336).

RGB color model

#483D53 color RGB value is (72,61,83).

  • red value is 72;
  • green value is 61;
  • blue value is 83.
RGB:
(72,61,83)
(28%,24%,33%)

RGB channels and saturation

R 72 of 255 = 28%
G 61 of 255 = 24%
B 83 of 255 = 33%

72
61
83

R + G + B ~ 28%. #483D53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 61 + 83 = 216 (100%)
R 72 of 216 ~ 33.33%
G 61 of 216 ~ 28.24%
B 83 of 216 ~ 38.43%

%33.33
%28.24
%38.43

CMYK color model

#483D53 color CMYK value is (13,27,0,67).

  • cyan value is 13.25%
  • magenta value is 26.51%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(13,27,0,67)
C13M27Y0K67 
(13%,27%,0%,67%)
(0.13/0.27/0.00/0.67)	

CMYK percentages

%13.25
%26.51
%0
%67.45

Codes

Color #483D53 in popluar color models

483D53
RGB726183
HSL270°15.28%28.24%
HSB/HSV270°26.51%32.55%
CMYK13.25%26.51%0.00%
67.45%

Color #483D53 in popluar number systems.

HEX483D53
Decimal726183
Binary10010001111011010011
Octal11075123

Shades and tints

Shades of #483D53

#483D53
(72,61,83)
#42384C
(66,56,76)
#3C3345
(60,51,69)
#362E3E
(54,46,62)
#302937
(48,41,55)
#2A2430
(42,36,48)
#241F29
(36,31,41)
#1E1A22
(30,26,34)
#18151B
(24,21,27)
#121014
(18,16,20)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #483D53

#483D53
(72,61,83)
#584E62
(88,78,98)
#685F71
(104,95,113)
#787080
(120,112,128)
#88818F
(136,129,143)
#98929E
(152,146,158)
#A8A3AD
(168,163,173)
#B8B4BC
(184,180,188)
#C8C5CB
(200,197,203)
#D8D6DA
(216,214,218)
#E8E7E9
(232,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483D53 color. Also use rgb(72,61,83) instead hex code.

Text Font Color

.myTextColor { color: #483D53; }

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

This text font color is #483D53.


Background Color

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

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

This div background color is #483D53.


Border color

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

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

This div border color is #483D53.


Opacity

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

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

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

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

This text has shadow with #483D53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483D53 on black background.


Color preview on white background

This text has color #483D53 on white background.



Black color preview on #483D53 background

This text has black color on #483D53 background.


White color preview on #483D53 background

This text has white color on #483D53 background.