COLOR #484853

HEX: #484853
RGB: (72,72,83)

Color info

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

RGB color model

#484853 color RGB value is (72,72,83).

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

RGB channels and saturation

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

72
72
83

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

Portions of RGB colors in percentages

R + G + B =
72 + 72 + 83 = 227 (100%)
R 72 of 227 ~ 31.72%
G 72 of 227 ~ 31.72%
B 83 of 227 ~ 36.56%

%31.72
%31.72
%36.56

CMYK color model

#484853 color CMYK value is (13,13,0,67).

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

CMYK percentages

%13.25
%13.25
%0
%67.45

Codes

Color #484853 in popluar color models

484853
RGB727283
HSL240°7.10%30.39%
HSB/HSV240°13.25%32.55%
CMYK13.25%13.25%0.00%
67.45%

Color #484853 in popluar number systems.

HEX484853
Decimal727283
Binary100100010010001010011
Octal110110123

Shades and tints

Shades of #484853

#484853
(72,72,83)
#42424C
(66,66,76)
#3C3C45
(60,60,69)
#36363E
(54,54,62)
#303037
(48,48,55)
#2A2A30
(42,42,48)
#242429
(36,36,41)
#1E1E22
(30,30,34)
#18181B
(24,24,27)
#121214
(18,18,20)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #484853

#484853
(72,72,83)
#585862
(88,88,98)
#686871
(104,104,113)
#787880
(120,120,128)
#88888F
(136,136,143)
#98989E
(152,152,158)
#A8A8AD
(168,168,173)
#B8B8BC
(184,184,188)
#C8C8CB
(200,200,203)
#D8D8DA
(216,216,218)
#E8E8E9
(232,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484853; }

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

This text font color is #484853.


Background Color

.myBgColor { background-color: #484853; }

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

This div background color is #484853.


Border color

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

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

This div border color is #484853.


Opacity

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

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

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

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

This text has shadow with #484853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484853 on black background.


Color preview on white background

This text has color #484853 on white background.



Black color preview on #484853 background

This text has black color on #484853 background.


White color preview on #484853 background

This text has white color on #484853 background.