COLOR #358D6D

HEX: #358D6D
RGB: (53,141,109)

Color info

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

RGB color model

#358D6D color RGB value is (53,141,109).

  • red value is 53;
  • green value is 141;
  • blue value is 109.
RGB:
(53,141,109)
(21%,55%,43%)

RGB channels and saturation

R 53 of 255 = 21%
G 141 of 255 = 55%
B 109 of 255 = 43%

53
141
109

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

Portions of RGB colors in percentages

R + G + B =
53 + 141 + 109 = 303 (100%)
R 53 of 303 ~ 17.49%
G 141 of 303 ~ 46.53%
B 109 of 303 ~ 35.97%

%17.49
%46.53
%35.97

CMYK color model

#358D6D color CMYK value is (62,0,23,45).

  • cyan value is 62.41%
  • magenta value is 0.00%
  • yellow value is 22.70%
  • key color value is 44.71%
CMYK:
(62,0,23,45)
C62M0Y23K45 
(62%,0%,23%,45%)
(0.62/0.00/0.23/0.45)	

CMYK percentages

%62.41
%0
%22.7
%44.71

Codes

Color #358D6D in popluar color models

358D6D
RGB53141109
HSL158°45.36%38.04%
HSB/HSV158°62.41%55.29%
CMYK62.41%0.00%22.70%
44.71%

Color #358D6D in popluar number systems.

HEX358D6D
Decimal53141109
Binary110101100011011101101
Octal65215155

Shades and tints

Shades of #358D6D

#358D6D
(53,141,109)
#318164
(49,129,100)
#2D755B
(45,117,91)
#296952
(41,105,82)
#255D49
(37,93,73)
#215140
(33,81,64)
#1D4537
(29,69,55)
#19392E
(25,57,46)
#152D25
(21,45,37)
#11211C
(17,33,28)
#0D1513
(13,21,19)
#000000
(0,0,0)

Tints of #358D6D

#358D6D
(53,141,109)
#47977A
(71,151,122)
#59A187
(89,161,135)
#6BAB94
(107,171,148)
#7DB5A1
(125,181,161)
#8FBFAE
(143,191,174)
#A1C9BB
(161,201,187)
#B3D3C8
(179,211,200)
#C5DDD5
(197,221,213)
#D7E7E2
(215,231,226)
#E9F1EF
(233,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #358D6D color. Also use rgb(53,141,109) instead hex code.

Text Font Color

.myTextColor { color: #358D6D; }

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

This text font color is #358D6D.


Background Color

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

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

This div background color is #358D6D.


Border color

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

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

This div border color is #358D6D.


Opacity

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

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

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

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

This text has shadow with #358D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #358D6D on black background.


Color preview on white background

This text has color #358D6D on white background.



Black color preview on #358D6D background

This text has black color on #358D6D background.


White color preview on #358D6D background

This text has white color on #358D6D background.