COLOR #485061

HEX: #485061
RGB: (72,80,97)

Color info

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

RGB color model

#485061 color RGB value is (72,80,97).

  • red value is 72;
  • green value is 80;
  • blue value is 97.
RGB:
(72,80,97)
(28%,31%,38%)

RGB channels and saturation

R 72 of 255 = 28%
G 80 of 255 = 31%
B 97 of 255 = 38%

72
80
97

R + G + B ~ 32%. #485061 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 80 + 97 = 249 (100%)
R 72 of 249 ~ 28.92%
G 80 of 249 ~ 32.13%
B 97 of 249 ~ 38.96%

%28.92
%32.13
%38.96

CMYK color model

#485061 color CMYK value is (26,18,0,62).

  • cyan value is 25.77%
  • magenta value is 17.53%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(26,18,0,62)
C26M18Y0K62 
(26%,18%,0%,62%)
(0.26/0.18/0.00/0.62)	

CMYK percentages

%25.77
%17.53
%0
%61.96

Codes

Color #485061 in popluar color models

485061
RGB728097
HSL221°14.79%33.14%
HSB/HSV221°25.77%38.04%
CMYK25.77%17.53%0.00%
61.96%

Color #485061 in popluar number systems.

HEX485061
Decimal728097
Binary100100010100001100001
Octal110120141

Shades and tints

Shades of #485061

#485061
(72,80,97)
#424959
(66,73,89)
#3C4251
(60,66,81)
#363B49
(54,59,73)
#303441
(48,52,65)
#2A2D39
(42,45,57)
#242631
(36,38,49)
#1E1F29
(30,31,41)
#181821
(24,24,33)
#121119
(18,17,25)
#0C0A11
(12,10,17)
#000000
(0,0,0)

Tints of #485061

#485061
(72,80,97)
#585F6F
(88,95,111)
#686E7D
(104,110,125)
#787D8B
(120,125,139)
#888C99
(136,140,153)
#989BA7
(152,155,167)
#A8AAB5
(168,170,181)
#B8B9C3
(184,185,195)
#C8C8D1
(200,200,209)
#D8D7DF
(216,215,223)
#E8E6ED
(232,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #485061; }

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

This text font color is #485061.


Background Color

.myBgColor { background-color: #485061; }

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

This div background color is #485061.


Border color

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

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

This div border color is #485061.


Opacity

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

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

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

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

This text has shadow with #485061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485061 on black background.


Color preview on white background

This text has color #485061 on white background.



Black color preview on #485061 background

This text has black color on #485061 background.


White color preview on #485061 background

This text has white color on #485061 background.