COLOR #485E4F

HEX: #485E4F
RGB: (72,94,79)

Color info

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

RGB color model

#485E4F color RGB value is (72,94,79).

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

RGB channels and saturation

R 72 of 255 = 28%
G 94 of 255 = 37%
B 79 of 255 = 31%

72
94
79

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

Portions of RGB colors in percentages

R + G + B =
72 + 94 + 79 = 245 (100%)
R 72 of 245 ~ 29.39%
G 94 of 245 ~ 38.37%
B 79 of 245 ~ 32.24%

%29.39
%38.37
%32.24

CMYK color model

#485E4F color CMYK value is (23,0,16,63).

  • cyan value is 23.40%
  • magenta value is 0.00%
  • yellow value is 15.96%
  • key color value is 63.14%
CMYK:
(23,0,16,63)
C23M0Y16K63 
(23%,0%,16%,63%)
(0.23/0.00/0.16/0.63)	

CMYK percentages

%23.4
%0
%15.96
%63.14

Codes

Color #485E4F in popluar color models

485E4F
RGB729479
HSL139°13.25%32.55%
HSB/HSV139°23.40%36.86%
CMYK23.40%0.00%15.96%
63.14%

Color #485E4F in popluar number systems.

HEX485E4F
Decimal729479
Binary100100010111101001111
Octal110136117

Shades and tints

Shades of #485E4F

#485E4F
(72,94,79)
#425648
(66,86,72)
#3C4E41
(60,78,65)
#36463A
(54,70,58)
#303E33
(48,62,51)
#2A362C
(42,54,44)
#242E25
(36,46,37)
#1E261E
(30,38,30)
#181E17
(24,30,23)
#121610
(18,22,16)
#0C0E09
(12,14,9)
#000000
(0,0,0)

Tints of #485E4F

#485E4F
(72,94,79)
#586C5F
(88,108,95)
#687A6F
(104,122,111)
#78887F
(120,136,127)
#88968F
(136,150,143)
#98A49F
(152,164,159)
#A8B2AF
(168,178,175)
#B8C0BF
(184,192,191)
#C8CECF
(200,206,207)
#D8DCDF
(216,220,223)
#E8EAEF
(232,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #485E4F; }

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

This text font color is #485E4F.


Background Color

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

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

This div background color is #485E4F.


Border color

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

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

This div border color is #485E4F.


Opacity

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

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

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

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

This text has shadow with #485E4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485E4F on black background.


Color preview on white background

This text has color #485E4F on white background.



Black color preview on #485E4F background

This text has black color on #485E4F background.


White color preview on #485E4F background

This text has white color on #485E4F background.