COLOR #335A65

HEX: #335A65
RGB: (51,90,101)

Color info

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

RGB color model

#335A65 color RGB value is (51,90,101).

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

RGB channels and saturation

R 51 of 255 = 20%
G 90 of 255 = 35%
B 101 of 255 = 40%

51
90
101

R + G + B ~ 32%. #335A65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 90 + 101 = 242 (100%)
R 51 of 242 ~ 21.07%
G 90 of 242 ~ 37.19%
B 101 of 242 ~ 41.74%

%21.07
%37.19
%41.74

CMYK color model

#335A65 color CMYK value is (50,11,0,60).

  • cyan value is 49.50%
  • magenta value is 10.89%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(50,11,0,60)
C50M11Y0K60 
(50%,11%,0%,60%)
(0.50/0.11/0.00/0.60)	

CMYK percentages

%49.5
%10.89
%0
%60.39

Codes

Color #335A65 in popluar color models

335A65
RGB5190101
HSL193°32.89%29.80%
HSB/HSV193°49.50%39.61%
CMYK49.50%10.89%0.00%
60.39%

Color #335A65 in popluar number systems.

HEX335A65
Decimal5190101
Binary11001110110101100101
Octal63132145

Shades and tints

Shades of #335A65

#335A65
(51,90,101)
#2F525C
(47,82,92)
#2B4A53
(43,74,83)
#27424A
(39,66,74)
#233A41
(35,58,65)
#1F3238
(31,50,56)
#1B2A2F
(27,42,47)
#172226
(23,34,38)
#131A1D
(19,26,29)
#0F1214
(15,18,20)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #335A65

#335A65
(51,90,101)
#456973
(69,105,115)
#577881
(87,120,129)
#69878F
(105,135,143)
#7B969D
(123,150,157)
#8DA5AB
(141,165,171)
#9FB4B9
(159,180,185)
#B1C3C7
(177,195,199)
#C3D2D5
(195,210,213)
#D5E1E3
(213,225,227)
#E7F0F1
(231,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #335A65; }

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

This text font color is #335A65.


Background Color

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

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

This div background color is #335A65.


Border color

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

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

This div border color is #335A65.


Opacity

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

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

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

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

This text has shadow with #335A65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335A65 on black background.


Color preview on white background

This text has color #335A65 on white background.



Black color preview on #335A65 background

This text has black color on #335A65 background.


White color preview on #335A65 background

This text has white color on #335A65 background.