COLOR #486A12

HEX: #486A12
RGB: (72,106,18)

Color info

#486A12 contains mainly red and green colors. Web safe color of #486A12 is #336600 (or #360).

RGB color model

#486A12 color RGB value is (72,106,18).

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

RGB channels and saturation

R 72 of 255 = 28%
G 106 of 255 = 42%
B 18 of 255 = 7%

72
106
18

R + G + B ~ 26%. #486A12 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 106 + 18 = 196 (100%)
R 72 of 196 ~ 36.73%
G 106 of 196 ~ 54.08%
B 18 of 196 ~ 9.18%

%36.73
%54.08

CMYK color model

#486A12 color CMYK value is (32,0,83,58).

  • cyan value is 32.08%
  • magenta value is 0.00%
  • yellow value is 83.02%
  • key color value is 58.43%
CMYK:
(32,0,83,58)
C32M0Y83K58 
(32%,0%,83%,58%)
(0.32/0.00/0.83/0.58)	

CMYK percentages

%32.08
%0
%83.02
%58.43

Codes

Color #486A12 in popluar color models

486A12
RGB7210618
HSL83°70.97%24.31%
HSB/HSV83°83.02%41.57%
CMYK32.08%0.00%83.02%
58.43%

Color #486A12 in popluar number systems.

HEX486A12
Decimal7210618
Binary1001000110101010010
Octal11015222

Shades and tints

Shades of #486A12

#486A12
(72,106,18)
#426111
(66,97,17)
#3C5810
(60,88,16)
#364F0F
(54,79,15)
#30460E
(48,70,14)
#2A3D0D
(42,61,13)
#24340C
(36,52,12)
#1E2B0B
(30,43,11)
#18220A
(24,34,10)
#121909
(18,25,9)
#0C1008
(12,16,8)
#000000
(0,0,0)

Tints of #486A12

#486A12
(72,106,18)
#587727
(88,119,39)
#68843C
(104,132,60)
#789151
(120,145,81)
#889E66
(136,158,102)
#98AB7B
(152,171,123)
#A8B890
(168,184,144)
#B8C5A5
(184,197,165)
#C8D2BA
(200,210,186)
#D8DFCF
(216,223,207)
#E8ECE4
(232,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #486A12; }

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

This text font color is #486A12.


Background Color

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

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

This div background color is #486A12.


Border color

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

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

This div border color is #486A12.


Opacity

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

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

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

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

This text has shadow with #486A12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486A12 on black background.


Color preview on white background

This text has color #486A12 on white background.



Black color preview on #486A12 background

This text has black color on #486A12 background.


White color preview on #486A12 background

This text has white color on #486A12 background.