COLOR #486159

HEX: #486159
RGB: (72,97,89)

Color info

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

RGB color model

#486159 color RGB value is (72,97,89).

  • red value is 72;
  • green value is 97;
  • blue value is 89.
RGB:
(72,97,89)
(28%,38%,35%)

RGB channels and saturation

R 72 of 255 = 28%
G 97 of 255 = 38%
B 89 of 255 = 35%

72
97
89

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

Portions of RGB colors in percentages

R + G + B =
72 + 97 + 89 = 258 (100%)
R 72 of 258 ~ 27.91%
G 97 of 258 ~ 37.6%
B 89 of 258 ~ 34.5%

%27.91
%37.6
%34.5

CMYK color model

#486159 color CMYK value is (26,0,8,62).

  • cyan value is 25.77%
  • magenta value is 0.00%
  • yellow value is 8.25%
  • key color value is 61.96%
CMYK:
(26,0,8,62)
C26M0Y8K62 
(26%,0%,8%,62%)
(0.26/0.00/0.08/0.62)	

CMYK percentages

%25.77
%0
%8.25
%61.96

Codes

Color #486159 in popluar color models

486159
RGB729789
HSL161°14.79%33.14%
HSB/HSV161°25.77%38.04%
CMYK25.77%0.00%8.25%
61.96%

Color #486159 in popluar number systems.

HEX486159
Decimal729789
Binary100100011000011011001
Octal110141131

Shades and tints

Shades of #486159

#486159
(72,97,89)
#425951
(66,89,81)
#3C5149
(60,81,73)
#364941
(54,73,65)
#304139
(48,65,57)
#2A3931
(42,57,49)
#243129
(36,49,41)
#1E2921
(30,41,33)
#182119
(24,33,25)
#121911
(18,25,17)
#0C1109
(12,17,9)
#000000
(0,0,0)

Tints of #486159

#486159
(72,97,89)
#586F68
(88,111,104)
#687D77
(104,125,119)
#788B86
(120,139,134)
#889995
(136,153,149)
#98A7A4
(152,167,164)
#A8B5B3
(168,181,179)
#B8C3C2
(184,195,194)
#C8D1D1
(200,209,209)
#D8DFE0
(216,223,224)
#E8EDEF
(232,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486159 color. Also use rgb(72,97,89) instead hex code.

Text Font Color

.myTextColor { color: #486159; }

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

This text font color is #486159.


Background Color

.myBgColor { background-color: #486159; }

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

This div background color is #486159.


Border color

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

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

This div border color is #486159.


Opacity

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

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

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

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

This text has shadow with #486159 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486159 on black background.


Color preview on white background

This text has color #486159 on white background.



Black color preview on #486159 background

This text has black color on #486159 background.


White color preview on #486159 background

This text has white color on #486159 background.