COLOR #486D5B

HEX: #486D5B
RGB: (72,109,91)

Color info

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

RGB color model

#486D5B color RGB value is (72,109,91).

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

RGB channels and saturation

R 72 of 255 = 28%
G 109 of 255 = 43%
B 91 of 255 = 36%

72
109
91

R + G + B ~ 36%. #486D5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 109 + 91 = 272 (100%)
R 72 of 272 ~ 26.47%
G 109 of 272 ~ 40.07%
B 91 of 272 ~ 33.46%

%26.47
%40.07
%33.46

CMYK color model

#486D5B color CMYK value is (34,0,17,57).

  • cyan value is 33.94%
  • magenta value is 0.00%
  • yellow value is 16.51%
  • key color value is 57.25%
CMYK:
(34,0,17,57)
C34M0Y17K57 
(34%,0%,17%,57%)
(0.34/0.00/0.17/0.57)	

CMYK percentages

%33.94
%0
%16.51
%57.25

Codes

Color #486D5B in popluar color models

486D5B
RGB7210991
HSL151°20.44%35.49%
HSB/HSV151°33.94%42.75%
CMYK33.94%0.00%16.51%
57.25%

Color #486D5B in popluar number systems.

HEX486D5B
Decimal7210991
Binary100100011011011011011
Octal110155133

Shades and tints

Shades of #486D5B

#486D5B
(72,109,91)
#426453
(66,100,83)
#3C5B4B
(60,91,75)
#365243
(54,82,67)
#30493B
(48,73,59)
#2A4033
(42,64,51)
#24372B
(36,55,43)
#1E2E23
(30,46,35)
#18251B
(24,37,27)
#121C13
(18,28,19)
#0C130B
(12,19,11)
#000000
(0,0,0)

Tints of #486D5B

#486D5B
(72,109,91)
#587A69
(88,122,105)
#688777
(104,135,119)
#789485
(120,148,133)
#88A193
(136,161,147)
#98AEA1
(152,174,161)
#A8BBAF
(168,187,175)
#B8C8BD
(184,200,189)
#C8D5CB
(200,213,203)
#D8E2D9
(216,226,217)
#E8EFE7
(232,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486D5B color. Also use rgb(72,109,91) instead hex code.

Text Font Color

.myTextColor { color: #486D5B; }

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

This text font color is #486D5B.


Background Color

.myBgColor { background-color: #486D5B; }

<div style="background-color:#486D5B">Inner text</div>

This div background color is #486D5B.


Border color

.myBorderColor { border: 1px solid #486D5B; }

<div style="border:3px solid #486D5B">Div</div>

This div border color is #486D5B.


Opacity

.myOpacity80 { color: #486D5B; opacity: 0.8; }

<p style="color:#486D5B;opacity:0.8;">80%</p>

Text with #486D5B 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 #486D5B;}

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

This text has shadow with #486D5B color.

.textShadow {text-shadow: 3px 3px 1px #486D5B, 3px 3px 1px red;}

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

This text has shadow with #486D5B primary color and red secondary color.


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

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

This text has shadow with #486D5B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486D5B on black background.


Color preview on white background

This text has color #486D5B on white background.



Black color preview on #486D5B background

This text has black color on #486D5B background.


White color preview on #486D5B background

This text has white color on #486D5B background.