COLOR #358A5F

HEX: #358A5F
RGB: (53,138,95)

Color info

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

RGB color model

#358A5F color RGB value is (53,138,95).

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

RGB channels and saturation

R 53 of 255 = 21%
G 138 of 255 = 54%
B 95 of 255 = 37%

53
138
95

R + G + B ~ 37%. #358A5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 138 + 95 = 286 (100%)
R 53 of 286 ~ 18.53%
G 138 of 286 ~ 48.25%
B 95 of 286 ~ 33.22%

%18.53
%48.25
%33.22

CMYK color model

#358A5F color CMYK value is (62,0,31,46).

  • cyan value is 61.59%
  • magenta value is 0.00%
  • yellow value is 31.16%
  • key color value is 45.88%
CMYK:
(62,0,31,46)
C62M0Y31K46 
(62%,0%,31%,46%)
(0.62/0.00/0.31/0.46)	

CMYK percentages

%61.59
%0
%31.16
%45.88

Codes

Color #358A5F in popluar color models

358A5F
RGB5313895
HSL150°44.50%37.45%
HSB/HSV150°61.59%54.12%
CMYK61.59%0.00%31.16%
45.88%

Color #358A5F in popluar number systems.

HEX358A5F
Decimal5313895
Binary110101100010101011111
Octal65212137

Shades and tints

Shades of #358A5F

#358A5F
(53,138,95)
#317E57
(49,126,87)
#2D724F
(45,114,79)
#296647
(41,102,71)
#255A3F
(37,90,63)
#214E37
(33,78,55)
#1D422F
(29,66,47)
#193627
(25,54,39)
#152A1F
(21,42,31)
#111E17
(17,30,23)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #358A5F

#358A5F
(53,138,95)
#47946D
(71,148,109)
#599E7B
(89,158,123)
#6BA889
(107,168,137)
#7DB297
(125,178,151)
#8FBCA5
(143,188,165)
#A1C6B3
(161,198,179)
#B3D0C1
(179,208,193)
#C5DACF
(197,218,207)
#D7E4DD
(215,228,221)
#E9EEEB
(233,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #358A5F; }

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

This text font color is #358A5F.


Background Color

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

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

This div background color is #358A5F.


Border color

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

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

This div border color is #358A5F.


Opacity

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

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

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

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

This text has shadow with #358A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #358A5F on black background.


Color preview on white background

This text has color #358A5F on white background.



Black color preview on #358A5F background

This text has black color on #358A5F background.


White color preview on #358A5F background

This text has white color on #358A5F background.