COLOR #146257

HEX: #146257
RGB: (20,98,87)

Color info

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

RGB color model

#146257 color RGB value is (20,98,87).

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

RGB channels and saturation

R 20 of 255 = 8%
G 98 of 255 = 38%
B 87 of 255 = 34%

20
98
87

R + G + B ~ 27%. #146257 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 98 + 87 = 205 (100%)
R 20 of 205 ~ 9.76%
G 98 of 205 ~ 47.8%
B 87 of 205 ~ 42.44%

%9.76
%47.8
%42.44

CMYK color model

#146257 color CMYK value is (80,0,11,62).

  • cyan value is 79.59%
  • magenta value is 0.00%
  • yellow value is 11.22%
  • key color value is 61.57%
CMYK:
(80,0,11,62)
C80M0Y11K62 
(80%,0%,11%,62%)
(0.80/0.00/0.11/0.62)	

CMYK percentages

%79.59
%0
%11.22
%61.57

Codes

Color #146257 in popluar color models

146257
RGB209887
HSL172°66.10%23.14%
HSB/HSV172°79.59%38.43%
CMYK79.59%0.00%11.22%
61.57%

Color #146257 in popluar number systems.

HEX146257
Decimal209887
Binary1010011000101010111
Octal24142127

Shades and tints

Shades of #146257

#146257
(20,98,87)
#135A50
(19,90,80)
#125249
(18,82,73)
#114A42
(17,74,66)
#10423B
(16,66,59)
#0F3A34
(15,58,52)
#0E322D
(14,50,45)
#0D2A26
(13,42,38)
#0C221F
(12,34,31)
#0B1A18
(11,26,24)
#0A1211
(10,18,17)
#000000
(0,0,0)

Tints of #146257

#146257
(20,98,87)
#297066
(41,112,102)
#3E7E75
(62,126,117)
#538C84
(83,140,132)
#689A93
(104,154,147)
#7DA8A2
(125,168,162)
#92B6B1
(146,182,177)
#A7C4C0
(167,196,192)
#BCD2CF
(188,210,207)
#D1E0DE
(209,224,222)
#E6EEED
(230,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #146257; }

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

This text font color is #146257.


Background Color

.myBgColor { background-color: #146257; }

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

This div background color is #146257.


Border color

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

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

This div border color is #146257.


Opacity

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

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

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

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

This text has shadow with #146257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #146257 on black background.


Color preview on white background

This text has color #146257 on white background.



Black color preview on #146257 background

This text has black color on #146257 background.


White color preview on #146257 background

This text has white color on #146257 background.