COLOR #145859

HEX: #145859
RGB: (20,88,89)

Color info

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

RGB color model

#145859 color RGB value is (20,88,89).

  • red value is 20;
  • green value is 88;
  • blue value is 89.
RGB:
(20,88,89)
(8%,35%,35%)

RGB channels and saturation

R 20 of 255 = 8%
G 88 of 255 = 35%
B 89 of 255 = 35%

20
88
89

R + G + B ~ 26%. #145859 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 88 + 89 = 197 (100%)
R 20 of 197 ~ 10.15%
G 88 of 197 ~ 44.67%
B 89 of 197 ~ 45.18%

%10.15
%44.67
%45.18

CMYK color model

#145859 color CMYK value is (78,1,0,65).

  • cyan value is 77.53%
  • magenta value is 1.12%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(78,1,0,65)
C78M1Y0K65 
(78%,1%,0%,65%)
(0.78/0.01/0.00/0.65)	

CMYK percentages

%77.53
%1.12
%0
%65.1

Codes

Color #145859 in popluar color models

145859
RGB208889
HSL181°63.30%21.37%
HSB/HSV181°77.53%34.90%
CMYK77.53%1.12%0.00%
65.10%

Color #145859 in popluar number systems.

HEX145859
Decimal208889
Binary1010010110001011001
Octal24130131

Shades and tints

Shades of #145859

#145859
(20,88,89)
#135051
(19,80,81)
#124849
(18,72,73)
#114041
(17,64,65)
#103839
(16,56,57)
#0F3031
(15,48,49)
#0E2829
(14,40,41)
#0D2021
(13,32,33)
#0C1819
(12,24,25)
#0B1011
(11,16,17)
#0A0809
(10,8,9)
#000000
(0,0,0)

Tints of #145859

#145859
(20,88,89)
#296768
(41,103,104)
#3E7677
(62,118,119)
#538586
(83,133,134)
#689495
(104,148,149)
#7DA3A4
(125,163,164)
#92B2B3
(146,178,179)
#A7C1C2
(167,193,194)
#BCD0D1
(188,208,209)
#D1DFE0
(209,223,224)
#E6EEEF
(230,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #145859 color. Also use rgb(20,88,89) instead hex code.

Text Font Color

.myTextColor { color: #145859; }

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

This text font color is #145859.


Background Color

.myBgColor { background-color: #145859; }

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

This div background color is #145859.


Border color

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

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

This div border color is #145859.


Opacity

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

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

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

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

This text has shadow with #145859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #145859 on black background.


Color preview on white background

This text has color #145859 on white background.



Black color preview on #145859 background

This text has black color on #145859 background.


White color preview on #145859 background

This text has white color on #145859 background.