COLOR #359585

HEX: #359585
RGB: (53,149,133)

Color info

#359585 contains mainly green and blue colors. Web safe color of #359585 is #339999 (or #399).

RGB color model

#359585 color RGB value is (53,149,133).

  • red value is 53;
  • green value is 149;
  • blue value is 133.
RGB:
(53,149,133)
(21%,58%,52%)

RGB channels and saturation

R 53 of 255 = 21%
G 149 of 255 = 58%
B 133 of 255 = 52%

53
149
133

R + G + B ~ 44%. #359585 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
53 + 149 + 133 = 335 (100%)
R 53 of 335 ~ 15.82%
G 149 of 335 ~ 44.48%
B 133 of 335 ~ 39.7%

%15.82
%44.48
%39.7

CMYK color model

#359585 color CMYK value is (64,0,11,42).

  • cyan value is 64.43%
  • magenta value is 0.00%
  • yellow value is 10.74%
  • key color value is 41.57%
CMYK:
(64,0,11,42)
C64M0Y11K42 
(64%,0%,11%,42%)
(0.64/0.00/0.11/0.42)	

CMYK percentages

%64.43
%0
%10.74
%41.57

Codes

Color #359585 in popluar color models

359585
RGB53149133
HSL170°47.52%39.61%
HSB/HSV170°64.43%58.43%
CMYK64.43%0.00%10.74%
41.57%

Color #359585 in popluar number systems.

HEX359585
Decimal53149133
Binary1101011001010110000101
Octal65225205

Shades and tints

Shades of #359585

#359585
(53,149,133)
#318879
(49,136,121)
#2D7B6D
(45,123,109)
#296E61
(41,110,97)
#256155
(37,97,85)
#215449
(33,84,73)
#1D473D
(29,71,61)
#193A31
(25,58,49)
#152D25
(21,45,37)
#112019
(17,32,25)
#0D130D
(13,19,13)
#000000
(0,0,0)

Tints of #359585

#359585
(53,149,133)
#479E90
(71,158,144)
#59A79B
(89,167,155)
#6BB0A6
(107,176,166)
#7DB9B1
(125,185,177)
#8FC2BC
(143,194,188)
#A1CBC7
(161,203,199)
#B3D4D2
(179,212,210)
#C5DDDD
(197,221,221)
#D7E6E8
(215,230,232)
#E9EFF3
(233,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #359585 color. Also use rgb(53,149,133) instead hex code.

Text Font Color

.myTextColor { color: #359585; }

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

This text font color is #359585.


Background Color

.myBgColor { background-color: #359585; }

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

This div background color is #359585.


Border color

.myBorderColor { border: 1px solid #359585; }

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

This div border color is #359585.


Opacity

.myOpacity80 { color: #359585; opacity: 0.8; }

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

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

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

This text has shadow with #359585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #359585 on black background.


Color preview on white background

This text has color #359585 on white background.



Black color preview on #359585 background

This text has black color on #359585 background.


White color preview on #359585 background

This text has white color on #359585 background.