COLOR #486449

HEX: #486449
RGB: (72,100,73)

Color info

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

RGB color model

#486449 color RGB value is (72,100,73).

  • red value is 72;
  • green value is 100;
  • blue value is 73.
RGB:
(72,100,73)
(28%,39%,29%)

RGB channels and saturation

R 72 of 255 = 28%
G 100 of 255 = 39%
B 73 of 255 = 29%

72
100
73

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

Portions of RGB colors in percentages

R + G + B =
72 + 100 + 73 = 245 (100%)
R 72 of 245 ~ 29.39%
G 100 of 245 ~ 40.82%
B 73 of 245 ~ 29.8%

%29.39
%40.82
%29.8

CMYK color model

#486449 color CMYK value is (28,0,27,61).

  • cyan value is 28.00%
  • magenta value is 0.00%
  • yellow value is 27.00%
  • key color value is 60.78%
CMYK:
(28,0,27,61)
C28M0Y27K61 
(28%,0%,27%,61%)
(0.28/0.00/0.27/0.61)	

CMYK percentages

%28
%0
%27
%60.78

Codes

Color #486449 in popluar color models

486449
RGB7210073
HSL122°16.28%33.73%
HSB/HSV122°28.00%39.22%
CMYK28.00%0.00%27.00%
60.78%

Color #486449 in popluar number systems.

HEX486449
Decimal7210073
Binary100100011001001001001
Octal110144111

Shades and tints

Shades of #486449

#486449
(72,100,73)
#425B43
(66,91,67)
#3C523D
(60,82,61)
#364937
(54,73,55)
#304031
(48,64,49)
#2A372B
(42,55,43)
#242E25
(36,46,37)
#1E251F
(30,37,31)
#181C19
(24,28,25)
#121313
(18,19,19)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #486449

#486449
(72,100,73)
#587259
(88,114,89)
#688069
(104,128,105)
#788E79
(120,142,121)
#889C89
(136,156,137)
#98AA99
(152,170,153)
#A8B8A9
(168,184,169)
#B8C6B9
(184,198,185)
#C8D4C9
(200,212,201)
#D8E2D9
(216,226,217)
#E8F0E9
(232,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486449 color. Also use rgb(72,100,73) instead hex code.

Text Font Color

.myTextColor { color: #486449; }

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

This text font color is #486449.


Background Color

.myBgColor { background-color: #486449; }

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

This div background color is #486449.


Border color

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

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

This div border color is #486449.


Opacity

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

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

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

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

This text has shadow with #486449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486449 on black background.


Color preview on white background

This text has color #486449 on white background.



Black color preview on #486449 background

This text has black color on #486449 background.


White color preview on #486449 background

This text has white color on #486449 background.