COLOR #145841

HEX: #145841 RGB: (20,88,65)

Color info

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

RGB color model

#145841 color RGB value is (20,88,65).

RGB: (20,88,65) (8%, 35%, 25%)

RGB channels and saturation

R 20 of 255 = 8%
G 88 of 255 = 35%
B 65 of 255 = 25%

20
88
65

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

Portions of RGB colors in percentages

R + G + B = 20 + 88 + 65 = 173 (100%)
R 20 of 173 ~ 11.56%
G 88 of 173 ~ 50.87%
B 65 of 173 ~ 37.57'%

%11.56
%50.87
%37.57

CMYK color model

#145841 color CMYK value is (77,0,26,65).

  • cyan value is 77.27%
  • magenta value is 0.00%
  • yellow value is 26.14%
  • key color value is 65.49%

CMYK: (77,0,26,65)
C77M0Y26K65 (77%, 0%, 26%, 65%)
(0.77 / 0.00 / 0.26 / 0.65)

CMYK percentages

%77.27
%0
%26.14
%65.49

Codes

Color #145841 in popluar color models

14 58 41
RGB 20 88 65
HSL 160° 62.96% 21.18%
HSB/HSV 160° 77.27% 34.51%
CMYK 77.27% 0.00% 26.14%
65.49%

Color #145841 in popluar number systems.

HEX 14 58 41
Decimal 20 88 65
Binary 10100 1011000 1000001
Octal 24 130 101

Shades and tints

Shades of #145841

#145841
(20,88,65)
#13503C
(19,80,60)
#124837
(18,72,55)
#114032
(17,64,50)
#10382D
(16,56,45)
#0F3028
(15,48,40)
#0E2823
(14,40,35)
#0D201E
(13,32,30)
#0C1819
(12,24,25)
#0B1014
(11,16,20)
#0A080F
(10,8,15)
#000000
(0,0,0)

Tints of #145841

#145841
(20,88,65)
#296752
(41,103,82)
#3E7663
(62,118,99)
#538574
(83,133,116)
#689485
(104,148,133)
#7DA396
(125,163,150)
#92B2A7
(146,178,167)
#A7C1B8
(167,193,184)
#BCD0C9
(188,208,201)
#D1DFDA
(209,223,218)
#E6EEEB
(230,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #145841; }

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

This text font color is #145841.

Background Color

.myBgColor { background-color: #145841; }

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

This div background color is #145841.

Border color

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

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

This div border color is #145841.

Opacity

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

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

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

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

This text has shadow with #145841 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #145841.

Preview

Color preview on black background

This text has color #145841 on black background.


Color preview on white background

This text has color #145841 on white background.


Black color preview on #145841 background

This text has black color on #145841 background.


White color preview on #145841 background

This text has white color on #145841 background.


Related colors

Complementary color

Complementary color for #hex is #EBA7BE.


I love getcolorcode.com

Triadic colors

1 #411458 and #584114 with #145841 are triadic colors.

2 #415814 and #581441 with #145841 are triadic colors.