COLOR #485B62

HEX: #485B62
RGB: (72,91,98)

Color info

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

RGB color model

#485B62 color RGB value is (72,91,98).

  • red value is 72;
  • green value is 91;
  • blue value is 98.
RGB:
(72,91,98)
(28%,36%,38%)

RGB channels and saturation

R 72 of 255 = 28%
G 91 of 255 = 36%
B 98 of 255 = 38%

72
91
98

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

Portions of RGB colors in percentages

R + G + B =
72 + 91 + 98 = 261 (100%)
R 72 of 261 ~ 27.59%
G 91 of 261 ~ 34.87%
B 98 of 261 ~ 37.55%

%27.59
%34.87
%37.55

CMYK color model

#485B62 color CMYK value is (27,7,0,62).

  • cyan value is 26.53%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(27,7,0,62)
C27M7Y0K62 
(27%,7%,0%,62%)
(0.27/0.07/0.00/0.62)	

CMYK percentages

%26.53
%7.14
%0
%61.57

Codes

Color #485B62 in popluar color models

485B62
RGB729198
HSL196°15.29%33.33%
HSB/HSV196°26.53%38.43%
CMYK26.53%7.14%0.00%
61.57%

Color #485B62 in popluar number systems.

HEX485B62
Decimal729198
Binary100100010110111100010
Octal110133142

Shades and tints

Shades of #485B62

#485B62
(72,91,98)
#42535A
(66,83,90)
#3C4B52
(60,75,82)
#36434A
(54,67,74)
#303B42
(48,59,66)
#2A333A
(42,51,58)
#242B32
(36,43,50)
#1E232A
(30,35,42)
#181B22
(24,27,34)
#12131A
(18,19,26)
#0C0B12
(12,11,18)
#000000
(0,0,0)

Tints of #485B62

#485B62
(72,91,98)
#586970
(88,105,112)
#68777E
(104,119,126)
#78858C
(120,133,140)
#88939A
(136,147,154)
#98A1A8
(152,161,168)
#A8AFB6
(168,175,182)
#B8BDC4
(184,189,196)
#C8CBD2
(200,203,210)
#D8D9E0
(216,217,224)
#E8E7EE
(232,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #485B62 color. Also use rgb(72,91,98) instead hex code.

Text Font Color

.myTextColor { color: #485B62; }

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

This text font color is #485B62.


Background Color

.myBgColor { background-color: #485B62; }

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

This div background color is #485B62.


Border color

.myBorderColor { border: 1px solid #485B62; }

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

This div border color is #485B62.


Opacity

.myOpacity80 { color: #485B62; opacity: 0.8; }

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

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

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

This text has shadow with #485B62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485B62 on black background.


Color preview on white background

This text has color #485B62 on white background.



Black color preview on #485B62 background

This text has black color on #485B62 background.


White color preview on #485B62 background

This text has white color on #485B62 background.