COLOR #145940

HEX: #145940 RGB: (20,89,64)

Color info

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

RGB color model

#145940 color RGB value is (20,89,64).

RGB: (20,89,64) (8%, 35%, 25%)

RGB channels and saturation

R 20 of 255 = 8%
G 89 of 255 = 35%
B 64 of 255 = 25%

20
89
64

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

Portions of RGB colors in percentages

R + G + B = 20 + 89 + 64 = 173 (100%)
R 20 of 173 ~ 11.56%
G 89 of 173 ~ 51.45%
B 64 of 173 ~ 36.99'%

%11.56
%51.45
%36.99

CMYK color model

#145940 color CMYK value is (78,0,28,65).

  • cyan value is 77.53%
  • magenta value is 0.00%
  • yellow value is 28.09%
  • key color value is 65.10%
CMYK: (78,0,28,65) C78M0Y28K65 (78%,0%,28%,65%) (0.78/0.00/0.28/0.65) 

CMYK percentages

%77.53
%0
%28.09
%65.1

Codes

Color #145940 in popluar color models

14 59 40
RGB 20 89 64
HSL 158° 63.30% 21.37%
HSB/HSV 158° 77.53% 34.90%
CMYK 77.53% 0.00% 28.09%
65.10%

Color #145940 in popluar number systems.

HEX 14 59 40
Decimal 20 89 64
Binary 10100 1011001 1000000
Octal 24 131 100

Shades and tints

Shades of #145940

#145940
(20,89,64)
#13513B
(19,81,59)
#124936
(18,73,54)
#114131
(17,65,49)
#10392C
(16,57,44)
#0F3127
(15,49,39)
#0E2922
(14,41,34)
#0D211D
(13,33,29)
#0C1918
(12,25,24)
#0B1113
(11,17,19)
#0A090E
(10,9,14)
#000000
(0,0,0)

Tints of #145940

#145940
(20,89,64)
#296851
(41,104,81)
#3E7762
(62,119,98)
#538673
(83,134,115)
#689584
(104,149,132)
#7DA495
(125,164,149)
#92B3A6
(146,179,166)
#A7C2B7
(167,194,183)
#BCD1C8
(188,209,200)
#D1E0D9
(209,224,217)
#E6EFEA
(230,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #145940; }

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

This text font color is #145940.

Background Color

.myBgColor { background-color: #145940; }

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

This div background color is #145940.

Border color

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

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

This div border color is #145940.

Opacity

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

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

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

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

This text has shadow with #145940 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #145940.

Preview

Color preview on black background

This text has color #145940 on black background.


Color preview on white background

This text has color #145940 on white background.


Black color preview on #145940 background

This text has black color on #145940 background.


White color preview on #145940 background

This text has white color on #145940 background.


Related colors

Complementary color

Complementary color for #hex is #EBA6BF.


I love getcolorcode.com

Triadic colors

1 #401459 and #594014 with #145940 are triadic colors.

2 #405914 and #591440 with #145940 are triadic colors.