COLOR #357F7E

HEX: #357F7E
RGB: (53,127,126)

Color info

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

RGB color model

#357F7E color RGB value is (53,127,126).

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

RGB channels and saturation

R 53 of 255 = 21%
G 127 of 255 = 50%
B 126 of 255 = 49%

53
127
126

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

Portions of RGB colors in percentages

R + G + B =
53 + 127 + 126 = 306 (100%)
R 53 of 306 ~ 17.32%
G 127 of 306 ~ 41.5%
B 126 of 306 ~ 41.18%

%17.32
%41.5
%41.18

CMYK color model

#357F7E color CMYK value is (58,0,1,50).

  • cyan value is 58.27%
  • magenta value is 0.00%
  • yellow value is 0.79%
  • key color value is 50.20%
CMYK:
(58,0,1,50)
C58M0Y1K50 
(58%,0%,1%,50%)
(0.58/0.00/0.01/0.50)	

CMYK percentages

%58.27
%0
%0.79
%50.2

Codes

Color #357F7E in popluar color models

357F7E
RGB53127126
HSL179°41.11%35.29%
HSB/HSV179°58.27%49.80%
CMYK58.27%0.00%0.79%
50.20%

Color #357F7E in popluar number systems.

HEX357F7E
Decimal53127126
Binary11010111111111111110
Octal65177176

Shades and tints

Shades of #357F7E

#357F7E
(53,127,126)
#317473
(49,116,115)
#2D6968
(45,105,104)
#295E5D
(41,94,93)
#255352
(37,83,82)
#214847
(33,72,71)
#1D3D3C
(29,61,60)
#193231
(25,50,49)
#152726
(21,39,38)
#111C1B
(17,28,27)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #357F7E

#357F7E
(53,127,126)
#478A89
(71,138,137)
#599594
(89,149,148)
#6BA09F
(107,160,159)
#7DABAA
(125,171,170)
#8FB6B5
(143,182,181)
#A1C1C0
(161,193,192)
#B3CCCB
(179,204,203)
#C5D7D6
(197,215,214)
#D7E2E1
(215,226,225)
#E9EDEC
(233,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #357F7E; }

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

This text font color is #357F7E.


Background Color

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

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

This div background color is #357F7E.


Border color

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

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

This div border color is #357F7E.


Opacity

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

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

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

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

This text has shadow with #357F7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #357F7E on black background.


Color preview on white background

This text has color #357F7E on white background.



Black color preview on #357F7E background

This text has black color on #357F7E background.


White color preview on #357F7E background

This text has white color on #357F7E background.