COLOR #147457

HEX: #147457
RGB: (20,116,87)

Color info

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

RGB color model

#147457 color RGB value is (20,116,87).

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

RGB channels and saturation

R 20 of 255 = 8%
G 116 of 255 = 45%
B 87 of 255 = 34%

20
116
87

R + G + B ~ 29%. #147457 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 116 + 87 = 223 (100%)
R 20 of 223 ~ 8.97%
G 116 of 223 ~ 52.02%
B 87 of 223 ~ 39.01%

%52.02
%39.01

CMYK color model

#147457 color CMYK value is (83,0,25,55).

  • cyan value is 82.76%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 54.51%
CMYK:
(83,0,25,55)
C83M0Y25K55 
(83%,0%,25%,55%)
(0.83/0.00/0.25/0.55)	

CMYK percentages

%82.76
%0
%25
%54.51

Codes

Color #147457 in popluar color models

147457
RGB2011687
HSL162°70.59%26.67%
HSB/HSV162°82.76%45.49%
CMYK82.76%0.00%25.00%
54.51%

Color #147457 in popluar number systems.

HEX147457
Decimal2011687
Binary1010011101001010111
Octal24164127

Shades and tints

Shades of #147457

#147457
(20,116,87)
#136A50
(19,106,80)
#126049
(18,96,73)
#115642
(17,86,66)
#104C3B
(16,76,59)
#0F4234
(15,66,52)
#0E382D
(14,56,45)
#0D2E26
(13,46,38)
#0C241F
(12,36,31)
#0B1A18
(11,26,24)
#0A1011
(10,16,17)
#000000
(0,0,0)

Tints of #147457

#147457
(20,116,87)
#298066
(41,128,102)
#3E8C75
(62,140,117)
#539884
(83,152,132)
#68A493
(104,164,147)
#7DB0A2
(125,176,162)
#92BCB1
(146,188,177)
#A7C8C0
(167,200,192)
#BCD4CF
(188,212,207)
#D1E0DE
(209,224,222)
#E6ECED
(230,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #147457; }

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

This text font color is #147457.


Background Color

.myBgColor { background-color: #147457; }

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

This div background color is #147457.


Border color

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

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

This div border color is #147457.


Opacity

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

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

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

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

This text has shadow with #147457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #147457 on black background.


Color preview on white background

This text has color #147457 on white background.



Black color preview on #147457 background

This text has black color on #147457 background.


White color preview on #147457 background

This text has white color on #147457 background.