COLOR #146957

HEX: #146957
RGB: (20,105,87)

Color info

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

RGB color model

#146957 color RGB value is (20,105,87).

  • red value is 20;
  • green value is 105;
  • blue value is 87.
RGB:
(20,105,87)
(8%,41%,34%)

RGB channels and saturation

R 20 of 255 = 8%
G 105 of 255 = 41%
B 87 of 255 = 34%

20
105
87

R + G + B ~ 28%. #146957 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 105 + 87 = 212 (100%)
R 20 of 212 ~ 9.43%
G 105 of 212 ~ 49.53%
B 87 of 212 ~ 41.04%

%49.53
%41.04

CMYK color model

#146957 color CMYK value is (81,0,17,59).

  • cyan value is 80.95%
  • magenta value is 0.00%
  • yellow value is 17.14%
  • key color value is 58.82%
CMYK:
(81,0,17,59)
C81M0Y17K59 
(81%,0%,17%,59%)
(0.81/0.00/0.17/0.59)	

CMYK percentages

%80.95
%0
%17.14
%58.82

Codes

Color #146957 in popluar color models

146957
RGB2010587
HSL167°68.00%24.51%
HSB/HSV167°80.95%41.18%
CMYK80.95%0.00%17.14%
58.82%

Color #146957 in popluar number systems.

HEX146957
Decimal2010587
Binary1010011010011010111
Octal24151127

Shades and tints

Shades of #146957

#146957
(20,105,87)
#136050
(19,96,80)
#125749
(18,87,73)
#114E42
(17,78,66)
#10453B
(16,69,59)
#0F3C34
(15,60,52)
#0E332D
(14,51,45)
#0D2A26
(13,42,38)
#0C211F
(12,33,31)
#0B1818
(11,24,24)
#0A0F11
(10,15,17)
#000000
(0,0,0)

Tints of #146957

#146957
(20,105,87)
#297666
(41,118,102)
#3E8375
(62,131,117)
#539084
(83,144,132)
#689D93
(104,157,147)
#7DAAA2
(125,170,162)
#92B7B1
(146,183,177)
#A7C4C0
(167,196,192)
#BCD1CF
(188,209,207)
#D1DEDE
(209,222,222)
#E6EBED
(230,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #146957 color. Also use rgb(20,105,87) instead hex code.

Text Font Color

.myTextColor { color: #146957; }

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

This text font color is #146957.


Background Color

.myBgColor { background-color: #146957; }

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

This div background color is #146957.


Border color

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

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

This div border color is #146957.


Opacity

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

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

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

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

This text has shadow with #146957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #146957 on black background.


Color preview on white background

This text has color #146957 on white background.



Black color preview on #146957 background

This text has black color on #146957 background.


White color preview on #146957 background

This text has white color on #146957 background.