COLOR #486842

HEX: #486842
RGB: (72,104,66)

Color info

#486842 contains red, green and blue colors in about the same proportion. Web safe color of #486842 is #336633 (or #363).

RGB color model

#486842 color RGB value is (72,104,66).

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

RGB channels and saturation

R 72 of 255 = 28%
G 104 of 255 = 41%
B 66 of 255 = 26%

72
104
66

R + G + B ~ 32%. #486842 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 104 + 66 = 242 (100%)
R 72 of 242 ~ 29.75%
G 104 of 242 ~ 42.98%
B 66 of 242 ~ 27.27%

%29.75
%42.98
%27.27

CMYK color model

#486842 color CMYK value is (31,0,37,59).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 36.54%
  • key color value is 59.22%
CMYK:
(31,0,37,59)
C31M0Y37K59 
(31%,0%,37%,59%)
(0.31/0.00/0.37/0.59)	

CMYK percentages

%30.77
%0
%36.54
%59.22

Codes

Color #486842 in popluar color models

486842
RGB7210466
HSL111°22.35%33.33%
HSB/HSV111°36.54%40.78%
CMYK30.77%0.00%36.54%
59.22%

Color #486842 in popluar number systems.

HEX486842
Decimal7210466
Binary100100011010001000010
Octal110150102

Shades and tints

Shades of #486842

#486842
(72,104,66)
#425F3C
(66,95,60)
#3C5636
(60,86,54)
#364D30
(54,77,48)
#30442A
(48,68,42)
#2A3B24
(42,59,36)
#24321E
(36,50,30)
#1E2918
(30,41,24)
#182012
(24,32,18)
#12170C
(18,23,12)
#0C0E06
(12,14,6)
#000000
(0,0,0)

Tints of #486842

#486842
(72,104,66)
#587553
(88,117,83)
#688264
(104,130,100)
#788F75
(120,143,117)
#889C86
(136,156,134)
#98A997
(152,169,151)
#A8B6A8
(168,182,168)
#B8C3B9
(184,195,185)
#C8D0CA
(200,208,202)
#D8DDDB
(216,221,219)
#E8EAEC
(232,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #486842; }

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

This text font color is #486842.


Background Color

.myBgColor { background-color: #486842; }

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

This div background color is #486842.


Border color

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

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

This div border color is #486842.


Opacity

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

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

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

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

This text has shadow with #486842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486842 on black background.


Color preview on white background

This text has color #486842 on white background.



Black color preview on #486842 background

This text has black color on #486842 background.


White color preview on #486842 background

This text has white color on #486842 background.