COLOR #358F71

HEX: #358F71
RGB: (53,143,113)

Color info

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

RGB color model

#358F71 color RGB value is (53,143,113).

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

RGB channels and saturation

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

53
143
113

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

Portions of RGB colors in percentages

R + G + B =
53 + 143 + 113 = 309 (100%)
R 53 of 309 ~ 17.15%
G 143 of 309 ~ 46.28%
B 113 of 309 ~ 36.57%

%17.15
%46.28
%36.57

CMYK color model

#358F71 color CMYK value is (63,0,21,44).

  • cyan value is 62.94%
  • magenta value is 0.00%
  • yellow value is 20.98%
  • key color value is 43.92%
CMYK:
(63,0,21,44)
C63M0Y21K44 
(63%,0%,21%,44%)
(0.63/0.00/0.21/0.44)	

CMYK percentages

%62.94
%0
%20.98
%43.92

Codes

Color #358F71 in popluar color models

358F71
RGB53143113
HSL160°45.92%38.43%
HSB/HSV160°62.94%56.08%
CMYK62.94%0.00%20.98%
43.92%

Color #358F71 in popluar number systems.

HEX358F71
Decimal53143113
Binary110101100011111110001
Octal65217161

Shades and tints

Shades of #358F71

#358F71
(53,143,113)
#318267
(49,130,103)
#2D755D
(45,117,93)
#296853
(41,104,83)
#255B49
(37,91,73)
#214E3F
(33,78,63)
#1D4135
(29,65,53)
#19342B
(25,52,43)
#152721
(21,39,33)
#111A17
(17,26,23)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #358F71

#358F71
(53,143,113)
#47997D
(71,153,125)
#59A389
(89,163,137)
#6BAD95
(107,173,149)
#7DB7A1
(125,183,161)
#8FC1AD
(143,193,173)
#A1CBB9
(161,203,185)
#B3D5C5
(179,213,197)
#C5DFD1
(197,223,209)
#D7E9DD
(215,233,221)
#E9F3E9
(233,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #358F71; }

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

This text font color is #358F71.


Background Color

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

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

This div background color is #358F71.


Border color

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

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

This div border color is #358F71.


Opacity

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

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

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

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

This text has shadow with #358F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #358F71 on black background.


Color preview on white background

This text has color #358F71 on white background.



Black color preview on #358F71 background

This text has black color on #358F71 background.


White color preview on #358F71 background

This text has white color on #358F71 background.