COLOR #357D82

HEX: #357D82
RGB: (53,125,130)

Color info

#357D82 contains mainly green and blue colors. Web safe color of #357D82 is #336699 (or #369).

RGB color model

#357D82 color RGB value is (53,125,130).

  • red value is 53;
  • green value is 125;
  • blue value is 130.
RGB:
(53,125,130)
(21%,49%,51%)

RGB channels and saturation

R 53 of 255 = 21%
G 125 of 255 = 49%
B 130 of 255 = 51%

53
125
130

R + G + B ~ 40%. #357D82 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
53 + 125 + 130 = 308 (100%)
R 53 of 308 ~ 17.21%
G 125 of 308 ~ 40.58%
B 130 of 308 ~ 42.21%

%17.21
%40.58
%42.21

CMYK color model

#357D82 color CMYK value is (59,4,0,49).

  • cyan value is 59.23%
  • magenta value is 3.85%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(59,4,0,49)
C59M4Y0K49 
(59%,4%,0%,49%)
(0.59/0.04/0.00/0.49)	

CMYK percentages

%59.23
%3.85
%0
%49.02

Codes

Color #357D82 in popluar color models

357D82
RGB53125130
HSL184°42.08%35.88%
HSB/HSV184°59.23%50.98%
CMYK59.23%3.85%0.00%
49.02%

Color #357D82 in popluar number systems.

HEX357D82
Decimal53125130
Binary110101111110110000010
Octal65175202

Shades and tints

Shades of #357D82

#357D82
(53,125,130)
#317277
(49,114,119)
#2D676C
(45,103,108)
#295C61
(41,92,97)
#255156
(37,81,86)
#21464B
(33,70,75)
#1D3B40
(29,59,64)
#193035
(25,48,53)
#15252A
(21,37,42)
#111A1F
(17,26,31)
#0D0F14
(13,15,20)
#000000
(0,0,0)

Tints of #357D82

#357D82
(53,125,130)
#47888D
(71,136,141)
#599398
(89,147,152)
#6B9EA3
(107,158,163)
#7DA9AE
(125,169,174)
#8FB4B9
(143,180,185)
#A1BFC4
(161,191,196)
#B3CACF
(179,202,207)
#C5D5DA
(197,213,218)
#D7E0E5
(215,224,229)
#E9EBF0
(233,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #357D82 color. Also use rgb(53,125,130) instead hex code.

Text Font Color

.myTextColor { color: #357D82; }

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

This text font color is #357D82.


Background Color

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

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

This div background color is #357D82.


Border color

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

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

This div border color is #357D82.


Opacity

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

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

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

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

This text has shadow with #357D82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #357D82 on black background.


Color preview on white background

This text has color #357D82 on white background.



Black color preview on #357D82 background

This text has black color on #357D82 background.


White color preview on #357D82 background

This text has white color on #357D82 background.