COLOR #136020

HEX: #136020
RGB: (19,96,32)

Color info

#136020 contains mainly green color. Web safe color of #136020 is #006633 (or #063).

RGB color model

#136020 color RGB value is (19,96,32).

  • red value is 19;
  • green value is 96;
  • blue value is 32.
RGB:
(19,96,32)
(7%,38%,13%)

RGB channels and saturation

R 19 of 255 = 7%
G 96 of 255 = 38%
B 32 of 255 = 13%

19
96
32

R + G + B ~ 19%. #136020 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 96 + 32 = 147 (100%)
R 19 of 147 ~ 12.93%
G 96 of 147 ~ 65.31%
B 32 of 147 ~ 21.77%

%12.93
%65.31
%21.77

CMYK color model

#136020 color CMYK value is (80,0,67,62).

  • cyan value is 80.21%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 62.35%
CMYK:
(80,0,67,62)
C80M0Y67K62 
(80%,0%,67%,62%)
(0.80/0.00/0.67/0.62)	

CMYK percentages

%80.21
%0
%66.67
%62.35

Codes

Color #136020 in popluar color models

136020
RGB199632
HSL130°66.96%22.55%
HSB/HSV130°80.21%37.65%
CMYK80.21%0.00%66.67%
62.35%

Color #136020 in popluar number systems.

HEX136020
Decimal199632
Binary100111100000100000
Octal2314040

Shades and tints

Shades of #136020

#136020
(19,96,32)
#12581E
(18,88,30)
#11501C
(17,80,28)
#10481A
(16,72,26)
#0F4018
(15,64,24)
#0E3816
(14,56,22)
#0D3014
(13,48,20)
#0C2812
(12,40,18)
#0B2010
(11,32,16)
#0A180E
(10,24,14)
#09100C
(9,16,12)
#000000
(0,0,0)

Tints of #136020

#136020
(19,96,32)
#286E34
(40,110,52)
#3D7C48
(61,124,72)
#528A5C
(82,138,92)
#679870
(103,152,112)
#7CA684
(124,166,132)
#91B498
(145,180,152)
#A6C2AC
(166,194,172)
#BBD0C0
(187,208,192)
#D0DED4
(208,222,212)
#E5ECE8
(229,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #136020 color. Also use rgb(19,96,32) instead hex code.

Text Font Color

.myTextColor { color: #136020; }

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

This text font color is #136020.


Background Color

.myBgColor { background-color: #136020; }

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

This div background color is #136020.


Border color

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

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

This div border color is #136020.


Opacity

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

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

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

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

This text has shadow with #136020 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #136020 on black background.


Color preview on white background

This text has color #136020 on white background.



Black color preview on #136020 background

This text has black color on #136020 background.


White color preview on #136020 background

This text has white color on #136020 background.