COLOR #484858

HEX: #484858
RGB: (72,72,88)

Color info

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

RGB color model

#484858 color RGB value is (72,72,88).

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

RGB channels and saturation

R 72 of 255 = 28%
G 72 of 255 = 28%
B 88 of 255 = 35%

72
72
88

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

Portions of RGB colors in percentages

R + G + B =
72 + 72 + 88 = 232 (100%)
R 72 of 232 ~ 31.03%
G 72 of 232 ~ 31.03%
B 88 of 232 ~ 37.93%

%31.03
%31.03
%37.93

CMYK color model

#484858 color CMYK value is (18,18,0,65).

  • cyan value is 18.18%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(18,18,0,65)
C18M18Y0K65 
(18%,18%,0%,65%)
(0.18/0.18/0.00/0.65)	

CMYK percentages

%18.18
%18.18
%0
%65.49

Codes

Color #484858 in popluar color models

484858
RGB727288
HSL240°10.00%31.37%
HSB/HSV240°18.18%34.51%
CMYK18.18%18.18%0.00%
65.49%

Color #484858 in popluar number systems.

HEX484858
Decimal727288
Binary100100010010001011000
Octal110110130

Shades and tints

Shades of #484858

#484858
(72,72,88)
#424250
(66,66,80)
#3C3C48
(60,60,72)
#363640
(54,54,64)
#303038
(48,48,56)
#2A2A30
(42,42,48)
#242428
(36,36,40)
#1E1E20
(30,30,32)
#181818
(24,24,24)
#121210
(18,18,16)
#0C0C08
(12,12,8)
#000000
(0,0,0)

Tints of #484858

#484858
(72,72,88)
#585867
(88,88,103)
#686876
(104,104,118)
#787885
(120,120,133)
#888894
(136,136,148)
#9898A3
(152,152,163)
#A8A8B2
(168,168,178)
#B8B8C1
(184,184,193)
#C8C8D0
(200,200,208)
#D8D8DF
(216,216,223)
#E8E8EE
(232,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484858; }

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

This text font color is #484858.


Background Color

.myBgColor { background-color: #484858; }

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

This div background color is #484858.


Border color

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

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

This div border color is #484858.


Opacity

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

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

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

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

This text has shadow with #484858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484858 on black background.


Color preview on white background

This text has color #484858 on white background.



Black color preview on #484858 background

This text has black color on #484858 background.


White color preview on #484858 background

This text has white color on #484858 background.