COLOR #359D94

HEX: #359D94
RGB: (53,157,148)

Color info

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

RGB color model

#359D94 color RGB value is (53,157,148).

  • red value is 53;
  • green value is 157;
  • blue value is 148.
RGB:
(53,157,148)
(21%,62%,58%)

RGB channels and saturation

R 53 of 255 = 21%
G 157 of 255 = 62%
B 148 of 255 = 58%

53
157
148

R + G + B ~ 47%. #359D94 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
53 + 157 + 148 = 358 (100%)
R 53 of 358 ~ 14.8%
G 157 of 358 ~ 43.85%
B 148 of 358 ~ 41.34%

%14.8
%43.85
%41.34

CMYK color model

#359D94 color CMYK value is (66,0,6,38).

  • cyan value is 66.24%
  • magenta value is 0.00%
  • yellow value is 5.73%
  • key color value is 38.43%
CMYK:
(66,0,6,38)
C66M0Y6K38 
(66%,0%,6%,38%)
(0.66/0.00/0.06/0.38)	

CMYK percentages

%66.24
%0
%5.73
%38.43

Codes

Color #359D94 in popluar color models

359D94
RGB53157148
HSL175°49.52%41.18%
HSB/HSV175°66.24%61.57%
CMYK66.24%0.00%5.73%
38.43%

Color #359D94 in popluar number systems.

HEX359D94
Decimal53157148
Binary1101011001110110010100
Octal65235224

Shades and tints

Shades of #359D94

#359D94
(53,157,148)
#318F87
(49,143,135)
#2D817A
(45,129,122)
#29736D
(41,115,109)
#256560
(37,101,96)
#215753
(33,87,83)
#1D4946
(29,73,70)
#193B39
(25,59,57)
#152D2C
(21,45,44)
#111F1F
(17,31,31)
#0D1112
(13,17,18)
#000000
(0,0,0)

Tints of #359D94

#359D94
(53,157,148)
#47A59D
(71,165,157)
#59ADA6
(89,173,166)
#6BB5AF
(107,181,175)
#7DBDB8
(125,189,184)
#8FC5C1
(143,197,193)
#A1CDCA
(161,205,202)
#B3D5D3
(179,213,211)
#C5DDDC
(197,221,220)
#D7E5E5
(215,229,229)
#E9EDEE
(233,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #359D94 color. Also use rgb(53,157,148) instead hex code.

Text Font Color

.myTextColor { color: #359D94; }

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

This text font color is #359D94.


Background Color

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

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

This div background color is #359D94.


Border color

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

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

This div border color is #359D94.


Opacity

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

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

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

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

This text has shadow with #359D94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #359D94 on black background.


Color preview on white background

This text has color #359D94 on white background.



Black color preview on #359D94 background

This text has black color on #359D94 background.


White color preview on #359D94 background

This text has white color on #359D94 background.