COLOR #357E87

HEX: #357E87
RGB: (53,126,135)

Color info

#357E87 contains mainly green and blue colors. Web safe color of #357E87 is #336699 (or #369).

RGB color model

#357E87 color RGB value is (53,126,135).

  • red value is 53;
  • green value is 126;
  • blue value is 135.
RGB:
(53,126,135)
(21%,49%,53%)

RGB channels and saturation

R 53 of 255 = 21%
G 126 of 255 = 49%
B 135 of 255 = 53%

53
126
135

R + G + B ~ 41%. #357E87 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
53 + 126 + 135 = 314 (100%)
R 53 of 314 ~ 16.88%
G 126 of 314 ~ 40.13%
B 135 of 314 ~ 42.99%

%16.88
%40.13
%42.99

CMYK color model

#357E87 color CMYK value is (61,7,0,47).

  • cyan value is 60.74%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(61,7,0,47)
C61M7Y0K47 
(61%,7%,0%,47%)
(0.61/0.07/0.00/0.47)	

CMYK percentages

%60.74
%6.67
%0
%47.06

Codes

Color #357E87 in popluar color models

357E87
RGB53126135
HSL187°43.62%36.86%
HSB/HSV187°60.74%52.94%
CMYK60.74%6.67%0.00%
47.06%

Color #357E87 in popluar number systems.

HEX357E87
Decimal53126135
Binary110101111111010000111
Octal65176207

Shades and tints

Shades of #357E87

#357E87
(53,126,135)
#31737B
(49,115,123)
#2D686F
(45,104,111)
#295D63
(41,93,99)
#255257
(37,82,87)
#21474B
(33,71,75)
#1D3C3F
(29,60,63)
#193133
(25,49,51)
#152627
(21,38,39)
#111B1B
(17,27,27)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #357E87

#357E87
(53,126,135)
#478991
(71,137,145)
#59949B
(89,148,155)
#6B9FA5
(107,159,165)
#7DAAAF
(125,170,175)
#8FB5B9
(143,181,185)
#A1C0C3
(161,192,195)
#B3CBCD
(179,203,205)
#C5D6D7
(197,214,215)
#D7E1E1
(215,225,225)
#E9ECEB
(233,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #357E87 color. Also use rgb(53,126,135) instead hex code.

Text Font Color

.myTextColor { color: #357E87; }

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

This text font color is #357E87.


Background Color

.myBgColor { background-color: #357E87; }

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

This div background color is #357E87.


Border color

.myBorderColor { border: 1px solid #357E87; }

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

This div border color is #357E87.


Opacity

.myOpacity80 { color: #357E87; opacity: 0.8; }

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

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

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

This text has shadow with #357E87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #357E87 on black background.


Color preview on white background

This text has color #357E87 on white background.



Black color preview on #357E87 background

This text has black color on #357E87 background.


White color preview on #357E87 background

This text has white color on #357E87 background.