COLOR #484654

HEX: #484654
RGB: (72,70,84)

Color info

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

RGB color model

#484654 color RGB value is (72,70,84).

  • red value is 72;
  • green value is 70;
  • blue value is 84.
RGB:
(72,70,84)
(28%,27%,33%)

RGB channels and saturation

R 72 of 255 = 28%
G 70 of 255 = 27%
B 84 of 255 = 33%

72
70
84

R + G + B ~ 29%. #484654 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 70 + 84 = 226 (100%)
R 72 of 226 ~ 31.86%
G 70 of 226 ~ 30.97%
B 84 of 226 ~ 37.17%

%31.86
%30.97
%37.17

CMYK color model

#484654 color CMYK value is (14,17,0,67).

  • cyan value is 14.29%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(14,17,0,67)
C14M17Y0K67 
(14%,17%,0%,67%)
(0.14/0.17/0.00/0.67)	

CMYK percentages

%14.29
%16.67
%0
%67.06

Codes

Color #484654 in popluar color models

484654
RGB727084
HSL249°9.09%30.20%
HSB/HSV249°16.67%32.94%
CMYK14.29%16.67%0.00%
67.06%

Color #484654 in popluar number systems.

HEX484654
Decimal727084
Binary100100010001101010100
Octal110106124

Shades and tints

Shades of #484654

#484654
(72,70,84)
#42404D
(66,64,77)
#3C3A46
(60,58,70)
#36343F
(54,52,63)
#302E38
(48,46,56)
#2A2831
(42,40,49)
#24222A
(36,34,42)
#1E1C23
(30,28,35)
#18161C
(24,22,28)
#121015
(18,16,21)
#0C0A0E
(12,10,14)
#000000
(0,0,0)

Tints of #484654

#484654
(72,70,84)
#585663
(88,86,99)
#686672
(104,102,114)
#787681
(120,118,129)
#888690
(136,134,144)
#98969F
(152,150,159)
#A8A6AE
(168,166,174)
#B8B6BD
(184,182,189)
#C8C6CC
(200,198,204)
#D8D6DB
(216,214,219)
#E8E6EA
(232,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484654 color. Also use rgb(72,70,84) instead hex code.

Text Font Color

.myTextColor { color: #484654; }

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

This text font color is #484654.


Background Color

.myBgColor { background-color: #484654; }

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

This div background color is #484654.


Border color

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

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

This div border color is #484654.


Opacity

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

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

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

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

This text has shadow with #484654 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484654 on black background.


Color preview on white background

This text has color #484654 on white background.



Black color preview on #484654 background

This text has black color on #484654 background.


White color preview on #484654 background

This text has white color on #484654 background.