COLOR #135936

HEX: #135936
RGB: (19,89,54)

Color info

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

RGB color model

#135936 color RGB value is (19,89,54).

  • red value is 19;
  • green value is 89;
  • blue value is 54.
RGB:
(19,89,54)
(7%,35%,21%)

RGB channels and saturation

R 19 of 255 = 7%
G 89 of 255 = 35%
B 54 of 255 = 21%

19
89
54

R + G + B ~ 21%. #135936 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 89 + 54 = 162 (100%)
R 19 of 162 ~ 11.73%
G 89 of 162 ~ 54.94%
B 54 of 162 ~ 33.33%

%11.73
%54.94
%33.33

CMYK color model

#135936 color CMYK value is (79,0,39,65).

  • cyan value is 78.65%
  • magenta value is 0.00%
  • yellow value is 39.33%
  • key color value is 65.10%
CMYK:
(79,0,39,65)
C79M0Y39K65 
(79%,0%,39%,65%)
(0.79/0.00/0.39/0.65)	

CMYK percentages

%78.65
%0
%39.33
%65.1

Codes

Color #135936 in popluar color models

135936
RGB198954
HSL150°64.81%21.18%
HSB/HSV150°78.65%34.90%
CMYK78.65%0.00%39.33%
65.10%

Color #135936 in popluar number systems.

HEX135936
Decimal198954
Binary100111011001110110
Octal2313166

Shades and tints

Shades of #135936

#135936
(19,89,54)
#125132
(18,81,50)
#11492E
(17,73,46)
#10412A
(16,65,42)
#0F3926
(15,57,38)
#0E3122
(14,49,34)
#0D291E
(13,41,30)
#0C211A
(12,33,26)
#0B1916
(11,25,22)
#0A1112
(10,17,18)
#09090E
(9,9,14)
#000000
(0,0,0)

Tints of #135936

#135936
(19,89,54)
#286848
(40,104,72)
#3D775A
(61,119,90)
#52866C
(82,134,108)
#67957E
(103,149,126)
#7CA490
(124,164,144)
#91B3A2
(145,179,162)
#A6C2B4
(166,194,180)
#BBD1C6
(187,209,198)
#D0E0D8
(208,224,216)
#E5EFEA
(229,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #135936 color. Also use rgb(19,89,54) instead hex code.

Text Font Color

.myTextColor { color: #135936; }

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

This text font color is #135936.


Background Color

.myBgColor { background-color: #135936; }

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

This div background color is #135936.


Border color

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

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

This div border color is #135936.


Opacity

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

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

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

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

This text has shadow with #135936 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #135936 on black background.


Color preview on white background

This text has color #135936 on white background.



Black color preview on #135936 background

This text has black color on #135936 background.


White color preview on #135936 background

This text has white color on #135936 background.