COLOR #135222

HEX: #135222
RGB: (19,82,34)

Color info

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

RGB color model

#135222 color RGB value is (19,82,34).

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

RGB channels and saturation

R 19 of 255 = 7%
G 82 of 255 = 32%
B 34 of 255 = 13%

19
82
34

R + G + B ~ 17%. #135222 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 82 + 34 = 135 (100%)
R 19 of 135 ~ 14.07%
G 82 of 135 ~ 60.74%
B 34 of 135 ~ 25.19%

%14.07
%60.74
%25.19

CMYK color model

#135222 color CMYK value is (77,0,59,68).

  • cyan value is 76.83%
  • magenta value is 0.00%
  • yellow value is 58.54%
  • key color value is 67.84%
CMYK:
(77,0,59,68)
C77M0Y59K68 
(77%,0%,59%,68%)
(0.77/0.00/0.59/0.68)	

CMYK percentages

%76.83
%0
%58.54
%67.84

Codes

Color #135222 in popluar color models

135222
RGB198234
HSL134°62.38%19.80%
HSB/HSV134°76.83%32.16%
CMYK76.83%0.00%58.54%
67.84%

Color #135222 in popluar number systems.

HEX135222
Decimal198234
Binary100111010010100010
Octal2312242

Shades and tints

Shades of #135222

#135222
(19,82,34)
#124B1F
(18,75,31)
#11441C
(17,68,28)
#103D19
(16,61,25)
#0F3616
(15,54,22)
#0E2F13
(14,47,19)
#0D2810
(13,40,16)
#0C210D
(12,33,13)
#0B1A0A
(11,26,10)
#0A1307
(10,19,7)
#090C04
(9,12,4)
#000000
(0,0,0)

Tints of #135222

#135222
(19,82,34)
#286136
(40,97,54)
#3D704A
(61,112,74)
#527F5E
(82,127,94)
#678E72
(103,142,114)
#7C9D86
(124,157,134)
#91AC9A
(145,172,154)
#A6BBAE
(166,187,174)
#BBCAC2
(187,202,194)
#D0D9D6
(208,217,214)
#E5E8EA
(229,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #135222 color. Also use rgb(19,82,34) instead hex code.

Text Font Color

.myTextColor { color: #135222; }

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

This text font color is #135222.


Background Color

.myBgColor { background-color: #135222; }

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

This div background color is #135222.


Border color

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

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

This div border color is #135222.


Opacity

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

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

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

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

This text has shadow with #135222 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #135222 on black background.


Color preview on white background

This text has color #135222 on white background.



Black color preview on #135222 background

This text has black color on #135222 background.


White color preview on #135222 background

This text has white color on #135222 background.