COLOR #157C59

HEX: #157C59
RGB: (21,124,89)

Color info

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

RGB color model

#157C59 color RGB value is (21,124,89).

  • red value is 21;
  • green value is 124;
  • blue value is 89.
RGB:
(21,124,89)
(8%,49%,35%)

RGB channels and saturation

R 21 of 255 = 8%
G 124 of 255 = 49%
B 89 of 255 = 35%

21
124
89

R + G + B ~ 31%. #157C59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 124 + 89 = 234 (100%)
R 21 of 234 ~ 8.97%
G 124 of 234 ~ 52.99%
B 89 of 234 ~ 38.03%

%52.99
%38.03

CMYK color model

#157C59 color CMYK value is (83,0,28,51).

  • cyan value is 83.06%
  • magenta value is 0.00%
  • yellow value is 28.23%
  • key color value is 51.37%
CMYK:
(83,0,28,51)
C83M0Y28K51 
(83%,0%,28%,51%)
(0.83/0.00/0.28/0.51)	

CMYK percentages

%83.06
%0
%28.23
%51.37

Codes

Color #157C59 in popluar color models

157C59
RGB2112489
HSL160°71.03%28.43%
HSB/HSV160°83.06%48.63%
CMYK83.06%0.00%28.23%
51.37%

Color #157C59 in popluar number systems.

HEX157C59
Decimal2112489
Binary1010111111001011001
Octal25174131

Shades and tints

Shades of #157C59

#157C59
(21,124,89)
#147151
(20,113,81)
#136649
(19,102,73)
#125B41
(18,91,65)
#115039
(17,80,57)
#104531
(16,69,49)
#0F3A29
(15,58,41)
#0E2F21
(14,47,33)
#0D2419
(13,36,25)
#0C1911
(12,25,17)
#0B0E09
(11,14,9)
#000000
(0,0,0)

Tints of #157C59

#157C59
(21,124,89)
#2A8768
(42,135,104)
#3F9277
(63,146,119)
#549D86
(84,157,134)
#69A895
(105,168,149)
#7EB3A4
(126,179,164)
#93BEB3
(147,190,179)
#A8C9C2
(168,201,194)
#BDD4D1
(189,212,209)
#D2DFE0
(210,223,224)
#E7EAEF
(231,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #157C59 color. Also use rgb(21,124,89) instead hex code.

Text Font Color

.myTextColor { color: #157C59; }

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

This text font color is #157C59.


Background Color

.myBgColor { background-color: #157C59; }

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

This div background color is #157C59.


Border color

.myBorderColor { border: 1px solid #157C59; }

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

This div border color is #157C59.


Opacity

.myOpacity80 { color: #157C59; opacity: 0.8; }

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

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

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

This text has shadow with #157C59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #157C59 on black background.


Color preview on white background

This text has color #157C59 on white background.



Black color preview on #157C59 background

This text has black color on #157C59 background.


White color preview on #157C59 background

This text has white color on #157C59 background.