COLOR #484557

HEX: #484557
RGB: (72,69,87)

Color info

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

RGB color model

#484557 color RGB value is (72,69,87).

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

RGB channels and saturation

R 72 of 255 = 28%
G 69 of 255 = 27%
B 87 of 255 = 34%

72
69
87

R + G + B ~ 30%. #484557 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 69 + 87 = 228 (100%)
R 72 of 228 ~ 31.58%
G 69 of 228 ~ 30.26%
B 87 of 228 ~ 38.16%

%31.58
%30.26
%38.16

CMYK color model

#484557 color CMYK value is (17,21,0,66).

  • cyan value is 17.24%
  • magenta value is 20.69%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(17,21,0,66)
C17M21Y0K66 
(17%,21%,0%,66%)
(0.17/0.21/0.00/0.66)	

CMYK percentages

%17.24
%20.69
%0
%65.88

Codes

Color #484557 in popluar color models

484557
RGB726987
HSL250°11.54%30.59%
HSB/HSV250°20.69%34.12%
CMYK17.24%20.69%0.00%
65.88%

Color #484557 in popluar number systems.

HEX484557
Decimal726987
Binary100100010001011010111
Octal110105127

Shades and tints

Shades of #484557

#484557
(72,69,87)
#423F50
(66,63,80)
#3C3949
(60,57,73)
#363342
(54,51,66)
#302D3B
(48,45,59)
#2A2734
(42,39,52)
#24212D
(36,33,45)
#1E1B26
(30,27,38)
#18151F
(24,21,31)
#120F18
(18,15,24)
#0C0911
(12,9,17)
#000000
(0,0,0)

Tints of #484557

#484557
(72,69,87)
#585566
(88,85,102)
#686575
(104,101,117)
#787584
(120,117,132)
#888593
(136,133,147)
#9895A2
(152,149,162)
#A8A5B1
(168,165,177)
#B8B5C0
(184,181,192)
#C8C5CF
(200,197,207)
#D8D5DE
(216,213,222)
#E8E5ED
(232,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484557; }

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

This text font color is #484557.


Background Color

.myBgColor { background-color: #484557; }

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

This div background color is #484557.


Border color

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

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

This div border color is #484557.


Opacity

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

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

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

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

This text has shadow with #484557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484557 on black background.


Color preview on white background

This text has color #484557 on white background.



Black color preview on #484557 background

This text has black color on #484557 background.


White color preview on #484557 background

This text has white color on #484557 background.