COLOR #485865

HEX: #485865
RGB: (72,88,101)

Color info

#485865 contains red, green and blue colors in about the same proportion. Web safe color of #485865 is #336666 (or #366).

RGB color model

#485865 color RGB value is (72,88,101).

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

RGB channels and saturation

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

72
88
101

R + G + B ~ 34%. #485865 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 88 + 101 = 261 (100%)
R 72 of 261 ~ 27.59%
G 88 of 261 ~ 33.72%
B 101 of 261 ~ 38.7%

%27.59
%33.72
%38.7

CMYK color model

#485865 color CMYK value is (29,13,0,60).

  • cyan value is 28.71%
  • magenta value is 12.87%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(29,13,0,60)
C29M13Y0K60 
(29%,13%,0%,60%)
(0.29/0.13/0.00/0.60)	

CMYK percentages

%28.71
%12.87
%0
%60.39

Codes

Color #485865 in popluar color models

485865
RGB7288101
HSL207°16.76%33.92%
HSB/HSV207°28.71%39.61%
CMYK28.71%12.87%0.00%
60.39%

Color #485865 in popluar number systems.

HEX485865
Decimal7288101
Binary100100010110001100101
Octal110130145

Shades and tints

Shades of #485865

#485865
(72,88,101)
#42505C
(66,80,92)
#3C4853
(60,72,83)
#36404A
(54,64,74)
#303841
(48,56,65)
#2A3038
(42,48,56)
#24282F
(36,40,47)
#1E2026
(30,32,38)
#18181D
(24,24,29)
#121014
(18,16,20)
#0C080B
(12,8,11)
#000000
(0,0,0)

Tints of #485865

#485865
(72,88,101)
#586773
(88,103,115)
#687681
(104,118,129)
#78858F
(120,133,143)
#88949D
(136,148,157)
#98A3AB
(152,163,171)
#A8B2B9
(168,178,185)
#B8C1C7
(184,193,199)
#C8D0D5
(200,208,213)
#D8DFE3
(216,223,227)
#E8EEF1
(232,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #485865; }

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

This text font color is #485865.


Background Color

.myBgColor { background-color: #485865; }

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

This div background color is #485865.


Border color

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

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

This div border color is #485865.


Opacity

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

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

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

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

This text has shadow with #485865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485865 on black background.


Color preview on white background

This text has color #485865 on white background.



Black color preview on #485865 background

This text has black color on #485865 background.


White color preview on #485865 background

This text has white color on #485865 background.