COLOR #135141

HEX: #135141
RGB: (19,81,65)

Color info

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

RGB color model

#135141 color RGB value is (19,81,65).

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

RGB channels and saturation

R 19 of 255 = 7%
G 81 of 255 = 32%
B 65 of 255 = 25%

19
81
65

R + G + B ~ 21%. #135141 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 81 + 65 = 165 (100%)
R 19 of 165 ~ 11.52%
G 81 of 165 ~ 49.09%
B 65 of 165 ~ 39.39%

%11.52
%49.09
%39.39

CMYK color model

#135141 color CMYK value is (77,0,20,68).

  • cyan value is 76.54%
  • magenta value is 0.00%
  • yellow value is 19.75%
  • key color value is 68.24%
CMYK:
(77,0,20,68)
C77M0Y20K68 
(77%,0%,20%,68%)
(0.77/0.00/0.20/0.68)	

CMYK percentages

%76.54
%0
%19.75
%68.24

Codes

Color #135141 in popluar color models

135141
RGB198165
HSL165°62.00%19.61%
HSB/HSV165°76.54%31.76%
CMYK76.54%0.00%19.75%
68.24%

Color #135141 in popluar number systems.

HEX135141
Decimal198165
Binary1001110100011000001
Octal23121101

Shades and tints

Shades of #135141

#135141
(19,81,65)
#124A3C
(18,74,60)
#114337
(17,67,55)
#103C32
(16,60,50)
#0F352D
(15,53,45)
#0E2E28
(14,46,40)
#0D2723
(13,39,35)
#0C201E
(12,32,30)
#0B1919
(11,25,25)
#0A1214
(10,18,20)
#090B0F
(9,11,15)
#000000
(0,0,0)

Tints of #135141

#135141
(19,81,65)
#286052
(40,96,82)
#3D6F63
(61,111,99)
#527E74
(82,126,116)
#678D85
(103,141,133)
#7C9C96
(124,156,150)
#91ABA7
(145,171,167)
#A6BAB8
(166,186,184)
#BBC9C9
(187,201,201)
#D0D8DA
(208,216,218)
#E5E7EB
(229,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #135141; }

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

This text font color is #135141.


Background Color

.myBgColor { background-color: #135141; }

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

This div background color is #135141.


Border color

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

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

This div border color is #135141.


Opacity

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

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

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

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

This text has shadow with #135141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #135141 on black background.


Color preview on white background

This text has color #135141 on white background.



Black color preview on #135141 background

This text has black color on #135141 background.


White color preview on #135141 background

This text has white color on #135141 background.