COLOR #359F55

HEX: #359F55
RGB: (53,159,85)

Color info

#359F55 contains mainly green color. Web safe color of #359F55 is #339966 (or #396).

RGB color model

#359F55 color RGB value is (53,159,85).

  • red value is 53;
  • green value is 159;
  • blue value is 85.
RGB:
(53,159,85)
(21%,62%,33%)

RGB channels and saturation

R 53 of 255 = 21%
G 159 of 255 = 62%
B 85 of 255 = 33%

53
159
85

R + G + B ~ 39%. #359F55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 159 + 85 = 297 (100%)
R 53 of 297 ~ 17.85%
G 159 of 297 ~ 53.54%
B 85 of 297 ~ 28.62%

%17.85
%53.54
%28.62

CMYK color model

#359F55 color CMYK value is (67,0,47,38).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 46.54%
  • key color value is 37.65%
CMYK:
(67,0,47,38)
C67M0Y47K38 
(67%,0%,47%,38%)
(0.67/0.00/0.47/0.38)	

CMYK percentages

%66.67
%0
%46.54
%37.65

Codes

Color #359F55 in popluar color models

359F55
RGB5315985
HSL138°50.00%41.57%
HSB/HSV138°66.67%62.35%
CMYK66.67%0.00%46.54%
37.65%

Color #359F55 in popluar number systems.

HEX359F55
Decimal5315985
Binary110101100111111010101
Octal65237125

Shades and tints

Shades of #359F55

#359F55
(53,159,85)
#31914E
(49,145,78)
#2D8347
(45,131,71)
#297540
(41,117,64)
#256739
(37,103,57)
#215932
(33,89,50)
#1D4B2B
(29,75,43)
#193D24
(25,61,36)
#152F1D
(21,47,29)
#112116
(17,33,22)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #359F55

#359F55
(53,159,85)
#47A764
(71,167,100)
#59AF73
(89,175,115)
#6BB782
(107,183,130)
#7DBF91
(125,191,145)
#8FC7A0
(143,199,160)
#A1CFAF
(161,207,175)
#B3D7BE
(179,215,190)
#C5DFCD
(197,223,205)
#D7E7DC
(215,231,220)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #359F55 color. Also use rgb(53,159,85) instead hex code.

Text Font Color

.myTextColor { color: #359F55; }

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

This text font color is #359F55.


Background Color

.myBgColor { background-color: #359F55; }

<div style="background-color:#359F55">Inner text</div>

This div background color is #359F55.


Border color

.myBorderColor { border: 1px solid #359F55; }

<div style="border:3px solid #359F55">Div</div>

This div border color is #359F55.


Opacity

.myOpacity80 { color: #359F55; opacity: 0.8; }

<p style="color:#359F55;opacity:0.8;">80%</p>

Text with #359F55 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 #359F55;}

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

This text has shadow with #359F55 color.

.textShadow {text-shadow: 3px 3px 1px #359F55, 3px 3px 1px red;}

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

This text has shadow with #359F55 primary color and red secondary color.


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

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

This text has shadow with #359F55 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #359F55 on black background.


Color preview on white background

This text has color #359F55 on white background.



Black color preview on #359F55 background

This text has black color on #359F55 background.


White color preview on #359F55 background

This text has white color on #359F55 background.