COLOR #357076

HEX: #357076
RGB: (53,112,118)

Color info

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

RGB color model

#357076 color RGB value is (53,112,118).

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

RGB channels and saturation

R 53 of 255 = 21%
G 112 of 255 = 44%
B 118 of 255 = 46%

53
112
118

R + G + B ~ 37%. #357076 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 112 + 118 = 283 (100%)
R 53 of 283 ~ 18.73%
G 112 of 283 ~ 39.58%
B 118 of 283 ~ 41.7%

%18.73
%39.58
%41.7

CMYK color model

#357076 color CMYK value is (55,5,0,54).

  • cyan value is 55.08%
  • magenta value is 5.08%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(55,5,0,54)
C55M5Y0K54 
(55%,5%,0%,54%)
(0.55/0.05/0.00/0.54)	

CMYK percentages

%55.08
%5.08
%0
%53.73

Codes

Color #357076 in popluar color models

357076
RGB53112118
HSL186°38.01%33.53%
HSB/HSV186°55.08%46.27%
CMYK55.08%5.08%0.00%
53.73%

Color #357076 in popluar number systems.

HEX357076
Decimal53112118
Binary11010111100001110110
Octal65160166

Shades and tints

Shades of #357076

#357076
(53,112,118)
#31666C
(49,102,108)
#2D5C62
(45,92,98)
#295258
(41,82,88)
#25484E
(37,72,78)
#213E44
(33,62,68)
#1D343A
(29,52,58)
#192A30
(25,42,48)
#152026
(21,32,38)
#11161C
(17,22,28)
#0D0C12
(13,12,18)
#000000
(0,0,0)

Tints of #357076

#357076
(53,112,118)
#477D82
(71,125,130)
#598A8E
(89,138,142)
#6B979A
(107,151,154)
#7DA4A6
(125,164,166)
#8FB1B2
(143,177,178)
#A1BEBE
(161,190,190)
#B3CBCA
(179,203,202)
#C5D8D6
(197,216,214)
#D7E5E2
(215,229,226)
#E9F2EE
(233,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #357076; }

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

This text font color is #357076.


Background Color

.myBgColor { background-color: #357076; }

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

This div background color is #357076.


Border color

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

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

This div border color is #357076.


Opacity

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

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

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

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

This text has shadow with #357076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #357076 on black background.


Color preview on white background

This text has color #357076 on white background.



Black color preview on #357076 background

This text has black color on #357076 background.


White color preview on #357076 background

This text has white color on #357076 background.