COLOR #135642

HEX: #135642
RGB: (19,86,66)

Color info

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

RGB color model

#135642 color RGB value is (19,86,66).

  • red value is 19;
  • green value is 86;
  • blue value is 66.
RGB:
(19,86,66)
(7%,34%,26%)

RGB channels and saturation

R 19 of 255 = 7%
G 86 of 255 = 34%
B 66 of 255 = 26%

19
86
66

R + G + B ~ 22%. #135642 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 86 + 66 = 171 (100%)
R 19 of 171 ~ 11.11%
G 86 of 171 ~ 50.29%
B 66 of 171 ~ 38.6%

%11.11
%50.29
%38.6

CMYK color model

#135642 color CMYK value is (78,0,23,66).

  • cyan value is 77.91%
  • magenta value is 0.00%
  • yellow value is 23.26%
  • key color value is 66.27%
CMYK:
(78,0,23,66)
C78M0Y23K66 
(78%,0%,23%,66%)
(0.78/0.00/0.23/0.66)	

CMYK percentages

%77.91
%0
%23.26
%66.27

Codes

Color #135642 in popluar color models

135642
RGB198666
HSL162°63.81%20.59%
HSB/HSV162°77.91%33.73%
CMYK77.91%0.00%23.26%
66.27%

Color #135642 in popluar number systems.

HEX135642
Decimal198666
Binary1001110101101000010
Octal23126102

Shades and tints

Shades of #135642

#135642
(19,86,66)
#124F3C
(18,79,60)
#114836
(17,72,54)
#104130
(16,65,48)
#0F3A2A
(15,58,42)
#0E3324
(14,51,36)
#0D2C1E
(13,44,30)
#0C2518
(12,37,24)
#0B1E12
(11,30,18)
#0A170C
(10,23,12)
#091006
(9,16,6)
#000000
(0,0,0)

Tints of #135642

#135642
(19,86,66)
#286553
(40,101,83)
#3D7464
(61,116,100)
#528375
(82,131,117)
#679286
(103,146,134)
#7CA197
(124,161,151)
#91B0A8
(145,176,168)
#A6BFB9
(166,191,185)
#BBCECA
(187,206,202)
#D0DDDB
(208,221,219)
#E5ECEC
(229,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #135642 color. Also use rgb(19,86,66) instead hex code.

Text Font Color

.myTextColor { color: #135642; }

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

This text font color is #135642.


Background Color

.myBgColor { background-color: #135642; }

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

This div background color is #135642.


Border color

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

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

This div border color is #135642.


Opacity

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

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

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

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

This text has shadow with #135642 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #135642 on black background.


Color preview on white background

This text has color #135642 on white background.



Black color preview on #135642 background

This text has black color on #135642 background.


White color preview on #135642 background

This text has white color on #135642 background.