COLOR #357F6D

HEX: #357F6D
RGB: (53,127,109)

Color info

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

RGB color model

#357F6D color RGB value is (53,127,109).

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

RGB channels and saturation

R 53 of 255 = 21%
G 127 of 255 = 50%
B 109 of 255 = 43%

53
127
109

R + G + B ~ 38%. #357F6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 127 + 109 = 289 (100%)
R 53 of 289 ~ 18.34%
G 127 of 289 ~ 43.94%
B 109 of 289 ~ 37.72%

%18.34
%43.94
%37.72

CMYK color model

#357F6D color CMYK value is (58,0,14,50).

  • cyan value is 58.27%
  • magenta value is 0.00%
  • yellow value is 14.17%
  • key color value is 50.20%
CMYK:
(58,0,14,50)
C58M0Y14K50 
(58%,0%,14%,50%)
(0.58/0.00/0.14/0.50)	

CMYK percentages

%58.27
%0
%14.17
%50.2

Codes

Color #357F6D in popluar color models

357F6D
RGB53127109
HSL165°41.11%35.29%
HSB/HSV165°58.27%49.80%
CMYK58.27%0.00%14.17%
50.20%

Color #357F6D in popluar number systems.

HEX357F6D
Decimal53127109
Binary11010111111111101101
Octal65177155

Shades and tints

Shades of #357F6D

#357F6D
(53,127,109)
#317464
(49,116,100)
#2D695B
(45,105,91)
#295E52
(41,94,82)
#255349
(37,83,73)
#214840
(33,72,64)
#1D3D37
(29,61,55)
#19322E
(25,50,46)
#152725
(21,39,37)
#111C1C
(17,28,28)
#0D1113
(13,17,19)
#000000
(0,0,0)

Tints of #357F6D

#357F6D
(53,127,109)
#478A7A
(71,138,122)
#599587
(89,149,135)
#6BA094
(107,160,148)
#7DABA1
(125,171,161)
#8FB6AE
(143,182,174)
#A1C1BB
(161,193,187)
#B3CCC8
(179,204,200)
#C5D7D5
(197,215,213)
#D7E2E2
(215,226,226)
#E9EDEF
(233,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #357F6D; }

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

This text font color is #357F6D.


Background Color

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

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

This div background color is #357F6D.


Border color

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

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

This div border color is #357F6D.


Opacity

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

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

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

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

This text has shadow with #357F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #357F6D on black background.


Color preview on white background

This text has color #357F6D on white background.



Black color preview on #357F6D background

This text has black color on #357F6D background.


White color preview on #357F6D background

This text has white color on #357F6D background.