COLOR #358F70

HEX: #358F70
RGB: (53,143,112)

Color info

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

RGB color model

#358F70 color RGB value is (53,143,112).

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

RGB channels and saturation

R 53 of 255 = 21%
G 143 of 255 = 56%
B 112 of 255 = 44%

53
143
112

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

Portions of RGB colors in percentages

R + G + B =
53 + 143 + 112 = 308 (100%)
R 53 of 308 ~ 17.21%
G 143 of 308 ~ 46.43%
B 112 of 308 ~ 36.36%

%17.21
%46.43
%36.36

CMYK color model

#358F70 color CMYK value is (63,0,22,44).

  • cyan value is 62.94%
  • magenta value is 0.00%
  • yellow value is 21.68%
  • key color value is 43.92%
CMYK:
(63,0,22,44)
C63M0Y22K44 
(63%,0%,22%,44%)
(0.63/0.00/0.22/0.44)	

CMYK percentages

%62.94
%0
%21.68
%43.92

Codes

Color #358F70 in popluar color models

358F70
RGB53143112
HSL159°45.92%38.43%
HSB/HSV159°62.94%56.08%
CMYK62.94%0.00%21.68%
43.92%

Color #358F70 in popluar number systems.

HEX358F70
Decimal53143112
Binary110101100011111110000
Octal65217160

Shades and tints

Shades of #358F70

#358F70
(53,143,112)
#318266
(49,130,102)
#2D755C
(45,117,92)
#296852
(41,104,82)
#255B48
(37,91,72)
#214E3E
(33,78,62)
#1D4134
(29,65,52)
#19342A
(25,52,42)
#152720
(21,39,32)
#111A16
(17,26,22)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #358F70

#358F70
(53,143,112)
#47997D
(71,153,125)
#59A38A
(89,163,138)
#6BAD97
(107,173,151)
#7DB7A4
(125,183,164)
#8FC1B1
(143,193,177)
#A1CBBE
(161,203,190)
#B3D5CB
(179,213,203)
#C5DFD8
(197,223,216)
#D7E9E5
(215,233,229)
#E9F3F2
(233,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #358F70; }

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

This text font color is #358F70.


Background Color

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

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

This div background color is #358F70.


Border color

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

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

This div border color is #358F70.


Opacity

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

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

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

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

This text has shadow with #358F70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #358F70 on black background.


Color preview on white background

This text has color #358F70 on white background.



Black color preview on #358F70 background

This text has black color on #358F70 background.


White color preview on #358F70 background

This text has white color on #358F70 background.