COLOR #335776

HEX: #335776
RGB: (51,87,118)

Color info

#335776 contains mainly green and blue colors. Web safe color of #335776 is #336666 (or #366).

RGB color model

#335776 color RGB value is (51,87,118).

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

RGB channels and saturation

R 51 of 255 = 20%
G 87 of 255 = 34%
B 118 of 255 = 46%

51
87
118

R + G + B ~ 33%. #335776 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 87 + 118 = 256 (100%)
R 51 of 256 ~ 19.92%
G 87 of 256 ~ 33.98%
B 118 of 256 ~ 46.09%

%19.92
%33.98
%46.09

CMYK color model

#335776 color CMYK value is (57,26,0,54).

  • cyan value is 56.78%
  • magenta value is 26.27%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(57,26,0,54)
C57M26Y0K54 
(57%,26%,0%,54%)
(0.57/0.26/0.00/0.54)	

CMYK percentages

%56.78
%26.27
%0
%53.73

Codes

Color #335776 in popluar color models

335776
RGB5187118
HSL208°39.64%33.14%
HSB/HSV208°56.78%46.27%
CMYK56.78%26.27%0.00%
53.73%

Color #335776 in popluar number systems.

HEX335776
Decimal5187118
Binary11001110101111110110
Octal63127166

Shades and tints

Shades of #335776

#335776
(51,87,118)
#2F506C
(47,80,108)
#2B4962
(43,73,98)
#274258
(39,66,88)
#233B4E
(35,59,78)
#1F3444
(31,52,68)
#1B2D3A
(27,45,58)
#172630
(23,38,48)
#131F26
(19,31,38)
#0F181C
(15,24,28)
#0B1112
(11,17,18)
#000000
(0,0,0)

Tints of #335776

#335776
(51,87,118)
#456682
(69,102,130)
#57758E
(87,117,142)
#69849A
(105,132,154)
#7B93A6
(123,147,166)
#8DA2B2
(141,162,178)
#9FB1BE
(159,177,190)
#B1C0CA
(177,192,202)
#C3CFD6
(195,207,214)
#D5DEE2
(213,222,226)
#E7EDEE
(231,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #335776; }

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

This text font color is #335776.


Background Color

.myBgColor { background-color: #335776; }

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

This div background color is #335776.


Border color

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

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

This div border color is #335776.


Opacity

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

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

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

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

This text has shadow with #335776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335776 on black background.


Color preview on white background

This text has color #335776 on white background.



Black color preview on #335776 background

This text has black color on #335776 background.


White color preview on #335776 background

This text has white color on #335776 background.