COLOR #135D51

HEX: #135D51
RGB: (19,93,81)

Color info

#135D51 contains mainly green and blue colors. Web safe color of #135D51 is #006666 (or #066).

RGB color model

#135D51 color RGB value is (19,93,81).

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

RGB channels and saturation

R 19 of 255 = 7%
G 93 of 255 = 36%
B 81 of 255 = 32%

19
93
81

R + G + B ~ 25%. #135D51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 93 + 81 = 193 (100%)
R 19 of 193 ~ 9.84%
G 93 of 193 ~ 48.19%
B 81 of 193 ~ 41.97%

%9.84
%48.19
%41.97

CMYK color model

#135D51 color CMYK value is (80,0,13,64).

  • cyan value is 79.57%
  • magenta value is 0.00%
  • yellow value is 12.90%
  • key color value is 63.53%
CMYK:
(80,0,13,64)
C80M0Y13K64 
(80%,0%,13%,64%)
(0.80/0.00/0.13/0.64)	

CMYK percentages

%79.57
%0
%12.9
%63.53

Codes

Color #135D51 in popluar color models

135D51
RGB199381
HSL170°66.07%21.96%
HSB/HSV170°79.57%36.47%
CMYK79.57%0.00%12.90%
63.53%

Color #135D51 in popluar number systems.

HEX135D51
Decimal199381
Binary1001110111011010001
Octal23135121

Shades and tints

Shades of #135D51

#135D51
(19,93,81)
#12554A
(18,85,74)
#114D43
(17,77,67)
#10453C
(16,69,60)
#0F3D35
(15,61,53)
#0E352E
(14,53,46)
#0D2D27
(13,45,39)
#0C2520
(12,37,32)
#0B1D19
(11,29,25)
#0A1512
(10,21,18)
#090D0B
(9,13,11)
#000000
(0,0,0)

Tints of #135D51

#135D51
(19,93,81)
#286B60
(40,107,96)
#3D796F
(61,121,111)
#52877E
(82,135,126)
#67958D
(103,149,141)
#7CA39C
(124,163,156)
#91B1AB
(145,177,171)
#A6BFBA
(166,191,186)
#BBCDC9
(187,205,201)
#D0DBD8
(208,219,216)
#E5E9E7
(229,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #135D51; }

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

This text font color is #135D51.


Background Color

.myBgColor { background-color: #135D51; }

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

This div background color is #135D51.


Border color

.myBorderColor { border: 1px solid #135D51; }

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

This div border color is #135D51.


Opacity

.myOpacity80 { color: #135D51; opacity: 0.8; }

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

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

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

This text has shadow with #135D51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #135D51 on black background.


Color preview on white background

This text has color #135D51 on white background.



Black color preview on #135D51 background

This text has black color on #135D51 background.


White color preview on #135D51 background

This text has white color on #135D51 background.