COLOR #35939F

HEX: #35939F
RGB: (53,147,159)

Color info

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

RGB color model

#35939F color RGB value is (53,147,159).

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

RGB channels and saturation

R 53 of 255 = 21%
G 147 of 255 = 58%
B 159 of 255 = 62%

53
147
159

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

Portions of RGB colors in percentages

R + G + B =
53 + 147 + 159 = 359 (100%)
R 53 of 359 ~ 14.76%
G 147 of 359 ~ 40.95%
B 159 of 359 ~ 44.29%

%14.76
%40.95
%44.29

CMYK color model

#35939F color CMYK value is (67,8,0,38).

  • cyan value is 66.67%
  • magenta value is 7.55%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(67,8,0,38)
C67M8Y0K38 
(67%,8%,0%,38%)
(0.67/0.08/0.00/0.38)	

CMYK percentages

%66.67
%7.55
%0
%37.65

Codes

Color #35939F in popluar color models

35939F
RGB53147159
HSL187°50.00%41.57%
HSB/HSV187°66.67%62.35%
CMYK66.67%7.55%0.00%
37.65%

Color #35939F in popluar number systems.

HEX35939F
Decimal53147159
Binary1101011001001110011111
Octal65223237

Shades and tints

Shades of #35939F

#35939F
(53,147,159)
#318691
(49,134,145)
#2D7983
(45,121,131)
#296C75
(41,108,117)
#255F67
(37,95,103)
#215259
(33,82,89)
#1D454B
(29,69,75)
#19383D
(25,56,61)
#152B2F
(21,43,47)
#111E21
(17,30,33)
#0D1113
(13,17,19)
#000000
(0,0,0)

Tints of #35939F

#35939F
(53,147,159)
#479CA7
(71,156,167)
#59A5AF
(89,165,175)
#6BAEB7
(107,174,183)
#7DB7BF
(125,183,191)
#8FC0C7
(143,192,199)
#A1C9CF
(161,201,207)
#B3D2D7
(179,210,215)
#C5DBDF
(197,219,223)
#D7E4E7
(215,228,231)
#E9EDEF
(233,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35939F color. Also use rgb(53,147,159) instead hex code.

Text Font Color

.myTextColor { color: #35939F; }

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

This text font color is #35939F.


Background Color

.myBgColor { background-color: #35939F; }

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

This div background color is #35939F.


Border color

.myBorderColor { border: 1px solid #35939F; }

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

This div border color is #35939F.


Opacity

.myOpacity80 { color: #35939F; opacity: 0.8; }

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

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

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

This text has shadow with #35939F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35939F on black background.


Color preview on white background

This text has color #35939F on white background.



Black color preview on #35939F background

This text has black color on #35939F background.


White color preview on #35939F background

This text has white color on #35939F background.