COLOR #484B54

HEX: #484B54
RGB: (72,75,84)

Color info

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

RGB color model

#484B54 color RGB value is (72,75,84).

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

RGB channels and saturation

R 72 of 255 = 28%
G 75 of 255 = 29%
B 84 of 255 = 33%

72
75
84

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

Portions of RGB colors in percentages

R + G + B =
72 + 75 + 84 = 231 (100%)
R 72 of 231 ~ 31.17%
G 75 of 231 ~ 32.47%
B 84 of 231 ~ 36.36%

%31.17
%32.47
%36.36

CMYK color model

#484B54 color CMYK value is (14,11,0,67).

  • cyan value is 14.29%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK: (14,11,0,67) C14M11Y0K67 (14%,11%,0%,67%) (0.14/0.11/0.00/0.67)

CMYK percentages

%14.29
%10.71
%0
%67.06

Codes

Color #484B54 in popluar color models

484B54
RGB727584
HSL225°7.69%30.59%
HSB/HSV225°14.29%32.94%
CMYK14.29%10.71%0.00%
67.06%

Color #484B54 in popluar number systems.

HEX484B54
Decimal727584
Binary100100010010111010100
Octal110113124

Shades and tints

Shades of #484B54

#484B54
(72,75,84)
#42454D
(66,69,77)
#3C3F46
(60,63,70)
#36393F
(54,57,63)
#303338
(48,51,56)
#2A2D31
(42,45,49)
#24272A
(36,39,42)
#1E2123
(30,33,35)
#181B1C
(24,27,28)
#121515
(18,21,21)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #484B54

#484B54
(72,75,84)
#585B63
(88,91,99)
#686B72
(104,107,114)
#787B81
(120,123,129)
#888B90
(136,139,144)
#989B9F
(152,155,159)
#A8ABAE
(168,171,174)
#B8BBBD
(184,187,189)
#C8CBCC
(200,203,204)
#D8DBDB
(216,219,219)
#E8EBEA
(232,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484B54; }

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

This text font color is #484B54.


Background Color

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

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

This div background color is #484B54.


Border color

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

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

This div border color is #484B54.


Opacity

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

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

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

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

This text has shadow with #484B54 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #484B54 on black background.


Color preview on white background

This text has color #484B54 on white background.



Black color preview on #484B54 background

This text has black color on #484B54 background.


White color preview on #484B54 background

This text has white color on #484B54 background.