COLOR #335061

HEX: #335061
RGB: (51,80,97)

Color info

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

RGB color model

#335061 color RGB value is (51,80,97).

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

RGB channels and saturation

R 51 of 255 = 20%
G 80 of 255 = 31%
B 97 of 255 = 38%

51
80
97

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

Portions of RGB colors in percentages

R + G + B =
51 + 80 + 97 = 228 (100%)
R 51 of 228 ~ 22.37%
G 80 of 228 ~ 35.09%
B 97 of 228 ~ 42.54%

%22.37
%35.09
%42.54

CMYK color model

#335061 color CMYK value is (47,18,0,62).

  • cyan value is 47.42%
  • magenta value is 17.53%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(47,18,0,62)
C47M18Y0K62 
(47%,18%,0%,62%)
(0.47/0.18/0.00/0.62)	

CMYK percentages

%47.42
%17.53
%0
%61.96

Codes

Color #335061 in popluar color models

335061
RGB518097
HSL202°31.08%29.02%
HSB/HSV202°47.42%38.04%
CMYK47.42%17.53%0.00%
61.96%

Color #335061 in popluar number systems.

HEX335061
Decimal518097
Binary11001110100001100001
Octal63120141

Shades and tints

Shades of #335061

#335061
(51,80,97)
#2F4959
(47,73,89)
#2B4251
(43,66,81)
#273B49
(39,59,73)
#233441
(35,52,65)
#1F2D39
(31,45,57)
#1B2631
(27,38,49)
#171F29
(23,31,41)
#131821
(19,24,33)
#0F1119
(15,17,25)
#0B0A11
(11,10,17)
#000000
(0,0,0)

Tints of #335061

#335061
(51,80,97)
#455F6F
(69,95,111)
#576E7D
(87,110,125)
#697D8B
(105,125,139)
#7B8C99
(123,140,153)
#8D9BA7
(141,155,167)
#9FAAB5
(159,170,181)
#B1B9C3
(177,185,195)
#C3C8D1
(195,200,209)
#D5D7DF
(213,215,223)
#E7E6ED
(231,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #335061; }

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

This text font color is #335061.


Background Color

.myBgColor { background-color: #335061; }

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

This div background color is #335061.


Border color

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

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

This div border color is #335061.


Opacity

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

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

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

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

This text has shadow with #335061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335061 on black background.


Color preview on white background

This text has color #335061 on white background.



Black color preview on #335061 background

This text has black color on #335061 background.


White color preview on #335061 background

This text has white color on #335061 background.