COLOR #358A73

HEX: #358A73
RGB: (53,138,115)

Color info

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

RGB color model

#358A73 color RGB value is (53,138,115).

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

RGB channels and saturation

R 53 of 255 = 21%
G 138 of 255 = 54%
B 115 of 255 = 45%

53
138
115

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

Portions of RGB colors in percentages

R + G + B =
53 + 138 + 115 = 306 (100%)
R 53 of 306 ~ 17.32%
G 138 of 306 ~ 45.1%
B 115 of 306 ~ 37.58%

%17.32
%45.1
%37.58

CMYK color model

#358A73 color CMYK value is (62,0,17,46).

  • cyan value is 61.59%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 45.88%
CMYK:
(62,0,17,46)
C62M0Y17K46 
(62%,0%,17%,46%)
(0.62/0.00/0.17/0.46)	

CMYK percentages

%61.59
%0
%16.67
%45.88

Codes

Color #358A73 in popluar color models

358A73
RGB53138115
HSL164°44.50%37.45%
HSB/HSV164°61.59%54.12%
CMYK61.59%0.00%16.67%
45.88%

Color #358A73 in popluar number systems.

HEX358A73
Decimal53138115
Binary110101100010101110011
Octal65212163

Shades and tints

Shades of #358A73

#358A73
(53,138,115)
#317E69
(49,126,105)
#2D725F
(45,114,95)
#296655
(41,102,85)
#255A4B
(37,90,75)
#214E41
(33,78,65)
#1D4237
(29,66,55)
#19362D
(25,54,45)
#152A23
(21,42,35)
#111E19
(17,30,25)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #358A73

#358A73
(53,138,115)
#47947F
(71,148,127)
#599E8B
(89,158,139)
#6BA897
(107,168,151)
#7DB2A3
(125,178,163)
#8FBCAF
(143,188,175)
#A1C6BB
(161,198,187)
#B3D0C7
(179,208,199)
#C5DAD3
(197,218,211)
#D7E4DF
(215,228,223)
#E9EEEB
(233,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #358A73; }

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

This text font color is #358A73.


Background Color

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

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

This div background color is #358A73.


Border color

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

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

This div border color is #358A73.


Opacity

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

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

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

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

This text has shadow with #358A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #358A73 on black background.


Color preview on white background

This text has color #358A73 on white background.



Black color preview on #358A73 background

This text has black color on #358A73 background.


White color preview on #358A73 background

This text has white color on #358A73 background.