COLOR #485C4F

HEX: #485C4F
RGB: (72,92,79)

Color info

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

RGB color model

#485C4F color RGB value is (72,92,79).

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

RGB channels and saturation

R 72 of 255 = 28%
G 92 of 255 = 36%
B 79 of 255 = 31%

72
92
79

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

Portions of RGB colors in percentages

R + G + B =
72 + 92 + 79 = 243 (100%)
R 72 of 243 ~ 29.63%
G 92 of 243 ~ 37.86%
B 79 of 243 ~ 32.51%

%29.63
%37.86
%32.51

CMYK color model

#485C4F color CMYK value is (22,0,14,64).

  • cyan value is 21.74%
  • magenta value is 0.00%
  • yellow value is 14.13%
  • key color value is 63.92%
CMYK:
(22,0,14,64)
C22M0Y14K64 
(22%,0%,14%,64%)
(0.22/0.00/0.14/0.64)	

CMYK percentages

%21.74
%0
%14.13
%63.92

Codes

Color #485C4F in popluar color models

485C4F
RGB729279
HSL141°12.20%32.16%
HSB/HSV141°21.74%36.08%
CMYK21.74%0.00%14.13%
63.92%

Color #485C4F in popluar number systems.

HEX485C4F
Decimal729279
Binary100100010111001001111
Octal110134117

Shades and tints

Shades of #485C4F

#485C4F
(72,92,79)
#425448
(66,84,72)
#3C4C41
(60,76,65)
#36443A
(54,68,58)
#303C33
(48,60,51)
#2A342C
(42,52,44)
#242C25
(36,44,37)
#1E241E
(30,36,30)
#181C17
(24,28,23)
#121410
(18,20,16)
#0C0C09
(12,12,9)
#000000
(0,0,0)

Tints of #485C4F

#485C4F
(72,92,79)
#586A5F
(88,106,95)
#68786F
(104,120,111)
#78867F
(120,134,127)
#88948F
(136,148,143)
#98A29F
(152,162,159)
#A8B0AF
(168,176,175)
#B8BEBF
(184,190,191)
#C8CCCF
(200,204,207)
#D8DADF
(216,218,223)
#E8E8EF
(232,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #485C4F; }

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

This text font color is #485C4F.


Background Color

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

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

This div background color is #485C4F.


Border color

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

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

This div border color is #485C4F.


Opacity

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

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

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

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

This text has shadow with #485C4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485C4F on black background.


Color preview on white background

This text has color #485C4F on white background.



Black color preview on #485C4F background

This text has black color on #485C4F background.


White color preview on #485C4F background

This text has white color on #485C4F background.