COLOR #486642

HEX: #486642
RGB: (72,102,66)

Color info

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

RGB color model

#486642 color RGB value is (72,102,66).

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

RGB channels and saturation

R 72 of 255 = 28%
G 102 of 255 = 40%
B 66 of 255 = 26%

72
102
66

R + G + B ~ 31%. #486642 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 102 + 66 = 240 (100%)
R 72 of 240 ~ 30%
G 102 of 240 ~ 42.5%
B 66 of 240 ~ 27.5%

%30
%42.5
%27.5

CMYK color model

#486642 color CMYK value is (29,0,35,60).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 60.00%
CMYK:
(29,0,35,60)
C29M0Y35K60 
(29%,0%,35%,60%)
(0.29/0.00/0.35/0.60)	

CMYK percentages

%29.41
%0
%35.29
%60

Codes

Color #486642 in popluar color models

486642
RGB7210266
HSL110°21.43%32.94%
HSB/HSV110°35.29%40.00%
CMYK29.41%0.00%35.29%
60.00%

Color #486642 in popluar number systems.

HEX486642
Decimal7210266
Binary100100011001101000010
Octal110146102

Shades and tints

Shades of #486642

#486642
(72,102,66)
#425D3C
(66,93,60)
#3C5436
(60,84,54)
#364B30
(54,75,48)
#30422A
(48,66,42)
#2A3924
(42,57,36)
#24301E
(36,48,30)
#1E2718
(30,39,24)
#181E12
(24,30,18)
#12150C
(18,21,12)
#0C0C06
(12,12,6)
#000000
(0,0,0)

Tints of #486642

#486642
(72,102,66)
#587353
(88,115,83)
#688064
(104,128,100)
#788D75
(120,141,117)
#889A86
(136,154,134)
#98A797
(152,167,151)
#A8B4A8
(168,180,168)
#B8C1B9
(184,193,185)
#C8CECA
(200,206,202)
#D8DBDB
(216,219,219)
#E8E8EC
(232,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #486642; }

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

This text font color is #486642.


Background Color

.myBgColor { background-color: #486642; }

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

This div background color is #486642.


Border color

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

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

This div border color is #486642.


Opacity

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

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

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

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

This text has shadow with #486642 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486642 on black background.


Color preview on white background

This text has color #486642 on white background.



Black color preview on #486642 background

This text has black color on #486642 background.


White color preview on #486642 background

This text has white color on #486642 background.