COLOR #145D71

HEX: #145D71
RGB: (20,93,113)

Color info

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

RGB color model

#145D71 color RGB value is (20,93,113).

  • red value is 20;
  • green value is 93;
  • blue value is 113.
RGB:
(20,93,113)
(8%,36%,44%)

RGB channels and saturation

R 20 of 255 = 8%
G 93 of 255 = 36%
B 113 of 255 = 44%

20
93
113

R + G + B ~ 29%. #145D71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 93 + 113 = 226 (100%)
R 20 of 226 ~ 8.85%
G 93 of 226 ~ 41.15%
B 113 of 226 ~ 50%

%41.15
%50

CMYK color model

#145D71 color CMYK value is (82,18,0,56).

  • cyan value is 82.30%
  • magenta value is 17.70%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(82,18,0,56)
C82M18Y0K56 
(82%,18%,0%,56%)
(0.82/0.18/0.00/0.56)	

CMYK percentages

%82.3
%17.7
%0
%55.69

Codes

Color #145D71 in popluar color models

145D71
RGB2093113
HSL193°69.92%26.08%
HSB/HSV193°82.30%44.31%
CMYK82.30%17.70%0.00%
55.69%

Color #145D71 in popluar number systems.

HEX145D71
Decimal2093113
Binary1010010111011110001
Octal24135161

Shades and tints

Shades of #145D71

#145D71
(20,93,113)
#135567
(19,85,103)
#124D5D
(18,77,93)
#114553
(17,69,83)
#103D49
(16,61,73)
#0F353F
(15,53,63)
#0E2D35
(14,45,53)
#0D252B
(13,37,43)
#0C1D21
(12,29,33)
#0B1517
(11,21,23)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #145D71

#145D71
(20,93,113)
#296B7D
(41,107,125)
#3E7989
(62,121,137)
#538795
(83,135,149)
#6895A1
(104,149,161)
#7DA3AD
(125,163,173)
#92B1B9
(146,177,185)
#A7BFC5
(167,191,197)
#BCCDD1
(188,205,209)
#D1DBDD
(209,219,221)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #145D71 color. Also use rgb(20,93,113) instead hex code.

Text Font Color

.myTextColor { color: #145D71; }

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

This text font color is #145D71.


Background Color

.myBgColor { background-color: #145D71; }

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

This div background color is #145D71.


Border color

.myBorderColor { border: 1px solid #145D71; }

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

This div border color is #145D71.


Opacity

.myOpacity80 { color: #145D71; opacity: 0.8; }

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

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

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

This text has shadow with #145D71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #145D71 on black background.


Color preview on white background

This text has color #145D71 on white background.



Black color preview on #145D71 background

This text has black color on #145D71 background.


White color preview on #145D71 background

This text has white color on #145D71 background.