COLOR #357C60

HEX: #357C60
RGB: (53,124,96)

Color info

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

RGB color model

#357C60 color RGB value is (53,124,96).

  • red value is 53;
  • green value is 124;
  • blue value is 96.
RGB:
(53,124,96)
(21%,49%,38%)

RGB channels and saturation

R 53 of 255 = 21%
G 124 of 255 = 49%
B 96 of 255 = 38%

53
124
96

R + G + B ~ 36%. #357C60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 124 + 96 = 273 (100%)
R 53 of 273 ~ 19.41%
G 124 of 273 ~ 45.42%
B 96 of 273 ~ 35.16%

%19.41
%45.42
%35.16

CMYK color model

#357C60 color CMYK value is (57,0,23,51).

  • cyan value is 57.26%
  • magenta value is 0.00%
  • yellow value is 22.58%
  • key color value is 51.37%
CMYK:
(57,0,23,51)
C57M0Y23K51 
(57%,0%,23%,51%)
(0.57/0.00/0.23/0.51)	

CMYK percentages

%57.26
%0
%22.58
%51.37

Codes

Color #357C60 in popluar color models

357C60
RGB5312496
HSL156°40.11%34.71%
HSB/HSV156°57.26%48.63%
CMYK57.26%0.00%22.58%
51.37%

Color #357C60 in popluar number systems.

HEX357C60
Decimal5312496
Binary11010111111001100000
Octal65174140

Shades and tints

Shades of #357C60

#357C60
(53,124,96)
#317158
(49,113,88)
#2D6650
(45,102,80)
#295B48
(41,91,72)
#255040
(37,80,64)
#214538
(33,69,56)
#1D3A30
(29,58,48)
#192F28
(25,47,40)
#152420
(21,36,32)
#111918
(17,25,24)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #357C60

#357C60
(53,124,96)
#47876E
(71,135,110)
#59927C
(89,146,124)
#6B9D8A
(107,157,138)
#7DA898
(125,168,152)
#8FB3A6
(143,179,166)
#A1BEB4
(161,190,180)
#B3C9C2
(179,201,194)
#C5D4D0
(197,212,208)
#D7DFDE
(215,223,222)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #357C60 color. Also use rgb(53,124,96) instead hex code.

Text Font Color

.myTextColor { color: #357C60; }

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

This text font color is #357C60.


Background Color

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

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

This div background color is #357C60.


Border color

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

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

This div border color is #357C60.


Opacity

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

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

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

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

This text has shadow with #357C60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #357C60 on black background.


Color preview on white background

This text has color #357C60 on white background.



Black color preview on #357C60 background

This text has black color on #357C60 background.


White color preview on #357C60 background

This text has white color on #357C60 background.