COLOR #136028

HEX: #136028
RGB: (19,96,40)

Color info

#136028 contains mainly green and blue colors. Web safe color of #136028 is #006633 (or #063).

RGB color model

#136028 color RGB value is (19,96,40).

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

RGB channels and saturation

R 19 of 255 = 7%
G 96 of 255 = 38%
B 40 of 255 = 16%

19
96
40

R + G + B ~ 20%. #136028 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 96 + 40 = 155 (100%)
R 19 of 155 ~ 12.26%
G 96 of 155 ~ 61.94%
B 40 of 155 ~ 25.81%

%12.26
%61.94
%25.81

CMYK color model

#136028 color CMYK value is (80,0,58,62).

  • cyan value is 80.21%
  • magenta value is 0.00%
  • yellow value is 58.33%
  • key color value is 62.35%
CMYK:
(80,0,58,62)
C80M0Y58K62 
(80%,0%,58%,62%)
(0.80/0.00/0.58/0.62)	

CMYK percentages

%80.21
%0
%58.33
%62.35

Codes

Color #136028 in popluar color models

136028
RGB199640
HSL136°66.96%22.55%
HSB/HSV136°80.21%37.65%
CMYK80.21%0.00%58.33%
62.35%

Color #136028 in popluar number systems.

HEX136028
Decimal199640
Binary100111100000101000
Octal2314050

Shades and tints

Shades of #136028

#136028
(19,96,40)
#125825
(18,88,37)
#115022
(17,80,34)
#10481F
(16,72,31)
#0F401C
(15,64,28)
#0E3819
(14,56,25)
#0D3016
(13,48,22)
#0C2813
(12,40,19)
#0B2010
(11,32,16)
#0A180D
(10,24,13)
#09100A
(9,16,10)
#000000
(0,0,0)

Tints of #136028

#136028
(19,96,40)
#286E3B
(40,110,59)
#3D7C4E
(61,124,78)
#528A61
(82,138,97)
#679874
(103,152,116)
#7CA687
(124,166,135)
#91B49A
(145,180,154)
#A6C2AD
(166,194,173)
#BBD0C0
(187,208,192)
#D0DED3
(208,222,211)
#E5ECE6
(229,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #136028; }

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

This text font color is #136028.


Background Color

.myBgColor { background-color: #136028; }

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

This div background color is #136028.


Border color

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

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

This div border color is #136028.


Opacity

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

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

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

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

This text has shadow with #136028 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #136028 on black background.


Color preview on white background

This text has color #136028 on white background.



Black color preview on #136028 background

This text has black color on #136028 background.


White color preview on #136028 background

This text has white color on #136028 background.