COLOR #145A37

HEX: #145A37 RGB: (20,90,55)

Color info

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

RGB color model

#145A37 color RGB value is (20,90,55).

RGB: (20,90,55) (8%, 35%, 22%)

RGB channels and saturation

R 20 of 255 = 8%
G 90 of 255 = 35%
B 55 of 255 = 22%

20
90
55

R + G + B ~ 22%. #145A37 is dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 90 + 55 = 165 (100%)
R 20 of 165 ~ 12.12%
G 90 of 165 ~ 54.55%
B 55 of 165 ~ 33.33'%

%12.12
%54.55
%33.33

CMYK color model

#145A37 color CMYK value is (78,0,39,65).

  • cyan value is 77.78%
  • magenta value is 0.00%
  • yellow value is 38.89%
  • key color value is 64.71%

CMYK: (78,0,39,65)
C78M0Y39K65 (78%, 0%, 39%, 65%)
(0.78 / 0.00 / 0.39 / 0.65)

CMYK percentages

%77.78
%0
%38.89
%64.71

Codes

Color #145A37 in popluar color models

14 5A 37
RGB 20 90 55
HSL 150° 63.64% 21.57%
HSB/HSV 150° 77.78% 35.29%
CMYK 77.78% 0.00% 38.89%
64.71%

Color #145A37 in popluar number systems.

HEX 14 5A 37
Decimal 20 90 55
Binary 10100 1011010 110111
Octal 24 132 67

Shades and tints

Shades of #145A37

#145A37
(20,90,55)
#135232
(19,82,50)
#124A2D
(18,74,45)
#114228
(17,66,40)
#103A23
(16,58,35)
#0F321E
(15,50,30)
#0E2A19
(14,42,25)
#0D2214
(13,34,20)
#0C1A0F
(12,26,15)
#0B120A
(11,18,10)
#0A0A05
(10,10,5)
#000000
(0,0,0)

Tints of #145A37

#145A37
(20,90,55)
#296949
(41,105,73)
#3E785B
(62,120,91)
#53876D
(83,135,109)
#68967F
(104,150,127)
#7DA591
(125,165,145)
#92B4A3
(146,180,163)
#A7C3B5
(167,195,181)
#BCD2C7
(188,210,199)
#D1E1D9
(209,225,217)
#E6F0EB
(230,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #145A37 color. Also use rgb(20,90,55) instead hex code.

Text Font Color

.myTextColor { color: #145A37; }

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

This text font color is #145A37.

Background Color

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

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

This div background color is #145A37.

Border color

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

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

This div border color is #145A37.

Opacity

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

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

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

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

This text has shadow with #145A37 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #145A37.

Preview

Color preview on black background

This text has color #145A37 on black background.


Color preview on white background

This text has color #145A37 on white background.


Black color preview on #145A37 background

This text has black color on #145A37 background.


White color preview on #145A37 background

This text has white color on #145A37 background.


Related colors

Complementary color

Complementary color for #hex is #EBA5C8.


I love getcolorcode.com

Triadic colors

1 #37145A and #5A3714 with #145A37 are triadic colors.

2 #375A14 and #5A1437 with #145A37 are triadic colors.