COLOR #357C57

HEX: #357C57
RGB: (53,124,87)

Color info

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

RGB color model

#357C57 color RGB value is (53,124,87).

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

RGB channels and saturation

R 53 of 255 = 21%
G 124 of 255 = 49%
B 87 of 255 = 34%

53
124
87

R + G + B ~ 35%. #357C57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 124 + 87 = 264 (100%)
R 53 of 264 ~ 20.08%
G 124 of 264 ~ 46.97%
B 87 of 264 ~ 32.95%

%20.08
%46.97
%32.95

CMYK color model

#357C57 color CMYK value is (57,0,30,51).

  • cyan value is 57.26%
  • magenta value is 0.00%
  • yellow value is 29.84%
  • key color value is 51.37%
CMYK:
(57,0,30,51)
C57M0Y30K51 
(57%,0%,30%,51%)
(0.57/0.00/0.30/0.51)	

CMYK percentages

%57.26
%0
%29.84
%51.37

Codes

Color #357C57 in popluar color models

357C57
RGB5312487
HSL149°40.11%34.71%
HSB/HSV149°57.26%48.63%
CMYK57.26%0.00%29.84%
51.37%

Color #357C57 in popluar number systems.

HEX357C57
Decimal5312487
Binary11010111111001010111
Octal65174127

Shades and tints

Shades of #357C57

#357C57
(53,124,87)
#317150
(49,113,80)
#2D6649
(45,102,73)
#295B42
(41,91,66)
#25503B
(37,80,59)
#214534
(33,69,52)
#1D3A2D
(29,58,45)
#192F26
(25,47,38)
#15241F
(21,36,31)
#111918
(17,25,24)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #357C57

#357C57
(53,124,87)
#478766
(71,135,102)
#599275
(89,146,117)
#6B9D84
(107,157,132)
#7DA893
(125,168,147)
#8FB3A2
(143,179,162)
#A1BEB1
(161,190,177)
#B3C9C0
(179,201,192)
#C5D4CF
(197,212,207)
#D7DFDE
(215,223,222)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #357C57; }

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

This text font color is #357C57.


Background Color

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

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

This div background color is #357C57.


Border color

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

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

This div border color is #357C57.


Opacity

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

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

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

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

This text has shadow with #357C57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #357C57 on black background.


Color preview on white background

This text has color #357C57 on white background.



Black color preview on #357C57 background

This text has black color on #357C57 background.


White color preview on #357C57 background

This text has white color on #357C57 background.