COLOR #484E5C

HEX: #484E5C
RGB: (72,78,92)

Color info

#484E5C contains red, green and blue colors in about the same proportion. Web safe color of #484E5C is #336666 (or #366).

RGB color model

#484E5C color RGB value is (72,78,92).

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

RGB channels and saturation

R 72 of 255 = 28%
G 78 of 255 = 31%
B 92 of 255 = 36%

72
78
92

R + G + B ~ 32%. #484E5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 78 + 92 = 242 (100%)
R 72 of 242 ~ 29.75%
G 78 of 242 ~ 32.23%
B 92 of 242 ~ 38.02%

%29.75
%32.23
%38.02

CMYK color model

#484E5C color CMYK value is (22,15,0,64).

  • cyan value is 21.74%
  • magenta value is 15.22%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(22,15,0,64)
C22M15Y0K64 
(22%,15%,0%,64%)
(0.22/0.15/0.00/0.64)	

CMYK percentages

%21.74
%15.22
%0
%63.92

Codes

Color #484E5C in popluar color models

484E5C
RGB727892
HSL222°12.20%32.16%
HSB/HSV222°21.74%36.08%
CMYK21.74%15.22%0.00%
63.92%

Color #484E5C in popluar number systems.

HEX484E5C
Decimal727892
Binary100100010011101011100
Octal110116134

Shades and tints

Shades of #484E5C

#484E5C
(72,78,92)
#424754
(66,71,84)
#3C404C
(60,64,76)
#363944
(54,57,68)
#30323C
(48,50,60)
#2A2B34
(42,43,52)
#24242C
(36,36,44)
#1E1D24
(30,29,36)
#18161C
(24,22,28)
#120F14
(18,15,20)
#0C080C
(12,8,12)
#000000
(0,0,0)

Tints of #484E5C

#484E5C
(72,78,92)
#585E6A
(88,94,106)
#686E78
(104,110,120)
#787E86
(120,126,134)
#888E94
(136,142,148)
#989EA2
(152,158,162)
#A8AEB0
(168,174,176)
#B8BEBE
(184,190,190)
#C8CECC
(200,206,204)
#D8DEDA
(216,222,218)
#E8EEE8
(232,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484E5C; }

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

This text font color is #484E5C.


Background Color

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

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

This div background color is #484E5C.


Border color

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

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

This div border color is #484E5C.


Opacity

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

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

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

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

This text has shadow with #484E5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484E5C on black background.


Color preview on white background

This text has color #484E5C on white background.



Black color preview on #484E5C background

This text has black color on #484E5C background.


White color preview on #484E5C background

This text has white color on #484E5C background.