COLOR #135F4F

HEX: #135F4F
RGB: (19,95,79)

Color info

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

RGB color model

#135F4F color RGB value is (19,95,79).

  • red value is 19;
  • green value is 95;
  • blue value is 79.
RGB:
(19,95,79)
(7%,37%,31%)

RGB channels and saturation

R 19 of 255 = 7%
G 95 of 255 = 37%
B 79 of 255 = 31%

19
95
79

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

Portions of RGB colors in percentages

R + G + B =
19 + 95 + 79 = 193 (100%)
R 19 of 193 ~ 9.84%
G 95 of 193 ~ 49.22%
B 79 of 193 ~ 40.93%

%9.84
%49.22
%40.93

CMYK color model

#135F4F color CMYK value is (80,0,17,63).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 16.84%
  • key color value is 62.75%
CMYK:
(80,0,17,63)
C80M0Y17K63 
(80%,0%,17%,63%)
(0.80/0.00/0.17/0.63)	

CMYK percentages

%80
%0
%16.84
%62.75

Codes

Color #135F4F in popluar color models

135F4F
RGB199579
HSL167°66.67%22.35%
HSB/HSV167°80.00%37.25%
CMYK80.00%0.00%16.84%
62.75%

Color #135F4F in popluar number systems.

HEX135F4F
Decimal199579
Binary1001110111111001111
Octal23137117

Shades and tints

Shades of #135F4F

#135F4F
(19,95,79)
#125748
(18,87,72)
#114F41
(17,79,65)
#10473A
(16,71,58)
#0F3F33
(15,63,51)
#0E372C
(14,55,44)
#0D2F25
(13,47,37)
#0C271E
(12,39,30)
#0B1F17
(11,31,23)
#0A1710
(10,23,16)
#090F09
(9,15,9)
#000000
(0,0,0)

Tints of #135F4F

#135F4F
(19,95,79)
#286D5F
(40,109,95)
#3D7B6F
(61,123,111)
#52897F
(82,137,127)
#67978F
(103,151,143)
#7CA59F
(124,165,159)
#91B3AF
(145,179,175)
#A6C1BF
(166,193,191)
#BBCFCF
(187,207,207)
#D0DDDF
(208,221,223)
#E5EBEF
(229,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #135F4F color. Also use rgb(19,95,79) instead hex code.

Text Font Color

.myTextColor { color: #135F4F; }

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

This text font color is #135F4F.


Background Color

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

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

This div background color is #135F4F.


Border color

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

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

This div border color is #135F4F.


Opacity

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

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

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

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

This text has shadow with #135F4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #135F4F on black background.


Color preview on white background

This text has color #135F4F on white background.



Black color preview on #135F4F background

This text has black color on #135F4F background.


White color preview on #135F4F background

This text has white color on #135F4F background.