COLOR #486457

HEX: #486457
RGB: (72,100,87)

Color info

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

RGB color model

#486457 color RGB value is (72,100,87).

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

RGB channels and saturation

R 72 of 255 = 28%
G 100 of 255 = 39%
B 87 of 255 = 34%

72
100
87

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

Portions of RGB colors in percentages

R + G + B =
72 + 100 + 87 = 259 (100%)
R 72 of 259 ~ 27.8%
G 100 of 259 ~ 38.61%
B 87 of 259 ~ 33.59%

%27.8
%38.61
%33.59

CMYK color model

#486457 color CMYK value is (28,0,13,61).

  • cyan value is 28.00%
  • magenta value is 0.00%
  • yellow value is 13.00%
  • key color value is 60.78%
CMYK:
(28,0,13,61)
C28M0Y13K61 
(28%,0%,13%,61%)
(0.28/0.00/0.13/0.61)	

CMYK percentages

%28
%0
%13
%60.78

Codes

Color #486457 in popluar color models

486457
RGB7210087
HSL152°16.28%33.73%
HSB/HSV152°28.00%39.22%
CMYK28.00%0.00%13.00%
60.78%

Color #486457 in popluar number systems.

HEX486457
Decimal7210087
Binary100100011001001010111
Octal110144127

Shades and tints

Shades of #486457

#486457
(72,100,87)
#425B50
(66,91,80)
#3C5249
(60,82,73)
#364942
(54,73,66)
#30403B
(48,64,59)
#2A3734
(42,55,52)
#242E2D
(36,46,45)
#1E2526
(30,37,38)
#181C1F
(24,28,31)
#121318
(18,19,24)
#0C0A11
(12,10,17)
#000000
(0,0,0)

Tints of #486457

#486457
(72,100,87)
#587266
(88,114,102)
#688075
(104,128,117)
#788E84
(120,142,132)
#889C93
(136,156,147)
#98AAA2
(152,170,162)
#A8B8B1
(168,184,177)
#B8C6C0
(184,198,192)
#C8D4CF
(200,212,207)
#D8E2DE
(216,226,222)
#E8F0ED
(232,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #486457; }

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

This text font color is #486457.


Background Color

.myBgColor { background-color: #486457; }

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

This div background color is #486457.


Border color

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

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

This div border color is #486457.


Opacity

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

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

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

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

This text has shadow with #486457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486457 on black background.


Color preview on white background

This text has color #486457 on white background.



Black color preview on #486457 background

This text has black color on #486457 background.


White color preview on #486457 background

This text has white color on #486457 background.