COLOR #486857

HEX: #486857
RGB: (72,104,87)

Color info

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

RGB color model

#486857 color RGB value is (72,104,87).

  • red value is 72;
  • green value is 104;
  • blue value is 87.
RGB:
(72,104,87)
(28%,41%,34%)

RGB channels and saturation

R 72 of 255 = 28%
G 104 of 255 = 41%
B 87 of 255 = 34%

72
104
87

R + G + B ~ 34%. #486857 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 104 + 87 = 263 (100%)
R 72 of 263 ~ 27.38%
G 104 of 263 ~ 39.54%
B 87 of 263 ~ 33.08%

%27.38
%39.54
%33.08

CMYK color model

#486857 color CMYK value is (31,0,16,59).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 16.35%
  • key color value is 59.22%
CMYK:
(31,0,16,59)
C31M0Y16K59 
(31%,0%,16%,59%)
(0.31/0.00/0.16/0.59)	

CMYK percentages

%30.77
%0
%16.35
%59.22

Codes

Color #486857 in popluar color models

486857
RGB7210487
HSL148°18.18%34.51%
HSB/HSV148°30.77%40.78%
CMYK30.77%0.00%16.35%
59.22%

Color #486857 in popluar number systems.

HEX486857
Decimal7210487
Binary100100011010001010111
Octal110150127

Shades and tints

Shades of #486857

#486857
(72,104,87)
#425F50
(66,95,80)
#3C5649
(60,86,73)
#364D42
(54,77,66)
#30443B
(48,68,59)
#2A3B34
(42,59,52)
#24322D
(36,50,45)
#1E2926
(30,41,38)
#18201F
(24,32,31)
#121718
(18,23,24)
#0C0E11
(12,14,17)
#000000
(0,0,0)

Tints of #486857

#486857
(72,104,87)
#587566
(88,117,102)
#688275
(104,130,117)
#788F84
(120,143,132)
#889C93
(136,156,147)
#98A9A2
(152,169,162)
#A8B6B1
(168,182,177)
#B8C3C0
(184,195,192)
#C8D0CF
(200,208,207)
#D8DDDE
(216,221,222)
#E8EAED
(232,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486857 color. Also use rgb(72,104,87) instead hex code.

Text Font Color

.myTextColor { color: #486857; }

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

This text font color is #486857.


Background Color

.myBgColor { background-color: #486857; }

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

This div background color is #486857.


Border color

.myBorderColor { border: 1px solid #486857; }

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

This div border color is #486857.


Opacity

.myOpacity80 { color: #486857; opacity: 0.8; }

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

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

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

This text has shadow with #486857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486857 on black background.


Color preview on white background

This text has color #486857 on white background.



Black color preview on #486857 background

This text has black color on #486857 background.


White color preview on #486857 background

This text has white color on #486857 background.