COLOR #136E75

HEX: #136E75
RGB: (19,110,117)

Color info

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

RGB color model

#136E75 color RGB value is (19,110,117).

  • red value is 19;
  • green value is 110;
  • blue value is 117.
RGB:
(19,110,117)
(7%,43%,46%)

RGB channels and saturation

R 19 of 255 = 7%
G 110 of 255 = 43%
B 117 of 255 = 46%

19
110
117

R + G + B ~ 32%. #136E75 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 110 + 117 = 246 (100%)
R 19 of 246 ~ 7.72%
G 110 of 246 ~ 44.72%
B 117 of 246 ~ 47.56%

%44.72
%47.56

CMYK color model

#136E75 color CMYK value is (84,6,0,54).

  • cyan value is 83.76%
  • magenta value is 5.98%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(84,6,0,54)
C84M6Y0K54 
(84%,6%,0%,54%)
(0.84/0.06/0.00/0.54)	

CMYK percentages

%83.76
%5.98
%0
%54.12

Codes

Color #136E75 in popluar color models

136E75
RGB19110117
HSL184°72.06%26.67%
HSB/HSV184°83.76%45.88%
CMYK83.76%5.98%0.00%
54.12%

Color #136E75 in popluar number systems.

HEX136E75
Decimal19110117
Binary1001111011101110101
Octal23156165

Shades and tints

Shades of #136E75

#136E75
(19,110,117)
#12646B
(18,100,107)
#115A61
(17,90,97)
#105057
(16,80,87)
#0F464D
(15,70,77)
#0E3C43
(14,60,67)
#0D3239
(13,50,57)
#0C282F
(12,40,47)
#0B1E25
(11,30,37)
#0A141B
(10,20,27)
#090A11
(9,10,17)
#000000
(0,0,0)

Tints of #136E75

#136E75
(19,110,117)
#287B81
(40,123,129)
#3D888D
(61,136,141)
#529599
(82,149,153)
#67A2A5
(103,162,165)
#7CAFB1
(124,175,177)
#91BCBD
(145,188,189)
#A6C9C9
(166,201,201)
#BBD6D5
(187,214,213)
#D0E3E1
(208,227,225)
#E5F0ED
(229,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #136E75 color. Also use rgb(19,110,117) instead hex code.

Text Font Color

.myTextColor { color: #136E75; }

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

This text font color is #136E75.


Background Color

.myBgColor { background-color: #136E75; }

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

This div background color is #136E75.


Border color

.myBorderColor { border: 1px solid #136E75; }

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

This div border color is #136E75.


Opacity

.myOpacity80 { color: #136E75; opacity: 0.8; }

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

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

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

This text has shadow with #136E75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #136E75 on black background.


Color preview on white background

This text has color #136E75 on white background.



Black color preview on #136E75 background

This text has black color on #136E75 background.


White color preview on #136E75 background

This text has white color on #136E75 background.