COLOR #157595

HEX: #157595
RGB: (21,117,149)

Color info

#157595 contains mainly green and blue colors. Web safe color of #157595 is #006699 (or #069).

RGB color model

#157595 color RGB value is (21,117,149).

  • red value is 21;
  • green value is 117;
  • blue value is 149.
RGB:
(21,117,149)
(8%,46%,58%)

RGB channels and saturation

R 21 of 255 = 8%
G 117 of 255 = 46%
B 149 of 255 = 58%

21
117
149

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

Portions of RGB colors in percentages

R + G + B =
21 + 117 + 149 = 287 (100%)
R 21 of 287 ~ 7.32%
G 117 of 287 ~ 40.77%
B 149 of 287 ~ 51.92%

%40.77
%51.92

CMYK color model

#157595 color CMYK value is (86,21,0,42).

  • cyan value is 85.91%
  • magenta value is 21.48%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(86,21,0,42)
C86M21Y0K42 
(86%,21%,0%,42%)
(0.86/0.21/0.00/0.42)	

CMYK percentages

%85.91
%21.48
%0
%41.57

Codes

Color #157595 in popluar color models

157595
RGB21117149
HSL195°75.29%33.33%
HSB/HSV195°85.91%58.43%
CMYK85.91%21.48%0.00%
41.57%

Color #157595 in popluar number systems.

HEX157595
Decimal21117149
Binary10101111010110010101
Octal25165225

Shades and tints

Shades of #157595

#157595
(21,117,149)
#146B88
(20,107,136)
#13617B
(19,97,123)
#12576E
(18,87,110)
#114D61
(17,77,97)
#104354
(16,67,84)
#0F3947
(15,57,71)
#0E2F3A
(14,47,58)
#0D252D
(13,37,45)
#0C1B20
(12,27,32)
#0B1113
(11,17,19)
#000000
(0,0,0)

Tints of #157595

#157595
(21,117,149)
#2A819E
(42,129,158)
#3F8DA7
(63,141,167)
#5499B0
(84,153,176)
#69A5B9
(105,165,185)
#7EB1C2
(126,177,194)
#93BDCB
(147,189,203)
#A8C9D4
(168,201,212)
#BDD5DD
(189,213,221)
#D2E1E6
(210,225,230)
#E7EDEF
(231,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #157595 color. Also use rgb(21,117,149) instead hex code.

Text Font Color

.myTextColor { color: #157595; }

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

This text font color is #157595.


Background Color

.myBgColor { background-color: #157595; }

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

This div background color is #157595.


Border color

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

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

This div border color is #157595.


Opacity

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

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

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

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

This text has shadow with #157595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #157595 on black background.


Color preview on white background

This text has color #157595 on white background.



Black color preview on #157595 background

This text has black color on #157595 background.


White color preview on #157595 background

This text has white color on #157595 background.