COLOR #357E85

HEX: #357E85
RGB: (53,126,133)

Color info

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

RGB color model

#357E85 color RGB value is (53,126,133).

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

RGB channels and saturation

R 53 of 255 = 21%
G 126 of 255 = 49%
B 133 of 255 = 52%

53
126
133

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

Portions of RGB colors in percentages

R + G + B =
53 + 126 + 133 = 312 (100%)
R 53 of 312 ~ 16.99%
G 126 of 312 ~ 40.38%
B 133 of 312 ~ 42.63%

%16.99
%40.38
%42.63

CMYK color model

#357E85 color CMYK value is (60,5,0,48).

  • cyan value is 60.15%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(60,5,0,48)
C60M5Y0K48 
(60%,5%,0%,48%)
(0.60/0.05/0.00/0.48)	

CMYK percentages

%60.15
%5.26
%0
%47.84

Codes

Color #357E85 in popluar color models

357E85
RGB53126133
HSL185°43.01%36.47%
HSB/HSV185°60.15%52.16%
CMYK60.15%5.26%0.00%
47.84%

Color #357E85 in popluar number systems.

HEX357E85
Decimal53126133
Binary110101111111010000101
Octal65176205

Shades and tints

Shades of #357E85

#357E85
(53,126,133)
#317379
(49,115,121)
#2D686D
(45,104,109)
#295D61
(41,93,97)
#255255
(37,82,85)
#214749
(33,71,73)
#1D3C3D
(29,60,61)
#193131
(25,49,49)
#152625
(21,38,37)
#111B19
(17,27,25)
#0D100D
(13,16,13)
#000000
(0,0,0)

Tints of #357E85

#357E85
(53,126,133)
#478990
(71,137,144)
#59949B
(89,148,155)
#6B9FA6
(107,159,166)
#7DAAB1
(125,170,177)
#8FB5BC
(143,181,188)
#A1C0C7
(161,192,199)
#B3CBD2
(179,203,210)
#C5D6DD
(197,214,221)
#D7E1E8
(215,225,232)
#E9ECF3
(233,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #357E85; }

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

This text font color is #357E85.


Background Color

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

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

This div background color is #357E85.


Border color

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

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

This div border color is #357E85.


Opacity

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

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

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

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

This text has shadow with #357E85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #357E85 on black background.


Color preview on white background

This text has color #357E85 on white background.



Black color preview on #357E85 background

This text has black color on #357E85 background.


White color preview on #357E85 background

This text has white color on #357E85 background.