COLOR #485D5C

HEX: #485D5C
RGB: (72,93,92)

Color info

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

RGB color model

#485D5C color RGB value is (72,93,92).

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

RGB channels and saturation

R 72 of 255 = 28%
G 93 of 255 = 36%
B 92 of 255 = 36%

72
93
92

R + G + B ~ 33%. #485D5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 93 + 92 = 257 (100%)
R 72 of 257 ~ 28.02%
G 93 of 257 ~ 36.19%
B 92 of 257 ~ 35.8%

%28.02
%36.19
%35.8

CMYK color model

#485D5C color CMYK value is (23,0,1,64).

  • cyan value is 22.58%
  • magenta value is 0.00%
  • yellow value is 1.08%
  • key color value is 63.53%
CMYK:
(23,0,1,64)
C23M0Y1K64 
(23%,0%,1%,64%)
(0.23/0.00/0.01/0.64)	

CMYK percentages

%22.58
%0
%1.08
%63.53

Codes

Color #485D5C in popluar color models

485D5C
RGB729392
HSL177°12.73%32.35%
HSB/HSV177°22.58%36.47%
CMYK22.58%0.00%1.08%
63.53%

Color #485D5C in popluar number systems.

HEX485D5C
Decimal729392
Binary100100010111011011100
Octal110135134

Shades and tints

Shades of #485D5C

#485D5C
(72,93,92)
#425554
(66,85,84)
#3C4D4C
(60,77,76)
#364544
(54,69,68)
#303D3C
(48,61,60)
#2A3534
(42,53,52)
#242D2C
(36,45,44)
#1E2524
(30,37,36)
#181D1C
(24,29,28)
#121514
(18,21,20)
#0C0D0C
(12,13,12)
#000000
(0,0,0)

Tints of #485D5C

#485D5C
(72,93,92)
#586B6A
(88,107,106)
#687978
(104,121,120)
#788786
(120,135,134)
#889594
(136,149,148)
#98A3A2
(152,163,162)
#A8B1B0
(168,177,176)
#B8BFBE
(184,191,190)
#C8CDCC
(200,205,204)
#D8DBDA
(216,219,218)
#E8E9E8
(232,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #485D5C; }

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

This text font color is #485D5C.


Background Color

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

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

This div background color is #485D5C.


Border color

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

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

This div border color is #485D5C.


Opacity

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

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

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

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

This text has shadow with #485D5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485D5C on black background.


Color preview on white background

This text has color #485D5C on white background.



Black color preview on #485D5C background

This text has black color on #485D5C background.


White color preview on #485D5C background

This text has white color on #485D5C background.