COLOR #483D51

HEX: #483D51
RGB: (72,61,81)

Color info

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

RGB color model

#483D51 color RGB value is (72,61,81).

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

RGB channels and saturation

R 72 of 255 = 28%
G 61 of 255 = 24%
B 81 of 255 = 32%

72
61
81

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

Portions of RGB colors in percentages

R + G + B =
72 + 61 + 81 = 214 (100%)
R 72 of 214 ~ 33.64%
G 61 of 214 ~ 28.5%
B 81 of 214 ~ 37.85%

%33.64
%28.5
%37.85

CMYK color model

#483D51 color CMYK value is (11,25,0,68).

  • cyan value is 11.11%
  • magenta value is 24.69%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(11,25,0,68)
C11M25Y0K68 
(11%,25%,0%,68%)
(0.11/0.25/0.00/0.68)	

CMYK percentages

%11.11
%24.69
%0
%68.24

Codes

Color #483D51 in popluar color models

483D51
RGB726181
HSL273°14.08%27.84%
HSB/HSV273°24.69%31.76%
CMYK11.11%24.69%0.00%
68.24%

Color #483D51 in popluar number systems.

HEX483D51
Decimal726181
Binary10010001111011010001
Octal11075121

Shades and tints

Shades of #483D51

#483D51
(72,61,81)
#42384A
(66,56,74)
#3C3343
(60,51,67)
#362E3C
(54,46,60)
#302935
(48,41,53)
#2A242E
(42,36,46)
#241F27
(36,31,39)
#1E1A20
(30,26,32)
#181519
(24,21,25)
#121012
(18,16,18)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #483D51

#483D51
(72,61,81)
#584E60
(88,78,96)
#685F6F
(104,95,111)
#78707E
(120,112,126)
#88818D
(136,129,141)
#98929C
(152,146,156)
#A8A3AB
(168,163,171)
#B8B4BA
(184,180,186)
#C8C5C9
(200,197,201)
#D8D6D8
(216,214,216)
#E8E7E7
(232,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483D51; }

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

This text font color is #483D51.


Background Color

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

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

This div background color is #483D51.


Border color

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

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

This div border color is #483D51.


Opacity

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

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

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

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

This text has shadow with #483D51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483D51 on black background.


Color preview on white background

This text has color #483D51 on white background.



Black color preview on #483D51 background

This text has black color on #483D51 background.


White color preview on #483D51 background

This text has white color on #483D51 background.