COLOR #335D6A

HEX: #335D6A
RGB: (51,93,106)

Color info

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

RGB color model

#335D6A color RGB value is (51,93,106).

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

RGB channels and saturation

R 51 of 255 = 20%
G 93 of 255 = 36%
B 106 of 255 = 42%

51
93
106

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

Portions of RGB colors in percentages

R + G + B =
51 + 93 + 106 = 250 (100%)
R 51 of 250 ~ 20.4%
G 93 of 250 ~ 37.2%
B 106 of 250 ~ 42.4%

%20.4
%37.2
%42.4

CMYK color model

#335D6A color CMYK value is (52,12,0,58).

  • cyan value is 51.89%
  • magenta value is 12.26%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(52,12,0,58)
C52M12Y0K58 
(52%,12%,0%,58%)
(0.52/0.12/0.00/0.58)	

CMYK percentages

%51.89
%12.26
%0
%58.43

Codes

Color #335D6A in popluar color models

335D6A
RGB5193106
HSL194°35.03%30.78%
HSB/HSV194°51.89%41.57%
CMYK51.89%12.26%0.00%
58.43%

Color #335D6A in popluar number systems.

HEX335D6A
Decimal5193106
Binary11001110111011101010
Octal63135152

Shades and tints

Shades of #335D6A

#335D6A
(51,93,106)
#2F5561
(47,85,97)
#2B4D58
(43,77,88)
#27454F
(39,69,79)
#233D46
(35,61,70)
#1F353D
(31,53,61)
#1B2D34
(27,45,52)
#17252B
(23,37,43)
#131D22
(19,29,34)
#0F1519
(15,21,25)
#0B0D10
(11,13,16)
#000000
(0,0,0)

Tints of #335D6A

#335D6A
(51,93,106)
#456B77
(69,107,119)
#577984
(87,121,132)
#698791
(105,135,145)
#7B959E
(123,149,158)
#8DA3AB
(141,163,171)
#9FB1B8
(159,177,184)
#B1BFC5
(177,191,197)
#C3CDD2
(195,205,210)
#D5DBDF
(213,219,223)
#E7E9EC
(231,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #335D6A; }

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

This text font color is #335D6A.


Background Color

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

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

This div background color is #335D6A.


Border color

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

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

This div border color is #335D6A.


Opacity

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

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

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

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

This text has shadow with #335D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335D6A on black background.


Color preview on white background

This text has color #335D6A on white background.



Black color preview on #335D6A background

This text has black color on #335D6A background.


White color preview on #335D6A background

This text has white color on #335D6A background.