COLOR #335759

HEX: #335759
RGB: (51,87,89)

Color info

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

RGB color model

#335759 color RGB value is (51,87,89).

  • red value is 51;
  • green value is 87;
  • blue value is 89.
RGB:
(51,87,89)
(20%,34%,35%)

RGB channels and saturation

R 51 of 255 = 20%
G 87 of 255 = 34%
B 89 of 255 = 35%

51
87
89

R + G + B ~ 30%. #335759 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 87 + 89 = 227 (100%)
R 51 of 227 ~ 22.47%
G 87 of 227 ~ 38.33%
B 89 of 227 ~ 39.21%

%22.47
%38.33
%39.21

CMYK color model

#335759 color CMYK value is (43,2,0,65).

  • cyan value is 42.70%
  • magenta value is 2.25%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(43,2,0,65)
C43M2Y0K65 
(43%,2%,0%,65%)
(0.43/0.02/0.00/0.65)	

CMYK percentages

%42.7
%2.25
%0
%65.1

Codes

Color #335759 in popluar color models

335759
RGB518789
HSL183°27.14%27.45%
HSB/HSV183°42.70%34.90%
CMYK42.70%2.25%0.00%
65.10%

Color #335759 in popluar number systems.

HEX335759
Decimal518789
Binary11001110101111011001
Octal63127131

Shades and tints

Shades of #335759

#335759
(51,87,89)
#2F5051
(47,80,81)
#2B4949
(43,73,73)
#274241
(39,66,65)
#233B39
(35,59,57)
#1F3431
(31,52,49)
#1B2D29
(27,45,41)
#172621
(23,38,33)
#131F19
(19,31,25)
#0F1811
(15,24,17)
#0B1109
(11,17,9)
#000000
(0,0,0)

Tints of #335759

#335759
(51,87,89)
#456668
(69,102,104)
#577577
(87,117,119)
#698486
(105,132,134)
#7B9395
(123,147,149)
#8DA2A4
(141,162,164)
#9FB1B3
(159,177,179)
#B1C0C2
(177,192,194)
#C3CFD1
(195,207,209)
#D5DEE0
(213,222,224)
#E7EDEF
(231,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #335759 color. Also use rgb(51,87,89) instead hex code.

Text Font Color

.myTextColor { color: #335759; }

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

This text font color is #335759.


Background Color

.myBgColor { background-color: #335759; }

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

This div background color is #335759.


Border color

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

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

This div border color is #335759.


Opacity

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

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

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

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

This text has shadow with #335759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335759 on black background.


Color preview on white background

This text has color #335759 on white background.



Black color preview on #335759 background

This text has black color on #335759 background.


White color preview on #335759 background

This text has white color on #335759 background.