COLOR #484D57

HEX: #484D57
RGB: (72,77,87)

Color info

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

RGB color model

#484D57 color RGB value is (72,77,87).

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

RGB channels and saturation

R 72 of 255 = 28%
G 77 of 255 = 30%
B 87 of 255 = 34%

72
77
87

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

Portions of RGB colors in percentages

R + G + B =
72 + 77 + 87 = 236 (100%)
R 72 of 236 ~ 30.51%
G 77 of 236 ~ 32.63%
B 87 of 236 ~ 36.86%

%30.51
%32.63
%36.86

CMYK color model

#484D57 color CMYK value is (17,11,0,66).

  • cyan value is 17.24%
  • magenta value is 11.49%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(17,11,0,66)
C17M11Y0K66 
(17%,11%,0%,66%)
(0.17/0.11/0.00/0.66)	

CMYK percentages

%17.24
%11.49
%0
%65.88

Codes

Color #484D57 in popluar color models

484D57
RGB727787
HSL220°9.43%31.18%
HSB/HSV220°17.24%34.12%
CMYK17.24%11.49%0.00%
65.88%

Color #484D57 in popluar number systems.

HEX484D57
Decimal727787
Binary100100010011011010111
Octal110115127

Shades and tints

Shades of #484D57

#484D57
(72,77,87)
#424650
(66,70,80)
#3C3F49
(60,63,73)
#363842
(54,56,66)
#30313B
(48,49,59)
#2A2A34
(42,42,52)
#24232D
(36,35,45)
#1E1C26
(30,28,38)
#18151F
(24,21,31)
#120E18
(18,14,24)
#0C0711
(12,7,17)
#000000
(0,0,0)

Tints of #484D57

#484D57
(72,77,87)
#585D66
(88,93,102)
#686D75
(104,109,117)
#787D84
(120,125,132)
#888D93
(136,141,147)
#989DA2
(152,157,162)
#A8ADB1
(168,173,177)
#B8BDC0
(184,189,192)
#C8CDCF
(200,205,207)
#D8DDDE
(216,221,222)
#E8EDED
(232,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484D57; }

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

This text font color is #484D57.


Background Color

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

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

This div background color is #484D57.


Border color

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

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

This div border color is #484D57.


Opacity

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

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

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

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

This text has shadow with #484D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484D57 on black background.


Color preview on white background

This text has color #484D57 on white background.



Black color preview on #484D57 background

This text has black color on #484D57 background.


White color preview on #484D57 background

This text has white color on #484D57 background.