COLOR #484C68

HEX: #484C68
RGB: (72,76,104)

Color info

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

RGB color model

#484C68 color RGB value is (72,76,104).

  • red value is 72;
  • green value is 76;
  • blue value is 104.
RGB:
(72,76,104)
(28%,30%,41%)

RGB channels and saturation

R 72 of 255 = 28%
G 76 of 255 = 30%
B 104 of 255 = 41%

72
76
104

R + G + B ~ 33%. #484C68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 76 + 104 = 252 (100%)
R 72 of 252 ~ 28.57%
G 76 of 252 ~ 30.16%
B 104 of 252 ~ 41.27%

%28.57
%30.16
%41.27

CMYK color model

#484C68 color CMYK value is (31,27,0,59).

  • cyan value is 30.77%
  • magenta value is 26.92%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(31,27,0,59)
C31M27Y0K59 
(31%,27%,0%,59%)
(0.31/0.27/0.00/0.59)	

CMYK percentages

%30.77
%26.92
%0
%59.22

Codes

Color #484C68 in popluar color models

484C68
RGB7276104
HSL233°18.18%34.51%
HSB/HSV233°30.77%40.78%
CMYK30.77%26.92%0.00%
59.22%

Color #484C68 in popluar number systems.

HEX484C68
Decimal7276104
Binary100100010011001101000
Octal110114150

Shades and tints

Shades of #484C68

#484C68
(72,76,104)
#42465F
(66,70,95)
#3C4056
(60,64,86)
#363A4D
(54,58,77)
#303444
(48,52,68)
#2A2E3B
(42,46,59)
#242832
(36,40,50)
#1E2229
(30,34,41)
#181C20
(24,28,32)
#121617
(18,22,23)
#0C100E
(12,16,14)
#000000
(0,0,0)

Tints of #484C68

#484C68
(72,76,104)
#585C75
(88,92,117)
#686C82
(104,108,130)
#787C8F
(120,124,143)
#888C9C
(136,140,156)
#989CA9
(152,156,169)
#A8ACB6
(168,172,182)
#B8BCC3
(184,188,195)
#C8CCD0
(200,204,208)
#D8DCDD
(216,220,221)
#E8ECEA
(232,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484C68 color. Also use rgb(72,76,104) instead hex code.

Text Font Color

.myTextColor { color: #484C68; }

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

This text font color is #484C68.


Background Color

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

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

This div background color is #484C68.


Border color

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

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

This div border color is #484C68.


Opacity

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

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

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

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

This text has shadow with #484C68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484C68 on black background.


Color preview on white background

This text has color #484C68 on white background.



Black color preview on #484C68 background

This text has black color on #484C68 background.


White color preview on #484C68 background

This text has white color on #484C68 background.