COLOR #486044

HEX: #486044
RGB: (72,96,68)

Color info

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

RGB color model

#486044 color RGB value is (72,96,68).

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

RGB channels and saturation

R 72 of 255 = 28%
G 96 of 255 = 38%
B 68 of 255 = 27%

72
96
68

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

Portions of RGB colors in percentages

R + G + B =
72 + 96 + 68 = 236 (100%)
R 72 of 236 ~ 30.51%
G 96 of 236 ~ 40.68%
B 68 of 236 ~ 28.81%

%30.51
%40.68
%28.81

CMYK color model

#486044 color CMYK value is (25,0,29,62).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 29.17%
  • key color value is 62.35%
CMYK:
(25,0,29,62)
C25M0Y29K62 
(25%,0%,29%,62%)
(0.25/0.00/0.29/0.62)	

CMYK percentages

%25
%0
%29.17
%62.35

Codes

Color #486044 in popluar color models

486044
RGB729668
HSL111°17.07%32.16%
HSB/HSV111°29.17%37.65%
CMYK25.00%0.00%29.17%
62.35%

Color #486044 in popluar number systems.

HEX486044
Decimal729668
Binary100100011000001000100
Octal110140104

Shades and tints

Shades of #486044

#486044
(72,96,68)
#42583E
(66,88,62)
#3C5038
(60,80,56)
#364832
(54,72,50)
#30402C
(48,64,44)
#2A3826
(42,56,38)
#243020
(36,48,32)
#1E281A
(30,40,26)
#182014
(24,32,20)
#12180E
(18,24,14)
#0C1008
(12,16,8)
#000000
(0,0,0)

Tints of #486044

#486044
(72,96,68)
#586E55
(88,110,85)
#687C66
(104,124,102)
#788A77
(120,138,119)
#889888
(136,152,136)
#98A699
(152,166,153)
#A8B4AA
(168,180,170)
#B8C2BB
(184,194,187)
#C8D0CC
(200,208,204)
#D8DEDD
(216,222,221)
#E8ECEE
(232,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #486044; }

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

This text font color is #486044.


Background Color

.myBgColor { background-color: #486044; }

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

This div background color is #486044.


Border color

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

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

This div border color is #486044.


Opacity

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

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

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

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

This text has shadow with #486044 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486044 on black background.


Color preview on white background

This text has color #486044 on white background.



Black color preview on #486044 background

This text has black color on #486044 background.


White color preview on #486044 background

This text has white color on #486044 background.