COLOR #135751

HEX: #135751 RGB: (19,87,81)

Color info

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

RGB color model

#135751 color RGB value is (19,87,81).

RGB: (19,87,81) (7%, 34%, 32%)

RGB channels and saturation

R 19 of 255 = 7%
G 87 of 255 = 34%
B 81 of 255 = 32%

19
87
81

R + G + B ~ 24%. #135751 is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 87 + 81 = 187 (100%)
R 19 of 187 ~ 10.16%
G 87 of 187 ~ 46.52%
B 81 of 187 ~ 43.32'%

%46.52
%43.32

CMYK color model

#135751 color CMYK value is (78,0,7,66).

  • cyan value is 78.16%
  • magenta value is 0.00%
  • yellow value is 6.90%
  • key color value is 65.88%

CMYK: (78,0,7,66)
C78M0Y7K66 (78%, 0%, 7%, 66%)
(0.78 / 0.00 / 0.07 / 0.66)

CMYK percentages

%78.16
%0
%6.9
%65.88

Codes

Color #135751 in popluar color models

13 57 51
RGB 19 87 81
HSL 175° 64.15% 20.78%
HSB/HSV 175° 78.16% 34.12%
CMYK 78.16% 0.00% 6.90%
65.88%

Color #135751 in popluar number systems.

HEX 13 57 51
Decimal 19 87 81
Binary 10011 1010111 1010001
Octal 23 127 121

Shades and tints

Shades of #135751

#135751
(19,87,81)
#12504A
(18,80,74)
#114943
(17,73,67)
#10423C
(16,66,60)
#0F3B35
(15,59,53)
#0E342E
(14,52,46)
#0D2D27
(13,45,39)
#0C2620
(12,38,32)
#0B1F19
(11,31,25)
#0A1812
(10,24,18)
#09110B
(9,17,11)
#000000
(0,0,0)

Tints of #135751

#135751
(19,87,81)
#286660
(40,102,96)
#3D756F
(61,117,111)
#52847E
(82,132,126)
#67938D
(103,147,141)
#7CA29C
(124,162,156)
#91B1AB
(145,177,171)
#A6C0BA
(166,192,186)
#BBCFC9
(187,207,201)
#D0DED8
(208,222,216)
#E5EDE7
(229,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #135751; }

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

This text font color is #135751.

Background Color

.myBgColor { background-color: #135751; }

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

This div background color is #135751.

Border color

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

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

This div border color is #135751.

Opacity

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

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

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

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

This text has shadow with #135751 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #135751.

Preview

Color preview on black background

This text has color #135751 on black background.


Color preview on white background

This text has color #135751 on white background.


Black color preview on #135751 background

This text has black color on #135751 background.


White color preview on #135751 background

This text has white color on #135751 background.


Related colors

Complementary color

Complementary color for #hex is #ECA8AE.


I love getcolorcode.com

Triadic colors

1 #511357 and #575113 with #135751 are triadic colors.

2 #515713 and #571351 with #135751 are triadic colors.