COLOR #358682

HEX: #358682
RGB: (53,134,130)

Color info

#358682 contains mainly green and blue colors. Web safe color of #358682 is #339999 (or #399).

RGB color model

#358682 color RGB value is (53,134,130).

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

RGB channels and saturation

R 53 of 255 = 21%
G 134 of 255 = 53%
B 130 of 255 = 51%

53
134
130

R + G + B ~ 42%. #358682 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
53 + 134 + 130 = 317 (100%)
R 53 of 317 ~ 16.72%
G 134 of 317 ~ 42.27%
B 130 of 317 ~ 41.01%

%16.72
%42.27
%41.01

CMYK color model

#358682 color CMYK value is (60,0,3,47).

  • cyan value is 60.45%
  • magenta value is 0.00%
  • yellow value is 2.99%
  • key color value is 47.45%
CMYK:
(60,0,3,47)
C60M0Y3K47 
(60%,0%,3%,47%)
(0.60/0.00/0.03/0.47)	

CMYK percentages

%60.45
%0
%2.99
%47.45

Codes

Color #358682 in popluar color models

358682
RGB53134130
HSL177°43.32%36.67%
HSB/HSV177°60.45%52.55%
CMYK60.45%0.00%2.99%
47.45%

Color #358682 in popluar number systems.

HEX358682
Decimal53134130
Binary1101011000011010000010
Octal65206202

Shades and tints

Shades of #358682

#358682
(53,134,130)
#317A77
(49,122,119)
#2D6E6C
(45,110,108)
#296261
(41,98,97)
#255656
(37,86,86)
#214A4B
(33,74,75)
#1D3E40
(29,62,64)
#193235
(25,50,53)
#15262A
(21,38,42)
#111A1F
(17,26,31)
#0D0E14
(13,14,20)
#000000
(0,0,0)

Tints of #358682

#358682
(53,134,130)
#47918D
(71,145,141)
#599C98
(89,156,152)
#6BA7A3
(107,167,163)
#7DB2AE
(125,178,174)
#8FBDB9
(143,189,185)
#A1C8C4
(161,200,196)
#B3D3CF
(179,211,207)
#C5DEDA
(197,222,218)
#D7E9E5
(215,233,229)
#E9F4F0
(233,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #358682; }

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

This text font color is #358682.


Background Color

.myBgColor { background-color: #358682; }

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

This div background color is #358682.


Border color

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

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

This div border color is #358682.


Opacity

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

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

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

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

This text has shadow with #358682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #358682 on black background.


Color preview on white background

This text has color #358682 on white background.



Black color preview on #358682 background

This text has black color on #358682 background.


White color preview on #358682 background

This text has white color on #358682 background.