COLOR #358A61

HEX: #358A61
RGB: (53,138,97)

Color info

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

RGB color model

#358A61 color RGB value is (53,138,97).

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

RGB channels and saturation

R 53 of 255 = 21%
G 138 of 255 = 54%
B 97 of 255 = 38%

53
138
97

R + G + B ~ 38%. #358A61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 138 + 97 = 288 (100%)
R 53 of 288 ~ 18.4%
G 138 of 288 ~ 47.92%
B 97 of 288 ~ 33.68%

%18.4
%47.92
%33.68

CMYK color model

#358A61 color CMYK value is (62,0,30,46).

  • cyan value is 61.59%
  • magenta value is 0.00%
  • yellow value is 29.71%
  • key color value is 45.88%
CMYK:
(62,0,30,46)
C62M0Y30K46 
(62%,0%,30%,46%)
(0.62/0.00/0.30/0.46)	

CMYK percentages

%61.59
%0
%29.71
%45.88

Codes

Color #358A61 in popluar color models

358A61
RGB5313897
HSL151°44.50%37.45%
HSB/HSV151°61.59%54.12%
CMYK61.59%0.00%29.71%
45.88%

Color #358A61 in popluar number systems.

HEX358A61
Decimal5313897
Binary110101100010101100001
Octal65212141

Shades and tints

Shades of #358A61

#358A61
(53,138,97)
#317E59
(49,126,89)
#2D7251
(45,114,81)
#296649
(41,102,73)
#255A41
(37,90,65)
#214E39
(33,78,57)
#1D4231
(29,66,49)
#193629
(25,54,41)
#152A21
(21,42,33)
#111E19
(17,30,25)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #358A61

#358A61
(53,138,97)
#47946F
(71,148,111)
#599E7D
(89,158,125)
#6BA88B
(107,168,139)
#7DB299
(125,178,153)
#8FBCA7
(143,188,167)
#A1C6B5
(161,198,181)
#B3D0C3
(179,208,195)
#C5DAD1
(197,218,209)
#D7E4DF
(215,228,223)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #358A61; }

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

This text font color is #358A61.


Background Color

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

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

This div background color is #358A61.


Border color

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

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

This div border color is #358A61.


Opacity

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

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

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

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

This text has shadow with #358A61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #358A61 on black background.


Color preview on white background

This text has color #358A61 on white background.



Black color preview on #358A61 background

This text has black color on #358A61 background.


White color preview on #358A61 background

This text has white color on #358A61 background.