COLOR #486040

HEX: #486040
RGB: (72,96,64)

Color info

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

RGB color model

#486040 color RGB value is (72,96,64).

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

RGB channels and saturation

R 72 of 255 = 28%
G 96 of 255 = 38%
B 64 of 255 = 25%

72
96
64

R + G + B ~ 30%. #486040 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 96 + 64 = 232 (100%)
R 72 of 232 ~ 31.03%
G 96 of 232 ~ 41.38%
B 64 of 232 ~ 27.59%

%31.03
%41.38
%27.59

CMYK color model

#486040 color CMYK value is (25,0,33,62).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 62.35%
CMYK:
(25,0,33,62)
C25M0Y33K62 
(25%,0%,33%,62%)
(0.25/0.00/0.33/0.62)	

CMYK percentages

%25
%0
%33.33
%62.35

Codes

Color #486040 in popluar color models

486040
RGB729664
HSL105°20.00%31.37%
HSB/HSV105°33.33%37.65%
CMYK25.00%0.00%33.33%
62.35%

Color #486040 in popluar number systems.

HEX486040
Decimal729664
Binary100100011000001000000
Octal110140100

Shades and tints

Shades of #486040

#486040
(72,96,64)
#42583B
(66,88,59)
#3C5036
(60,80,54)
#364831
(54,72,49)
#30402C
(48,64,44)
#2A3827
(42,56,39)
#243022
(36,48,34)
#1E281D
(30,40,29)
#182018
(24,32,24)
#121813
(18,24,19)
#0C100E
(12,16,14)
#000000
(0,0,0)

Tints of #486040

#486040
(72,96,64)
#586E51
(88,110,81)
#687C62
(104,124,98)
#788A73
(120,138,115)
#889884
(136,152,132)
#98A695
(152,166,149)
#A8B4A6
(168,180,166)
#B8C2B7
(184,194,183)
#C8D0C8
(200,208,200)
#D8DED9
(216,222,217)
#E8ECEA
(232,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #486040; }

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

This text font color is #486040.


Background Color

.myBgColor { background-color: #486040; }

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

This div background color is #486040.


Border color

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

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

This div border color is #486040.


Opacity

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

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

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

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

This text has shadow with #486040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486040 on black background.


Color preview on white background

This text has color #486040 on white background.



Black color preview on #486040 background

This text has black color on #486040 background.


White color preview on #486040 background

This text has white color on #486040 background.