COLOR #358E73

HEX: #358E73
RGB: (53,142,115)

Color info

#358E73 contains mainly green and blue colors. Web safe color of #358E73 is #339966 (or #396).

RGB color model

#358E73 color RGB value is (53,142,115).

  • red value is 53;
  • green value is 142;
  • blue value is 115.
RGB:
(53,142,115)
(21%,56%,45%)

RGB channels and saturation

R 53 of 255 = 21%
G 142 of 255 = 56%
B 115 of 255 = 45%

53
142
115

R + G + B ~ 41%. #358E73 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
53 + 142 + 115 = 310 (100%)
R 53 of 310 ~ 17.1%
G 142 of 310 ~ 45.81%
B 115 of 310 ~ 37.1%

%17.1
%45.81
%37.1

CMYK color model

#358E73 color CMYK value is (63,0,19,44).

  • cyan value is 62.68%
  • magenta value is 0.00%
  • yellow value is 19.01%
  • key color value is 44.31%
CMYK:
(63,0,19,44)
C63M0Y19K44 
(63%,0%,19%,44%)
(0.63/0.00/0.19/0.44)	

CMYK percentages

%62.68
%0
%19.01
%44.31

Codes

Color #358E73 in popluar color models

358E73
RGB53142115
HSL162°45.64%38.24%
HSB/HSV162°62.68%55.69%
CMYK62.68%0.00%19.01%
44.31%

Color #358E73 in popluar number systems.

HEX358E73
Decimal53142115
Binary110101100011101110011
Octal65216163

Shades and tints

Shades of #358E73

#358E73
(53,142,115)
#318269
(49,130,105)
#2D765F
(45,118,95)
#296A55
(41,106,85)
#255E4B
(37,94,75)
#215241
(33,82,65)
#1D4637
(29,70,55)
#193A2D
(25,58,45)
#152E23
(21,46,35)
#112219
(17,34,25)
#0D160F
(13,22,15)
#000000
(0,0,0)

Tints of #358E73

#358E73
(53,142,115)
#47987F
(71,152,127)
#59A28B
(89,162,139)
#6BAC97
(107,172,151)
#7DB6A3
(125,182,163)
#8FC0AF
(143,192,175)
#A1CABB
(161,202,187)
#B3D4C7
(179,212,199)
#C5DED3
(197,222,211)
#D7E8DF
(215,232,223)
#E9F2EB
(233,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #358E73 color. Also use rgb(53,142,115) instead hex code.

Text Font Color

.myTextColor { color: #358E73; }

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

This text font color is #358E73.


Background Color

.myBgColor { background-color: #358E73; }

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

This div background color is #358E73.


Border color

.myBorderColor { border: 1px solid #358E73; }

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

This div border color is #358E73.


Opacity

.myOpacity80 { color: #358E73; opacity: 0.8; }

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

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

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

This text has shadow with #358E73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #358E73 on black background.


Color preview on white background

This text has color #358E73 on white background.



Black color preview on #358E73 background

This text has black color on #358E73 background.


White color preview on #358E73 background

This text has white color on #358E73 background.