COLOR #335D6E

HEX: #335D6E
RGB: (51,93,110)

Color info

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

RGB color model

#335D6E color RGB value is (51,93,110).

  • red value is 51;
  • green value is 93;
  • blue value is 110.
RGB:
(51,93,110)
(20%,36%,43%)

RGB channels and saturation

R 51 of 255 = 20%
G 93 of 255 = 36%
B 110 of 255 = 43%

51
93
110

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

Portions of RGB colors in percentages

R + G + B =
51 + 93 + 110 = 254 (100%)
R 51 of 254 ~ 20.08%
G 93 of 254 ~ 36.61%
B 110 of 254 ~ 43.31%

%20.08
%36.61
%43.31

CMYK color model

#335D6E color CMYK value is (54,15,0,57).

  • cyan value is 53.64%
  • magenta value is 15.45%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(54,15,0,57)
C54M15Y0K57 
(54%,15%,0%,57%)
(0.54/0.15/0.00/0.57)	

CMYK percentages

%53.64
%15.45
%0
%56.86

Codes

Color #335D6E in popluar color models

335D6E
RGB5193110
HSL197°36.65%31.57%
HSB/HSV197°53.64%43.14%
CMYK53.64%15.45%0.00%
56.86%

Color #335D6E in popluar number systems.

HEX335D6E
Decimal5193110
Binary11001110111011101110
Octal63135156

Shades and tints

Shades of #335D6E

#335D6E
(51,93,110)
#2F5564
(47,85,100)
#2B4D5A
(43,77,90)
#274550
(39,69,80)
#233D46
(35,61,70)
#1F353C
(31,53,60)
#1B2D32
(27,45,50)
#172528
(23,37,40)
#131D1E
(19,29,30)
#0F1514
(15,21,20)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #335D6E

#335D6E
(51,93,110)
#456B7B
(69,107,123)
#577988
(87,121,136)
#698795
(105,135,149)
#7B95A2
(123,149,162)
#8DA3AF
(141,163,175)
#9FB1BC
(159,177,188)
#B1BFC9
(177,191,201)
#C3CDD6
(195,205,214)
#D5DBE3
(213,219,227)
#E7E9F0
(231,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #335D6E color. Also use rgb(51,93,110) instead hex code.

Text Font Color

.myTextColor { color: #335D6E; }

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

This text font color is #335D6E.


Background Color

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

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

This div background color is #335D6E.


Border color

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

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

This div border color is #335D6E.


Opacity

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

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

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

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

This text has shadow with #335D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335D6E on black background.


Color preview on white background

This text has color #335D6E on white background.



Black color preview on #335D6E background

This text has black color on #335D6E background.


White color preview on #335D6E background

This text has white color on #335D6E background.