COLOR #135142

HEX: #135142
RGB: (19,81,66)

Color info

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

RGB color model

#135142 color RGB value is (19,81,66).

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

RGB channels and saturation

R 19 of 255 = 7%
G 81 of 255 = 32%
B 66 of 255 = 26%

19
81
66

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

Portions of RGB colors in percentages

R + G + B =
19 + 81 + 66 = 166 (100%)
R 19 of 166 ~ 11.45%
G 81 of 166 ~ 48.8%
B 66 of 166 ~ 39.76%

%11.45
%48.8
%39.76

CMYK color model

#135142 color CMYK value is (77,0,19,68).

  • cyan value is 76.54%
  • magenta value is 0.00%
  • yellow value is 18.52%
  • key color value is 68.24%
CMYK:
(77,0,19,68)
C77M0Y19K68 
(77%,0%,19%,68%)
(0.77/0.00/0.19/0.68)	

CMYK percentages

%76.54
%0
%18.52
%68.24

Codes

Color #135142 in popluar color models

135142
RGB198166
HSL165°62.00%19.61%
HSB/HSV165°76.54%31.76%
CMYK76.54%0.00%18.52%
68.24%

Color #135142 in popluar number systems.

HEX135142
Decimal198166
Binary1001110100011000010
Octal23121102

Shades and tints

Shades of #135142

#135142
(19,81,66)
#124A3C
(18,74,60)
#114336
(17,67,54)
#103C30
(16,60,48)
#0F352A
(15,53,42)
#0E2E24
(14,46,36)
#0D271E
(13,39,30)
#0C2018
(12,32,24)
#0B1912
(11,25,18)
#0A120C
(10,18,12)
#090B06
(9,11,6)
#000000
(0,0,0)

Tints of #135142

#135142
(19,81,66)
#286053
(40,96,83)
#3D6F64
(61,111,100)
#527E75
(82,126,117)
#678D86
(103,141,134)
#7C9C97
(124,156,151)
#91ABA8
(145,171,168)
#A6BAB9
(166,186,185)
#BBC9CA
(187,201,202)
#D0D8DB
(208,216,219)
#E5E7EC
(229,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #135142; }

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

This text font color is #135142.


Background Color

.myBgColor { background-color: #135142; }

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

This div background color is #135142.


Border color

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

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

This div border color is #135142.


Opacity

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

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

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

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

This text has shadow with #135142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #135142 on black background.


Color preview on white background

This text has color #135142 on white background.



Black color preview on #135142 background

This text has black color on #135142 background.


White color preview on #135142 background

This text has white color on #135142 background.