COLOR #357B7E

HEX: #357B7E
RGB: (53,123,126)

Color info

#357B7E contains mainly green and blue colors. Web safe color of #357B7E is #336666 (or #366).

RGB color model

#357B7E color RGB value is (53,123,126).

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

RGB channels and saturation

R 53 of 255 = 21%
G 123 of 255 = 48%
B 126 of 255 = 49%

53
123
126

R + G + B ~ 39%. #357B7E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 123 + 126 = 302 (100%)
R 53 of 302 ~ 17.55%
G 123 of 302 ~ 40.73%
B 126 of 302 ~ 41.72%

%17.55
%40.73
%41.72

CMYK color model

#357B7E color CMYK value is (58,2,0,51).

  • cyan value is 57.94%
  • magenta value is 2.38%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(58,2,0,51)
C58M2Y0K51 
(58%,2%,0%,51%)
(0.58/0.02/0.00/0.51)	

CMYK percentages

%57.94
%2.38
%0
%50.59

Codes

Color #357B7E in popluar color models

357B7E
RGB53123126
HSL182°40.78%35.10%
HSB/HSV182°57.94%49.41%
CMYK57.94%2.38%0.00%
50.59%

Color #357B7E in popluar number systems.

HEX357B7E
Decimal53123126
Binary11010111110111111110
Octal65173176

Shades and tints

Shades of #357B7E

#357B7E
(53,123,126)
#317073
(49,112,115)
#2D6568
(45,101,104)
#295A5D
(41,90,93)
#254F52
(37,79,82)
#214447
(33,68,71)
#1D393C
(29,57,60)
#192E31
(25,46,49)
#152326
(21,35,38)
#11181B
(17,24,27)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #357B7E

#357B7E
(53,123,126)
#478789
(71,135,137)
#599394
(89,147,148)
#6B9F9F
(107,159,159)
#7DABAA
(125,171,170)
#8FB7B5
(143,183,181)
#A1C3C0
(161,195,192)
#B3CFCB
(179,207,203)
#C5DBD6
(197,219,214)
#D7E7E1
(215,231,225)
#E9F3EC
(233,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #357B7E; }

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

This text font color is #357B7E.


Background Color

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

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

This div background color is #357B7E.


Border color

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

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

This div border color is #357B7E.


Opacity

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

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

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

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

This text has shadow with #357B7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #357B7E on black background.


Color preview on white background

This text has color #357B7E on white background.



Black color preview on #357B7E background

This text has black color on #357B7E background.


White color preview on #357B7E background

This text has white color on #357B7E background.