COLOR #486846

HEX: #486846
RGB: (72,104,70)

Color info

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

RGB color model

#486846 color RGB value is (72,104,70).

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

RGB channels and saturation

R 72 of 255 = 28%
G 104 of 255 = 41%
B 70 of 255 = 27%

72
104
70

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

Portions of RGB colors in percentages

R + G + B =
72 + 104 + 70 = 246 (100%)
R 72 of 246 ~ 29.27%
G 104 of 246 ~ 42.28%
B 70 of 246 ~ 28.46%

%29.27
%42.28
%28.46

CMYK color model

#486846 color CMYK value is (31,0,33,59).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 32.69%
  • key color value is 59.22%
CMYK:
(31,0,33,59)
C31M0Y33K59 
(31%,0%,33%,59%)
(0.31/0.00/0.33/0.59)	

CMYK percentages

%30.77
%0
%32.69
%59.22

Codes

Color #486846 in popluar color models

486846
RGB7210470
HSL116°19.54%34.12%
HSB/HSV116°32.69%40.78%
CMYK30.77%0.00%32.69%
59.22%

Color #486846 in popluar number systems.

HEX486846
Decimal7210470
Binary100100011010001000110
Octal110150106

Shades and tints

Shades of #486846

#486846
(72,104,70)
#425F40
(66,95,64)
#3C563A
(60,86,58)
#364D34
(54,77,52)
#30442E
(48,68,46)
#2A3B28
(42,59,40)
#243222
(36,50,34)
#1E291C
(30,41,28)
#182016
(24,32,22)
#121710
(18,23,16)
#0C0E0A
(12,14,10)
#000000
(0,0,0)

Tints of #486846

#486846
(72,104,70)
#587556
(88,117,86)
#688266
(104,130,102)
#788F76
(120,143,118)
#889C86
(136,156,134)
#98A996
(152,169,150)
#A8B6A6
(168,182,166)
#B8C3B6
(184,195,182)
#C8D0C6
(200,208,198)
#D8DDD6
(216,221,214)
#E8EAE6
(232,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #486846; }

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

This text font color is #486846.


Background Color

.myBgColor { background-color: #486846; }

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

This div background color is #486846.


Border color

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

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

This div border color is #486846.


Opacity

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

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

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

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

This text has shadow with #486846 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486846 on black background.


Color preview on white background

This text has color #486846 on white background.



Black color preview on #486846 background

This text has black color on #486846 background.


White color preview on #486846 background

This text has white color on #486846 background.