COLOR #335B65

HEX: #335B65
RGB: (51,91,101)

Color info

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

RGB color model

#335B65 color RGB value is (51,91,101).

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

RGB channels and saturation

R 51 of 255 = 20%
G 91 of 255 = 36%
B 101 of 255 = 40%

51
91
101

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

Portions of RGB colors in percentages

R + G + B =
51 + 91 + 101 = 243 (100%)
R 51 of 243 ~ 20.99%
G 91 of 243 ~ 37.45%
B 101 of 243 ~ 41.56%

%20.99
%37.45
%41.56

CMYK color model

#335B65 color CMYK value is (50,10,0,60).

  • cyan value is 49.50%
  • magenta value is 9.90%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(50,10,0,60)
C50M10Y0K60 
(50%,10%,0%,60%)
(0.50/0.10/0.00/0.60)	

CMYK percentages

%49.5
%9.9
%0
%60.39

Codes

Color #335B65 in popluar color models

335B65
RGB5191101
HSL192°32.89%29.80%
HSB/HSV192°49.50%39.61%
CMYK49.50%9.90%0.00%
60.39%

Color #335B65 in popluar number systems.

HEX335B65
Decimal5191101
Binary11001110110111100101
Octal63133145

Shades and tints

Shades of #335B65

#335B65
(51,91,101)
#2F535C
(47,83,92)
#2B4B53
(43,75,83)
#27434A
(39,67,74)
#233B41
(35,59,65)
#1F3338
(31,51,56)
#1B2B2F
(27,43,47)
#172326
(23,35,38)
#131B1D
(19,27,29)
#0F1314
(15,19,20)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #335B65

#335B65
(51,91,101)
#456973
(69,105,115)
#577781
(87,119,129)
#69858F
(105,133,143)
#7B939D
(123,147,157)
#8DA1AB
(141,161,171)
#9FAFB9
(159,175,185)
#B1BDC7
(177,189,199)
#C3CBD5
(195,203,213)
#D5D9E3
(213,217,227)
#E7E7F1
(231,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #335B65; }

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

This text font color is #335B65.


Background Color

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

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

This div background color is #335B65.


Border color

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

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

This div border color is #335B65.


Opacity

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

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

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

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

This text has shadow with #335B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335B65 on black background.


Color preview on white background

This text has color #335B65 on white background.



Black color preview on #335B65 background

This text has black color on #335B65 background.


White color preview on #335B65 background

This text has white color on #335B65 background.