COLOR #485566

HEX: #485566
RGB: (72,85,102)

Color info

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

RGB color model

#485566 color RGB value is (72,85,102).

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

RGB channels and saturation

R 72 of 255 = 28%
G 85 of 255 = 33%
B 102 of 255 = 40%

72
85
102

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

Portions of RGB colors in percentages

R + G + B =
72 + 85 + 102 = 259 (100%)
R 72 of 259 ~ 27.8%
G 85 of 259 ~ 32.82%
B 102 of 259 ~ 39.38%

%27.8
%32.82
%39.38

CMYK color model

#485566 color CMYK value is (29,17,0,60).

  • cyan value is 29.41%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(29,17,0,60)
C29M17Y0K60 
(29%,17%,0%,60%)
(0.29/0.17/0.00/0.60)	

CMYK percentages

%29.41
%16.67
%0
%60

Codes

Color #485566 in popluar color models

485566
RGB7285102
HSL214°17.24%34.12%
HSB/HSV214°29.41%40.00%
CMYK29.41%16.67%0.00%
60.00%

Color #485566 in popluar number systems.

HEX485566
Decimal7285102
Binary100100010101011100110
Octal110125146

Shades and tints

Shades of #485566

#485566
(72,85,102)
#424E5D
(66,78,93)
#3C4754
(60,71,84)
#36404B
(54,64,75)
#303942
(48,57,66)
#2A3239
(42,50,57)
#242B30
(36,43,48)
#1E2427
(30,36,39)
#181D1E
(24,29,30)
#121615
(18,22,21)
#0C0F0C
(12,15,12)
#000000
(0,0,0)

Tints of #485566

#485566
(72,85,102)
#586473
(88,100,115)
#687380
(104,115,128)
#78828D
(120,130,141)
#88919A
(136,145,154)
#98A0A7
(152,160,167)
#A8AFB4
(168,175,180)
#B8BEC1
(184,190,193)
#C8CDCE
(200,205,206)
#D8DCDB
(216,220,219)
#E8EBE8
(232,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #485566; }

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

This text font color is #485566.


Background Color

.myBgColor { background-color: #485566; }

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

This div background color is #485566.


Border color

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

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

This div border color is #485566.


Opacity

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

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

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

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

This text has shadow with #485566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485566 on black background.


Color preview on white background

This text has color #485566 on white background.



Black color preview on #485566 background

This text has black color on #485566 background.


White color preview on #485566 background

This text has white color on #485566 background.