COLOR #484B53

HEX: #484B53
RGB: (72,75,83)

Color info

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

RGB color model

#484B53 color RGB value is (72,75,83).

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

RGB channels and saturation

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

72
75
83

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

Portions of RGB colors in percentages

R + G + B =
72 + 75 + 83 = 230 (100%)
R 72 of 230 ~ 31.3%
G 75 of 230 ~ 32.61%
B 83 of 230 ~ 36.09%

%31.3
%32.61
%36.09

CMYK color model

#484B53 color CMYK value is (13,10,0,67).

  • cyan value is 13.25%
  • magenta value is 9.64%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(13,10,0,67)
C13M10Y0K67 
(13%,10%,0%,67%)
(0.13/0.10/0.00/0.67)	

CMYK percentages

%13.25
%9.64
%0
%67.45

Codes

Color #484B53 in popluar color models

484B53
RGB727583
HSL224°7.10%30.39%
HSB/HSV224°13.25%32.55%
CMYK13.25%9.64%0.00%
67.45%

Color #484B53 in popluar number systems.

HEX484B53
Decimal727583
Binary100100010010111010011
Octal110113123

Shades and tints

Shades of #484B53

#484B53
(72,75,83)
#42454C
(66,69,76)
#3C3F45
(60,63,69)
#36393E
(54,57,62)
#303337
(48,51,55)
#2A2D30
(42,45,48)
#242729
(36,39,41)
#1E2122
(30,33,34)
#181B1B
(24,27,27)
#121514
(18,21,20)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #484B53

#484B53
(72,75,83)
#585B62
(88,91,98)
#686B71
(104,107,113)
#787B80
(120,123,128)
#888B8F
(136,139,143)
#989B9E
(152,155,158)
#A8ABAD
(168,171,173)
#B8BBBC
(184,187,188)
#C8CBCB
(200,203,203)
#D8DBDA
(216,219,218)
#E8EBE9
(232,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484B53; }

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

This text font color is #484B53.


Background Color

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

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

This div background color is #484B53.


Border color

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

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

This div border color is #484B53.


Opacity

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

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

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

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

This text has shadow with #484B53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484B53 on black background.


Color preview on white background

This text has color #484B53 on white background.



Black color preview on #484B53 background

This text has black color on #484B53 background.


White color preview on #484B53 background

This text has white color on #484B53 background.