COLOR #484D5C

HEX: #484D5C
RGB: (72,77,92)

Color info

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

RGB color model

#484D5C color RGB value is (72,77,92).

  • red value is 72;
  • green value is 77;
  • blue value is 92.
RGB:
(72,77,92)
(28%,30%,36%)

RGB channels and saturation

R 72 of 255 = 28%
G 77 of 255 = 30%
B 92 of 255 = 36%

72
77
92

R + G + B ~ 31%. #484D5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 77 + 92 = 241 (100%)
R 72 of 241 ~ 29.88%
G 77 of 241 ~ 31.95%
B 92 of 241 ~ 38.17%

%29.88
%31.95
%38.17

CMYK color model

#484D5C color CMYK value is (22,16,0,64).

  • cyan value is 21.74%
  • magenta value is 16.30%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(22,16,0,64)
C22M16Y0K64 
(22%,16%,0%,64%)
(0.22/0.16/0.00/0.64)	

CMYK percentages

%21.74
%16.3
%0
%63.92

Codes

Color #484D5C in popluar color models

484D5C
RGB727792
HSL225°12.20%32.16%
HSB/HSV225°21.74%36.08%
CMYK21.74%16.30%0.00%
63.92%

Color #484D5C in popluar number systems.

HEX484D5C
Decimal727792
Binary100100010011011011100
Octal110115134

Shades and tints

Shades of #484D5C

#484D5C
(72,77,92)
#424654
(66,70,84)
#3C3F4C
(60,63,76)
#363844
(54,56,68)
#30313C
(48,49,60)
#2A2A34
(42,42,52)
#24232C
(36,35,44)
#1E1C24
(30,28,36)
#18151C
(24,21,28)
#120E14
(18,14,20)
#0C070C
(12,7,12)
#000000
(0,0,0)

Tints of #484D5C

#484D5C
(72,77,92)
#585D6A
(88,93,106)
#686D78
(104,109,120)
#787D86
(120,125,134)
#888D94
(136,141,148)
#989DA2
(152,157,162)
#A8ADB0
(168,173,176)
#B8BDBE
(184,189,190)
#C8CDCC
(200,205,204)
#D8DDDA
(216,221,218)
#E8EDE8
(232,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484D5C color. Also use rgb(72,77,92) instead hex code.

Text Font Color

.myTextColor { color: #484D5C; }

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

This text font color is #484D5C.


Background Color

.myBgColor { background-color: #484D5C; }

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

This div background color is #484D5C.


Border color

.myBorderColor { border: 1px solid #484D5C; }

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

This div border color is #484D5C.


Opacity

.myOpacity80 { color: #484D5C; opacity: 0.8; }

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

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

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

This text has shadow with #484D5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484D5C on black background.


Color preview on white background

This text has color #484D5C on white background.



Black color preview on #484D5C background

This text has black color on #484D5C background.


White color preview on #484D5C background

This text has white color on #484D5C background.