COLOR #485D72

HEX: #485D72
RGB: (72,93,114)

Color info

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

RGB color model

#485D72 color RGB value is (72,93,114).

  • red value is 72;
  • green value is 93;
  • blue value is 114.
RGB:
(72,93,114)
(28%,36%,45%)

RGB channels and saturation

R 72 of 255 = 28%
G 93 of 255 = 36%
B 114 of 255 = 45%

72
93
114

R + G + B ~ 36%. #485D72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 93 + 114 = 279 (100%)
R 72 of 279 ~ 25.81%
G 93 of 279 ~ 33.33%
B 114 of 279 ~ 40.86%

%25.81
%33.33
%40.86

CMYK color model

#485D72 color CMYK value is (37,18,0,55).

  • cyan value is 36.84%
  • magenta value is 18.42%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(37,18,0,55)
C37M18Y0K55 
(37%,18%,0%,55%)
(0.37/0.18/0.00/0.55)	

CMYK percentages

%36.84
%18.42
%0
%55.29

Codes

Color #485D72 in popluar color models

485D72
RGB7293114
HSL210°22.58%36.47%
HSB/HSV210°36.84%44.71%
CMYK36.84%18.42%0.00%
55.29%

Color #485D72 in popluar number systems.

HEX485D72
Decimal7293114
Binary100100010111011110010
Octal110135162

Shades and tints

Shades of #485D72

#485D72
(72,93,114)
#425568
(66,85,104)
#3C4D5E
(60,77,94)
#364554
(54,69,84)
#303D4A
(48,61,74)
#2A3540
(42,53,64)
#242D36
(36,45,54)
#1E252C
(30,37,44)
#181D22
(24,29,34)
#121518
(18,21,24)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #485D72

#485D72
(72,93,114)
#586B7E
(88,107,126)
#68798A
(104,121,138)
#788796
(120,135,150)
#8895A2
(136,149,162)
#98A3AE
(152,163,174)
#A8B1BA
(168,177,186)
#B8BFC6
(184,191,198)
#C8CDD2
(200,205,210)
#D8DBDE
(216,219,222)
#E8E9EA
(232,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #485D72 color. Also use rgb(72,93,114) instead hex code.

Text Font Color

.myTextColor { color: #485D72; }

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

This text font color is #485D72.


Background Color

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

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

This div background color is #485D72.


Border color

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

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

This div border color is #485D72.


Opacity

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

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

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

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

This text has shadow with #485D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485D72 on black background.


Color preview on white background

This text has color #485D72 on white background.



Black color preview on #485D72 background

This text has black color on #485D72 background.


White color preview on #485D72 background

This text has white color on #485D72 background.