COLOR #335961

HEX: #335961
RGB: (51,89,97)

Color info

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

RGB color model

#335961 color RGB value is (51,89,97).

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

RGB channels and saturation

R 51 of 255 = 20%
G 89 of 255 = 35%
B 97 of 255 = 38%

51
89
97

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

Portions of RGB colors in percentages

R + G + B =
51 + 89 + 97 = 237 (100%)
R 51 of 237 ~ 21.52%
G 89 of 237 ~ 37.55%
B 97 of 237 ~ 40.93%

%21.52
%37.55
%40.93

CMYK color model

#335961 color CMYK value is (47,8,0,62).

  • cyan value is 47.42%
  • magenta value is 8.25%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(47,8,0,62)
C47M8Y0K62 
(47%,8%,0%,62%)
(0.47/0.08/0.00/0.62)	

CMYK percentages

%47.42
%8.25
%0
%61.96

Codes

Color #335961 in popluar color models

335961
RGB518997
HSL190°31.08%29.02%
HSB/HSV190°47.42%38.04%
CMYK47.42%8.25%0.00%
61.96%

Color #335961 in popluar number systems.

HEX335961
Decimal518997
Binary11001110110011100001
Octal63131141

Shades and tints

Shades of #335961

#335961
(51,89,97)
#2F5159
(47,81,89)
#2B4951
(43,73,81)
#274149
(39,65,73)
#233941
(35,57,65)
#1F3139
(31,49,57)
#1B2931
(27,41,49)
#172129
(23,33,41)
#131921
(19,25,33)
#0F1119
(15,17,25)
#0B0911
(11,9,17)
#000000
(0,0,0)

Tints of #335961

#335961
(51,89,97)
#45686F
(69,104,111)
#57777D
(87,119,125)
#69868B
(105,134,139)
#7B9599
(123,149,153)
#8DA4A7
(141,164,167)
#9FB3B5
(159,179,181)
#B1C2C3
(177,194,195)
#C3D1D1
(195,209,209)
#D5E0DF
(213,224,223)
#E7EFED
(231,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #335961; }

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

This text font color is #335961.


Background Color

.myBgColor { background-color: #335961; }

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

This div background color is #335961.


Border color

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

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

This div border color is #335961.


Opacity

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

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

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

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

This text has shadow with #335961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335961 on black background.


Color preview on white background

This text has color #335961 on white background.



Black color preview on #335961 background

This text has black color on #335961 background.


White color preview on #335961 background

This text has white color on #335961 background.