COLOR #486010

HEX: #486010
RGB: (72,96,16)

Color info

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

RGB color model

#486010 color RGB value is (72,96,16).

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

RGB channels and saturation

R 72 of 255 = 28%
G 96 of 255 = 38%
B 16 of 255 = 6%

72
96
16

R + G + B ~ 24%. #486010 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 96 + 16 = 184 (100%)
R 72 of 184 ~ 39.13%
G 96 of 184 ~ 52.17%
B 16 of 184 ~ 8.7%

%39.13
%52.17

CMYK color model

#486010 color CMYK value is (25,0,83,62).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 83.33%
  • key color value is 62.35%
CMYK:
(25,0,83,62)
C25M0Y83K62 
(25%,0%,83%,62%)
(0.25/0.00/0.83/0.62)	

CMYK percentages

%25
%0
%83.33
%62.35

Codes

Color #486010 in popluar color models

486010
RGB729616
HSL78°71.43%21.96%
HSB/HSV78°83.33%37.65%
CMYK25.00%0.00%83.33%
62.35%

Color #486010 in popluar number systems.

HEX486010
Decimal729616
Binary1001000110000010000
Octal11014020

Shades and tints

Shades of #486010

#486010
(72,96,16)
#42580F
(66,88,15)
#3C500E
(60,80,14)
#36480D
(54,72,13)
#30400C
(48,64,12)
#2A380B
(42,56,11)
#24300A
(36,48,10)
#1E2809
(30,40,9)
#182008
(24,32,8)
#121807
(18,24,7)
#0C1006
(12,16,6)
#000000
(0,0,0)

Tints of #486010

#486010
(72,96,16)
#586E25
(88,110,37)
#687C3A
(104,124,58)
#788A4F
(120,138,79)
#889864
(136,152,100)
#98A679
(152,166,121)
#A8B48E
(168,180,142)
#B8C2A3
(184,194,163)
#C8D0B8
(200,208,184)
#D8DECD
(216,222,205)
#E8ECE2
(232,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #486010; }

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

This text font color is #486010.


Background Color

.myBgColor { background-color: #486010; }

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

This div background color is #486010.


Border color

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

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

This div border color is #486010.


Opacity

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

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

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

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

This text has shadow with #486010 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486010 on black background.


Color preview on white background

This text has color #486010 on white background.



Black color preview on #486010 background

This text has black color on #486010 background.


White color preview on #486010 background

This text has white color on #486010 background.