COLOR #486256

HEX: #486256
RGB: (72,98,86)

Color info

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

RGB color model

#486256 color RGB value is (72,98,86).

  • red value is 72;
  • green value is 98;
  • blue value is 86.
RGB:
(72,98,86)
(28%,38%,34%)

RGB channels and saturation

R 72 of 255 = 28%
G 98 of 255 = 38%
B 86 of 255 = 34%

72
98
86

R + G + B ~ 33%. #486256 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 98 + 86 = 256 (100%)
R 72 of 256 ~ 28.13%
G 98 of 256 ~ 38.28%
B 86 of 256 ~ 33.59%

%28.13
%38.28
%33.59

CMYK color model

#486256 color CMYK value is (27,0,12,62).

  • cyan value is 26.53%
  • magenta value is 0.00%
  • yellow value is 12.24%
  • key color value is 61.57%
CMYK:
(27,0,12,62)
C27M0Y12K62 
(27%,0%,12%,62%)
(0.27/0.00/0.12/0.62)	

CMYK percentages

%26.53
%0
%12.24
%61.57

Codes

Color #486256 in popluar color models

486256
RGB729886
HSL152°15.29%33.33%
HSB/HSV152°26.53%38.43%
CMYK26.53%0.00%12.24%
61.57%

Color #486256 in popluar number systems.

HEX486256
Decimal729886
Binary100100011000101010110
Octal110142126

Shades and tints

Shades of #486256

#486256
(72,98,86)
#425A4F
(66,90,79)
#3C5248
(60,82,72)
#364A41
(54,74,65)
#30423A
(48,66,58)
#2A3A33
(42,58,51)
#24322C
(36,50,44)
#1E2A25
(30,42,37)
#18221E
(24,34,30)
#121A17
(18,26,23)
#0C1210
(12,18,16)
#000000
(0,0,0)

Tints of #486256

#486256
(72,98,86)
#587065
(88,112,101)
#687E74
(104,126,116)
#788C83
(120,140,131)
#889A92
(136,154,146)
#98A8A1
(152,168,161)
#A8B6B0
(168,182,176)
#B8C4BF
(184,196,191)
#C8D2CE
(200,210,206)
#D8E0DD
(216,224,221)
#E8EEEC
(232,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486256 color. Also use rgb(72,98,86) instead hex code.

Text Font Color

.myTextColor { color: #486256; }

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

This text font color is #486256.


Background Color

.myBgColor { background-color: #486256; }

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

This div background color is #486256.


Border color

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

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

This div border color is #486256.


Opacity

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

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

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

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

This text has shadow with #486256 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486256 on black background.


Color preview on white background

This text has color #486256 on white background.



Black color preview on #486256 background

This text has black color on #486256 background.


White color preview on #486256 background

This text has white color on #486256 background.