COLOR #485B61

HEX: #485B61
RGB: (72,91,97)

Color info

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

RGB color model

#485B61 color RGB value is (72,91,97).

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

RGB channels and saturation

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

72
91
97

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

Portions of RGB colors in percentages

R + G + B =
72 + 91 + 97 = 260 (100%)
R 72 of 260 ~ 27.69%
G 91 of 260 ~ 35%
B 97 of 260 ~ 37.31%

%27.69
%35
%37.31

CMYK color model

#485B61 color CMYK value is (26,6,0,62).

  • cyan value is 25.77%
  • magenta value is 6.19%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(26,6,0,62)
C26M6Y0K62 
(26%,6%,0%,62%)
(0.26/0.06/0.00/0.62)	

CMYK percentages

%25.77
%6.19
%0
%61.96

Codes

Color #485B61 in popluar color models

485B61
RGB729197
HSL194°14.79%33.14%
HSB/HSV194°25.77%38.04%
CMYK25.77%6.19%0.00%
61.96%

Color #485B61 in popluar number systems.

HEX485B61
Decimal729197
Binary100100010110111100001
Octal110133141

Shades and tints

Shades of #485B61

#485B61
(72,91,97)
#425359
(66,83,89)
#3C4B51
(60,75,81)
#364349
(54,67,73)
#303B41
(48,59,65)
#2A3339
(42,51,57)
#242B31
(36,43,49)
#1E2329
(30,35,41)
#181B21
(24,27,33)
#121319
(18,19,25)
#0C0B11
(12,11,17)
#000000
(0,0,0)

Tints of #485B61

#485B61
(72,91,97)
#58696F
(88,105,111)
#68777D
(104,119,125)
#78858B
(120,133,139)
#889399
(136,147,153)
#98A1A7
(152,161,167)
#A8AFB5
(168,175,181)
#B8BDC3
(184,189,195)
#C8CBD1
(200,203,209)
#D8D9DF
(216,217,223)
#E8E7ED
(232,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #485B61; }

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

This text font color is #485B61.


Background Color

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

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

This div background color is #485B61.


Border color

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

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

This div border color is #485B61.


Opacity

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

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

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

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

This text has shadow with #485B61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485B61 on black background.


Color preview on white background

This text has color #485B61 on white background.



Black color preview on #485B61 background

This text has black color on #485B61 background.


White color preview on #485B61 background

This text has white color on #485B61 background.