COLOR #149176

HEX: #149176
RGB: (20,145,118)

Color info

#149176 contains mainly green and blue colors. Web safe color of #149176 is #009966 (or #096).

RGB color model

#149176 color RGB value is (20,145,118).

  • red value is 20;
  • green value is 145;
  • blue value is 118.
RGB:
(20,145,118)
(8%,57%,46%)

RGB channels and saturation

R 20 of 255 = 8%
G 145 of 255 = 57%
B 118 of 255 = 46%

20
145
118

R + G + B ~ 37%. #149176 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 145 + 118 = 283 (100%)
R 20 of 283 ~ 7.07%
G 145 of 283 ~ 51.24%
B 118 of 283 ~ 41.7%

%51.24
%41.7

CMYK color model

#149176 color CMYK value is (86,0,19,43).

  • cyan value is 86.21%
  • magenta value is 0.00%
  • yellow value is 18.62%
  • key color value is 43.14%
CMYK:
(86,0,19,43)
C86M0Y19K43 
(86%,0%,19%,43%)
(0.86/0.00/0.19/0.43)	

CMYK percentages

%86.21
%0
%18.62
%43.14

Codes

Color #149176 in popluar color models

149176
RGB20145118
HSL167°75.76%32.35%
HSB/HSV167°86.21%56.86%
CMYK86.21%0.00%18.62%
43.14%

Color #149176 in popluar number systems.

HEX149176
Decimal20145118
Binary10100100100011110110
Octal24221166

Shades and tints

Shades of #149176

#149176
(20,145,118)
#13846C
(19,132,108)
#127762
(18,119,98)
#116A58
(17,106,88)
#105D4E
(16,93,78)
#0F5044
(15,80,68)
#0E433A
(14,67,58)
#0D3630
(13,54,48)
#0C2926
(12,41,38)
#0B1C1C
(11,28,28)
#0A0F12
(10,15,18)
#000000
(0,0,0)

Tints of #149176

#149176
(20,145,118)
#299B82
(41,155,130)
#3EA58E
(62,165,142)
#53AF9A
(83,175,154)
#68B9A6
(104,185,166)
#7DC3B2
(125,195,178)
#92CDBE
(146,205,190)
#A7D7CA
(167,215,202)
#BCE1D6
(188,225,214)
#D1EBE2
(209,235,226)
#E6F5EE
(230,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #149176; }

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

This text font color is #149176.


Background Color

.myBgColor { background-color: #149176; }

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

This div background color is #149176.


Border color

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

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

This div border color is #149176.


Opacity

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

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

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

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

This text has shadow with #149176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #149176 on black background.


Color preview on white background

This text has color #149176 on white background.



Black color preview on #149176 background

This text has black color on #149176 background.


White color preview on #149176 background

This text has white color on #149176 background.