COLOR #359991

HEX: #359991
RGB: (53,153,145)

Color info

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

RGB color model

#359991 color RGB value is (53,153,145).

  • red value is 53;
  • green value is 153;
  • blue value is 145.
RGB:
(53,153,145)
(21%,60%,57%)

RGB channels and saturation

R 53 of 255 = 21%
G 153 of 255 = 60%
B 145 of 255 = 57%

53
153
145

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

Portions of RGB colors in percentages

R + G + B =
53 + 153 + 145 = 351 (100%)
R 53 of 351 ~ 15.1%
G 153 of 351 ~ 43.59%
B 145 of 351 ~ 41.31%

%15.1
%43.59
%41.31

CMYK color model

#359991 color CMYK value is (65,0,5,40).

  • cyan value is 65.36%
  • magenta value is 0.00%
  • yellow value is 5.23%
  • key color value is 40.00%
CMYK:
(65,0,5,40)
C65M0Y5K40 
(65%,0%,5%,40%)
(0.65/0.00/0.05/0.40)	

CMYK percentages

%65.36
%0
%5.23
%40

Codes

Color #359991 in popluar color models

359991
RGB53153145
HSL175°48.54%40.39%
HSB/HSV175°65.36%60.00%
CMYK65.36%0.00%5.23%
40.00%

Color #359991 in popluar number systems.

HEX359991
Decimal53153145
Binary1101011001100110010001
Octal65231221

Shades and tints

Shades of #359991

#359991
(53,153,145)
#318C84
(49,140,132)
#2D7F77
(45,127,119)
#29726A
(41,114,106)
#25655D
(37,101,93)
#215850
(33,88,80)
#1D4B43
(29,75,67)
#193E36
(25,62,54)
#153129
(21,49,41)
#11241C
(17,36,28)
#0D170F
(13,23,15)
#000000
(0,0,0)

Tints of #359991

#359991
(53,153,145)
#47A29B
(71,162,155)
#59ABA5
(89,171,165)
#6BB4AF
(107,180,175)
#7DBDB9
(125,189,185)
#8FC6C3
(143,198,195)
#A1CFCD
(161,207,205)
#B3D8D7
(179,216,215)
#C5E1E1
(197,225,225)
#D7EAEB
(215,234,235)
#E9F3F5
(233,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #359991 color. Also use rgb(53,153,145) instead hex code.

Text Font Color

.myTextColor { color: #359991; }

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

This text font color is #359991.


Background Color

.myBgColor { background-color: #359991; }

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

This div background color is #359991.


Border color

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

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

This div border color is #359991.


Opacity

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

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

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

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

This text has shadow with #359991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #359991 on black background.


Color preview on white background

This text has color #359991 on white background.



Black color preview on #359991 background

This text has black color on #359991 background.


White color preview on #359991 background

This text has white color on #359991 background.