COLOR #357576

HEX: #357576
RGB: (53,117,118)

Color info

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

RGB color model

#357576 color RGB value is (53,117,118).

  • red value is 53;
  • green value is 117;
  • blue value is 118.
RGB:
(53,117,118)
(21%,46%,46%)

RGB channels and saturation

R 53 of 255 = 21%
G 117 of 255 = 46%
B 118 of 255 = 46%

53
117
118

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

Portions of RGB colors in percentages

R + G + B =
53 + 117 + 118 = 288 (100%)
R 53 of 288 ~ 18.4%
G 117 of 288 ~ 40.63%
B 118 of 288 ~ 40.97%

%18.4
%40.63
%40.97

CMYK color model

#357576 color CMYK value is (55,1,0,54).

  • cyan value is 55.08%
  • magenta value is 0.85%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(55,1,0,54)
C55M1Y0K54 
(55%,1%,0%,54%)
(0.55/0.01/0.00/0.54)	

CMYK percentages

%55.08
%0.85
%0
%53.73

Codes

Color #357576 in popluar color models

357576
RGB53117118
HSL181°38.01%33.53%
HSB/HSV181°55.08%46.27%
CMYK55.08%0.85%0.00%
53.73%

Color #357576 in popluar number systems.

HEX357576
Decimal53117118
Binary11010111101011110110
Octal65165166

Shades and tints

Shades of #357576

#357576
(53,117,118)
#316B6C
(49,107,108)
#2D6162
(45,97,98)
#295758
(41,87,88)
#254D4E
(37,77,78)
#214344
(33,67,68)
#1D393A
(29,57,58)
#192F30
(25,47,48)
#152526
(21,37,38)
#111B1C
(17,27,28)
#0D1112
(13,17,18)
#000000
(0,0,0)

Tints of #357576

#357576
(53,117,118)
#478182
(71,129,130)
#598D8E
(89,141,142)
#6B999A
(107,153,154)
#7DA5A6
(125,165,166)
#8FB1B2
(143,177,178)
#A1BDBE
(161,189,190)
#B3C9CA
(179,201,202)
#C5D5D6
(197,213,214)
#D7E1E2
(215,225,226)
#E9EDEE
(233,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #357576 color. Also use rgb(53,117,118) instead hex code.

Text Font Color

.myTextColor { color: #357576; }

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

This text font color is #357576.


Background Color

.myBgColor { background-color: #357576; }

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

This div background color is #357576.


Border color

.myBorderColor { border: 1px solid #357576; }

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

This div border color is #357576.


Opacity

.myOpacity80 { color: #357576; opacity: 0.8; }

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

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

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

This text has shadow with #357576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #357576 on black background.


Color preview on white background

This text has color #357576 on white background.



Black color preview on #357576 background

This text has black color on #357576 background.


White color preview on #357576 background

This text has white color on #357576 background.