COLOR #145747

HEX: #145747
RGB: (20,87,71)

Color info

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

RGB color model

#145747 color RGB value is (20,87,71).

  • red value is 20;
  • green value is 87;
  • blue value is 71.
RGB:
(20,87,71)
(8%,34%,28%)

RGB channels and saturation

R 20 of 255 = 8%
G 87 of 255 = 34%
B 71 of 255 = 28%

20
87
71

R + G + B ~ 23%. #145747 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 87 + 71 = 178 (100%)
R 20 of 178 ~ 11.24%
G 87 of 178 ~ 48.88%
B 71 of 178 ~ 39.89%

%11.24
%48.88
%39.89

CMYK color model

#145747 color CMYK value is (77,0,18,66).

  • cyan value is 77.01%
  • magenta value is 0.00%
  • yellow value is 18.39%
  • key color value is 65.88%
CMYK:
(77,0,18,66)
C77M0Y18K66 
(77%,0%,18%,66%)
(0.77/0.00/0.18/0.66)	

CMYK percentages

%77.01
%0
%18.39
%65.88

Codes

Color #145747 in popluar color models

145747
RGB208771
HSL166°62.62%20.98%
HSB/HSV166°77.01%34.12%
CMYK77.01%0.00%18.39%
65.88%

Color #145747 in popluar number systems.

HEX145747
Decimal208771
Binary1010010101111000111
Octal24127107

Shades and tints

Shades of #145747

#145747
(20,87,71)
#135041
(19,80,65)
#12493B
(18,73,59)
#114235
(17,66,53)
#103B2F
(16,59,47)
#0F3429
(15,52,41)
#0E2D23
(14,45,35)
#0D261D
(13,38,29)
#0C1F17
(12,31,23)
#0B1811
(11,24,17)
#0A110B
(10,17,11)
#000000
(0,0,0)

Tints of #145747

#145747
(20,87,71)
#296657
(41,102,87)
#3E7567
(62,117,103)
#538477
(83,132,119)
#689387
(104,147,135)
#7DA297
(125,162,151)
#92B1A7
(146,177,167)
#A7C0B7
(167,192,183)
#BCCFC7
(188,207,199)
#D1DED7
(209,222,215)
#E6EDE7
(230,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #145747 color. Also use rgb(20,87,71) instead hex code.

Text Font Color

.myTextColor { color: #145747; }

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

This text font color is #145747.


Background Color

.myBgColor { background-color: #145747; }

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

This div background color is #145747.


Border color

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

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

This div border color is #145747.


Opacity

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

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

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

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

This text has shadow with #145747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #145747 on black background.


Color preview on white background

This text has color #145747 on white background.



Black color preview on #145747 background

This text has black color on #145747 background.


White color preview on #145747 background

This text has white color on #145747 background.