COLOR #335A60

HEX: #335A60
RGB: (51,90,96)

Color info

#335A60 contains red, green and blue colors in about the same proportion. Web safe color of #335A60 is #336666 (or #366).

RGB color model

#335A60 color RGB value is (51,90,96).

  • red value is 51;
  • green value is 90;
  • blue value is 96.
RGB:
(51,90,96)
(20%,35%,38%)

RGB channels and saturation

R 51 of 255 = 20%
G 90 of 255 = 35%
B 96 of 255 = 38%

51
90
96

R + G + B ~ 31%. #335A60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 90 + 96 = 237 (100%)
R 51 of 237 ~ 21.52%
G 90 of 237 ~ 37.97%
B 96 of 237 ~ 40.51%

%21.52
%37.97
%40.51

CMYK color model

#335A60 color CMYK value is (47,6,0,62).

  • cyan value is 46.88%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(47,6,0,62)
C47M6Y0K62 
(47%,6%,0%,62%)
(0.47/0.06/0.00/0.62)	

CMYK percentages

%46.88
%6.25
%0
%62.35

Codes

Color #335A60 in popluar color models

335A60
RGB519096
HSL188°30.61%28.82%
HSB/HSV188°46.88%37.65%
CMYK46.88%6.25%0.00%
62.35%

Color #335A60 in popluar number systems.

HEX335A60
Decimal519096
Binary11001110110101100000
Octal63132140

Shades and tints

Shades of #335A60

#335A60
(51,90,96)
#2F5258
(47,82,88)
#2B4A50
(43,74,80)
#274248
(39,66,72)
#233A40
(35,58,64)
#1F3238
(31,50,56)
#1B2A30
(27,42,48)
#172228
(23,34,40)
#131A20
(19,26,32)
#0F1218
(15,18,24)
#0B0A10
(11,10,16)
#000000
(0,0,0)

Tints of #335A60

#335A60
(51,90,96)
#45696E
(69,105,110)
#57787C
(87,120,124)
#69878A
(105,135,138)
#7B9698
(123,150,152)
#8DA5A6
(141,165,166)
#9FB4B4
(159,180,180)
#B1C3C2
(177,195,194)
#C3D2D0
(195,210,208)
#D5E1DE
(213,225,222)
#E7F0EC
(231,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #335A60 color. Also use rgb(51,90,96) instead hex code.

Text Font Color

.myTextColor { color: #335A60; }

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

This text font color is #335A60.


Background Color

.myBgColor { background-color: #335A60; }

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

This div background color is #335A60.


Border color

.myBorderColor { border: 1px solid #335A60; }

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

This div border color is #335A60.


Opacity

.myOpacity80 { color: #335A60; opacity: 0.8; }

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

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

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

This text has shadow with #335A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335A60 on black background.


Color preview on white background

This text has color #335A60 on white background.



Black color preview on #335A60 background

This text has black color on #335A60 background.


White color preview on #335A60 background

This text has white color on #335A60 background.