COLOR #135137

HEX: #135137
RGB: (19,81,55)

Color info

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

RGB color model

#135137 color RGB value is (19,81,55).

  • red value is 19;
  • green value is 81;
  • blue value is 55.
RGB:
(19,81,55)
(7%,32%,22%)

RGB channels and saturation

R 19 of 255 = 7%
G 81 of 255 = 32%
B 55 of 255 = 22%

19
81
55

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

Portions of RGB colors in percentages

R + G + B =
19 + 81 + 55 = 155 (100%)
R 19 of 155 ~ 12.26%
G 81 of 155 ~ 52.26%
B 55 of 155 ~ 35.48%

%12.26
%52.26
%35.48

CMYK color model

#135137 color CMYK value is (77,0,32,68).

  • cyan value is 76.54%
  • magenta value is 0.00%
  • yellow value is 32.10%
  • key color value is 68.24%
CMYK:
(77,0,32,68)
C77M0Y32K68 
(77%,0%,32%,68%)
(0.77/0.00/0.32/0.68)	

CMYK percentages

%76.54
%0
%32.1
%68.24

Codes

Color #135137 in popluar color models

135137
RGB198155
HSL155°62.00%19.61%
HSB/HSV155°76.54%31.76%
CMYK76.54%0.00%32.10%
68.24%

Color #135137 in popluar number systems.

HEX135137
Decimal198155
Binary100111010001110111
Octal2312167

Shades and tints

Shades of #135137

#135137
(19,81,55)
#124A32
(18,74,50)
#11432D
(17,67,45)
#103C28
(16,60,40)
#0F3523
(15,53,35)
#0E2E1E
(14,46,30)
#0D2719
(13,39,25)
#0C2014
(12,32,20)
#0B190F
(11,25,15)
#0A120A
(10,18,10)
#090B05
(9,11,5)
#000000
(0,0,0)

Tints of #135137

#135137
(19,81,55)
#286049
(40,96,73)
#3D6F5B
(61,111,91)
#527E6D
(82,126,109)
#678D7F
(103,141,127)
#7C9C91
(124,156,145)
#91ABA3
(145,171,163)
#A6BAB5
(166,186,181)
#BBC9C7
(187,201,199)
#D0D8D9
(208,216,217)
#E5E7EB
(229,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #135137 color. Also use rgb(19,81,55) instead hex code.

Text Font Color

.myTextColor { color: #135137; }

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

This text font color is #135137.


Background Color

.myBgColor { background-color: #135137; }

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

This div background color is #135137.


Border color

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

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

This div border color is #135137.


Opacity

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

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

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

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

This text has shadow with #135137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #135137 on black background.


Color preview on white background

This text has color #135137 on white background.



Black color preview on #135137 background

This text has black color on #135137 background.


White color preview on #135137 background

This text has white color on #135137 background.