COLOR #486A28

HEX: #486A28
RGB: (72,106,40)

Color info

#486A28 contains mainly red and green colors. Web safe color of #486A28 is #336633 (or #363).

RGB color model

#486A28 color RGB value is (72,106,40).

  • red value is 72;
  • green value is 106;
  • blue value is 40.
RGB:
(72,106,40)
(28%,42%,16%)

RGB channels and saturation

R 72 of 255 = 28%
G 106 of 255 = 42%
B 40 of 255 = 16%

72
106
40

R + G + B ~ 29%. #486A28 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 106 + 40 = 218 (100%)
R 72 of 218 ~ 33.03%
G 106 of 218 ~ 48.62%
B 40 of 218 ~ 18.35%

%33.03
%48.62
%18.35

CMYK color model

#486A28 color CMYK value is (32,0,62,58).

  • cyan value is 32.08%
  • magenta value is 0.00%
  • yellow value is 62.26%
  • key color value is 58.43%
CMYK:
(32,0,62,58)
C32M0Y62K58 
(32%,0%,62%,58%)
(0.32/0.00/0.62/0.58)	

CMYK percentages

%32.08
%0
%62.26
%58.43

Codes

Color #486A28 in popluar color models

486A28
RGB7210640
HSL91°45.21%28.63%
HSB/HSV91°62.26%41.57%
CMYK32.08%0.00%62.26%
58.43%

Color #486A28 in popluar number systems.

HEX486A28
Decimal7210640
Binary10010001101010101000
Octal11015250

Shades and tints

Shades of #486A28

#486A28
(72,106,40)
#426125
(66,97,37)
#3C5822
(60,88,34)
#364F1F
(54,79,31)
#30461C
(48,70,28)
#2A3D19
(42,61,25)
#243416
(36,52,22)
#1E2B13
(30,43,19)
#182210
(24,34,16)
#12190D
(18,25,13)
#0C100A
(12,16,10)
#000000
(0,0,0)

Tints of #486A28

#486A28
(72,106,40)
#58773B
(88,119,59)
#68844E
(104,132,78)
#789161
(120,145,97)
#889E74
(136,158,116)
#98AB87
(152,171,135)
#A8B89A
(168,184,154)
#B8C5AD
(184,197,173)
#C8D2C0
(200,210,192)
#D8DFD3
(216,223,211)
#E8ECE6
(232,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486A28 color. Also use rgb(72,106,40) instead hex code.

Text Font Color

.myTextColor { color: #486A28; }

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

This text font color is #486A28.


Background Color

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

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

This div background color is #486A28.


Border color

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

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

This div border color is #486A28.


Opacity

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

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

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

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

This text has shadow with #486A28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486A28 on black background.


Color preview on white background

This text has color #486A28 on white background.



Black color preview on #486A28 background

This text has black color on #486A28 background.


White color preview on #486A28 background

This text has white color on #486A28 background.