COLOR #486713

HEX: #486713
RGB: (72,103,19)

Color info

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

RGB color model

#486713 color RGB value is (72,103,19).

  • red value is 72;
  • green value is 103;
  • blue value is 19.
RGB:
(72,103,19)
(28%,40%,7%)

RGB channels and saturation

R 72 of 255 = 28%
G 103 of 255 = 40%
B 19 of 255 = 7%

72
103
19

R + G + B ~ 25%. #486713 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 103 + 19 = 194 (100%)
R 72 of 194 ~ 37.11%
G 103 of 194 ~ 53.09%
B 19 of 194 ~ 9.79%

%37.11
%53.09
%9.79

CMYK color model

#486713 color CMYK value is (30,0,82,60).

  • cyan value is 30.10%
  • magenta value is 0.00%
  • yellow value is 81.55%
  • key color value is 59.61%
CMYK:
(30,0,82,60)
C30M0Y82K60 
(30%,0%,82%,60%)
(0.30/0.00/0.82/0.60)	

CMYK percentages

%30.1
%0
%81.55
%59.61

Codes

Color #486713 in popluar color models

486713
RGB7210319
HSL82°68.85%23.92%
HSB/HSV82°81.55%40.39%
CMYK30.10%0.00%81.55%
59.61%

Color #486713 in popluar number systems.

HEX486713
Decimal7210319
Binary1001000110011110011
Octal11014723

Shades and tints

Shades of #486713

#486713
(72,103,19)
#425E12
(66,94,18)
#3C5511
(60,85,17)
#364C10
(54,76,16)
#30430F
(48,67,15)
#2A3A0E
(42,58,14)
#24310D
(36,49,13)
#1E280C
(30,40,12)
#181F0B
(24,31,11)
#12160A
(18,22,10)
#0C0D09
(12,13,9)
#000000
(0,0,0)

Tints of #486713

#486713
(72,103,19)
#587428
(88,116,40)
#68813D
(104,129,61)
#788E52
(120,142,82)
#889B67
(136,155,103)
#98A87C
(152,168,124)
#A8B591
(168,181,145)
#B8C2A6
(184,194,166)
#C8CFBB
(200,207,187)
#D8DCD0
(216,220,208)
#E8E9E5
(232,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486713 color. Also use rgb(72,103,19) instead hex code.

Text Font Color

.myTextColor { color: #486713; }

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

This text font color is #486713.


Background Color

.myBgColor { background-color: #486713; }

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

This div background color is #486713.


Border color

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

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

This div border color is #486713.


Opacity

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

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

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

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

This text has shadow with #486713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486713 on black background.


Color preview on white background

This text has color #486713 on white background.



Black color preview on #486713 background

This text has black color on #486713 background.


White color preview on #486713 background

This text has white color on #486713 background.