COLOR #357F6C

HEX: #357F6C RGB: (53,127,108)

Color info

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

RGB color model

#357F6C color RGB value is (53,127,108).

RGB: (53,127,108) (21%, 50%, 42%)

RGB channels and saturation

R 53 of 255 = 21%
G 127 of 255 = 50%
B 108 of 255 = 42%

53
127
108

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

Portions of RGB colors in percentages

R + G + B = 53 + 127 + 108 = 288 (100%)
R 53 of 288 ~ 18.4%
G 127 of 288 ~ 44.1%
B 108 of 288 ~ 37.5'%

%18.4
%44.1
%37.5

CMYK color model

#357F6C color CMYK value is (58,0,15,50).

  • cyan value is 58.27%
  • magenta value is 0.00%
  • yellow value is 14.96%
  • key color value is 50.20%

CMYK: (58,0,15,50)
C58M0Y15K50 (58%, 0%, 15%, 50%)
(0.58 / 0.00 / 0.15 / 0.50)

CMYK percentages

%58.27
%0
%14.96
%50.2

Codes

Color #357F6C in popluar color models

35 7F 6C
RGB 53 127 108
HSL 165° 41.11% 35.29%
HSB/HSV 165° 58.27% 49.80%
CMYK 58.27% 0.00% 14.96%
50.20%

Color #357F6C in popluar number systems.

HEX 35 7F 6C
Decimal 53 127 108
Binary 110101 1111111 1101100
Octal 65 177 154

Shades and tints

Shades of #357F6C

#357F6C
(53,127,108)
#317463
(49,116,99)
#2D695A
(45,105,90)
#295E51
(41,94,81)
#255348
(37,83,72)
#21483F
(33,72,63)
#1D3D36
(29,61,54)
#19322D
(25,50,45)
#152724
(21,39,36)
#111C1B
(17,28,27)
#0D1112
(13,17,18)
#000000
(0,0,0)

Tints of #357F6C

#357F6C
(53,127,108)
#478A79
(71,138,121)
#599586
(89,149,134)
#6BA093
(107,160,147)
#7DABA0
(125,171,160)
#8FB6AD
(143,182,173)
#A1C1BA
(161,193,186)
#B3CCC7
(179,204,199)
#C5D7D4
(197,215,212)
#D7E2E1
(215,226,225)
#E9EDEE
(233,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #357F6C; }

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

This text font color is #357F6C.

Background Color

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

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

This div background color is #357F6C.

Border color

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

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

This div border color is #357F6C.

Opacity

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

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

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

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

This text has shadow with #357F6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #357F6C.

Preview

Color preview on black background

This text has color #357F6C on black background.


Color preview on white background

This text has color #357F6C on white background.


Black color preview on #357F6C background

This text has black color on #357F6C background.


White color preview on #357F6C background

This text has white color on #357F6C background.


Related colors

Complementary color

Complementary color for #hex is #CA8093.


I love getcolorcode.com

Triadic colors

1 #6C357F and #7F6C35 with #357F6C are triadic colors.

2 #6C7F35 and #7F356C with #357F6C are triadic colors.