COLOR #358D66

HEX: #358D66 RGB: (53,141,102)

Color info

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

RGB color model

#358D66 color RGB value is (53,141,102).

RGB: (53,141,102) (21%, 55%, 40%)

RGB channels and saturation

R 53 of 255 = 21%
G 141 of 255 = 55%
B 102 of 255 = 40%

53
141
102

R + G + B ~ 39%. #358D66 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 141 + 102 = 296 (100%)
R 53 of 296 ~ 17.91%
G 141 of 296 ~ 47.64%
B 102 of 296 ~ 34.46'%

%17.91
%47.64
%34.46

CMYK color model

#358D66 color CMYK value is (62,0,28,45).

  • cyan value is 62.41%
  • magenta value is 0.00%
  • yellow value is 27.66%
  • key color value is 44.71%

CMYK: (62,0,28,45)
C62M0Y28K45 (62%, 0%, 28%, 45%)
(0.62 / 0.00 / 0.28 / 0.45)

CMYK percentages

%62.41
%0
%27.66
%44.71

Codes

Color #358D66 in popluar color models

35 8D 66
RGB 53 141 102
HSL 153° 45.36% 38.04%
HSB/HSV 153° 62.41% 55.29%
CMYK 62.41% 0.00% 27.66%
44.71%

Color #358D66 in popluar number systems.

HEX 35 8D 66
Decimal 53 141 102
Binary 110101 10001101 1100110
Octal 65 215 146

Shades and tints

Shades of #358D66

#358D66
(53,141,102)
#31815D
(49,129,93)
#2D7554
(45,117,84)
#29694B
(41,105,75)
#255D42
(37,93,66)
#215139
(33,81,57)
#1D4530
(29,69,48)
#193927
(25,57,39)
#152D1E
(21,45,30)
#112115
(17,33,21)
#0D150C
(13,21,12)
#000000
(0,0,0)

Tints of #358D66

#358D66
(53,141,102)
#479773
(71,151,115)
#59A180
(89,161,128)
#6BAB8D
(107,171,141)
#7DB59A
(125,181,154)
#8FBFA7
(143,191,167)
#A1C9B4
(161,201,180)
#B3D3C1
(179,211,193)
#C5DDCE
(197,221,206)
#D7E7DB
(215,231,219)
#E9F1E8
(233,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #358D66; }

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

This text font color is #358D66.

Background Color

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

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

This div background color is #358D66.

Border color

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

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

This div border color is #358D66.

Opacity

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

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

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

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

This text has shadow with #358D66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #358D66.

Preview

Color preview on black background

This text has color #358D66 on black background.


Color preview on white background

This text has color #358D66 on white background.


Black color preview on #358D66 background

This text has black color on #358D66 background.


White color preview on #358D66 background

This text has white color on #358D66 background.


Related colors

Complementary color

Complementary color for #hex is #CA7299.


I love getcolorcode.com

Triadic colors

1 #66358D and #8D6635 with #358D66 are triadic colors.

2 #668D35 and #8D3566 with #358D66 are triadic colors.