COLOR #486E40

HEX: #486E40
RGB: (72,110,64)

Color info

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

RGB color model

#486E40 color RGB value is (72,110,64).

  • red value is 72;
  • green value is 110;
  • blue value is 64.
RGB:
(72,110,64)
(28%,43%,25%)

RGB channels and saturation

R 72 of 255 = 28%
G 110 of 255 = 43%
B 64 of 255 = 25%

72
110
64

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

Portions of RGB colors in percentages

R + G + B =
72 + 110 + 64 = 246 (100%)
R 72 of 246 ~ 29.27%
G 110 of 246 ~ 44.72%
B 64 of 246 ~ 26.02%

%29.27
%44.72
%26.02

CMYK color model

#486E40 color CMYK value is (35,0,42,57).

  • cyan value is 34.55%
  • magenta value is 0.00%
  • yellow value is 41.82%
  • key color value is 56.86%
CMYK:
(35,0,42,57)
C35M0Y42K57 
(35%,0%,42%,57%)
(0.35/0.00/0.42/0.57)	

CMYK percentages

%34.55
%0
%41.82
%56.86

Codes

Color #486E40 in popluar color models

486E40
RGB7211064
HSL110°26.44%34.12%
HSB/HSV110°41.82%43.14%
CMYK34.55%0.00%41.82%
56.86%

Color #486E40 in popluar number systems.

HEX486E40
Decimal7211064
Binary100100011011101000000
Octal110156100

Shades and tints

Shades of #486E40

#486E40
(72,110,64)
#42643B
(66,100,59)
#3C5A36
(60,90,54)
#365031
(54,80,49)
#30462C
(48,70,44)
#2A3C27
(42,60,39)
#243222
(36,50,34)
#1E281D
(30,40,29)
#181E18
(24,30,24)
#121413
(18,20,19)
#0C0A0E
(12,10,14)
#000000
(0,0,0)

Tints of #486E40

#486E40
(72,110,64)
#587B51
(88,123,81)
#688862
(104,136,98)
#789573
(120,149,115)
#88A284
(136,162,132)
#98AF95
(152,175,149)
#A8BCA6
(168,188,166)
#B8C9B7
(184,201,183)
#C8D6C8
(200,214,200)
#D8E3D9
(216,227,217)
#E8F0EA
(232,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486E40 color. Also use rgb(72,110,64) instead hex code.

Text Font Color

.myTextColor { color: #486E40; }

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

This text font color is #486E40.


Background Color

.myBgColor { background-color: #486E40; }

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

This div background color is #486E40.


Border color

.myBorderColor { border: 1px solid #486E40; }

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

This div border color is #486E40.


Opacity

.myOpacity80 { color: #486E40; opacity: 0.8; }

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

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

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

This text has shadow with #486E40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486E40 on black background.


Color preview on white background

This text has color #486E40 on white background.



Black color preview on #486E40 background

This text has black color on #486E40 background.


White color preview on #486E40 background

This text has white color on #486E40 background.