COLOR #335369

HEX: #335369
RGB: (51,83,105)

Color info

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

RGB color model

#335369 color RGB value is (51,83,105).

  • red value is 51;
  • green value is 83;
  • blue value is 105.
RGB:
(51,83,105)
(20%,33%,41%)

RGB channels and saturation

R 51 of 255 = 20%
G 83 of 255 = 33%
B 105 of 255 = 41%

51
83
105

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

Portions of RGB colors in percentages

R + G + B =
51 + 83 + 105 = 239 (100%)
R 51 of 239 ~ 21.34%
G 83 of 239 ~ 34.73%
B 105 of 239 ~ 43.93%

%21.34
%34.73
%43.93

CMYK color model

#335369 color CMYK value is (51,21,0,59).

  • cyan value is 51.43%
  • magenta value is 20.95%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(51,21,0,59)
C51M21Y0K59 
(51%,21%,0%,59%)
(0.51/0.21/0.00/0.59)	

CMYK percentages

%51.43
%20.95
%0
%58.82

Codes

Color #335369 in popluar color models

335369
RGB5183105
HSL204°34.62%30.59%
HSB/HSV204°51.43%41.18%
CMYK51.43%20.95%0.00%
58.82%

Color #335369 in popluar number systems.

HEX335369
Decimal5183105
Binary11001110100111101001
Octal63123151

Shades and tints

Shades of #335369

#335369
(51,83,105)
#2F4C60
(47,76,96)
#2B4557
(43,69,87)
#273E4E
(39,62,78)
#233745
(35,55,69)
#1F303C
(31,48,60)
#1B2933
(27,41,51)
#17222A
(23,34,42)
#131B21
(19,27,33)
#0F1418
(15,20,24)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #335369

#335369
(51,83,105)
#456276
(69,98,118)
#577183
(87,113,131)
#698090
(105,128,144)
#7B8F9D
(123,143,157)
#8D9EAA
(141,158,170)
#9FADB7
(159,173,183)
#B1BCC4
(177,188,196)
#C3CBD1
(195,203,209)
#D5DADE
(213,218,222)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #335369 color. Also use rgb(51,83,105) instead hex code.

Text Font Color

.myTextColor { color: #335369; }

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

This text font color is #335369.


Background Color

.myBgColor { background-color: #335369; }

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

This div background color is #335369.


Border color

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

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

This div border color is #335369.


Opacity

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

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

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

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

This text has shadow with #335369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335369 on black background.


Color preview on white background

This text has color #335369 on white background.



Black color preview on #335369 background

This text has black color on #335369 background.


White color preview on #335369 background

This text has white color on #335369 background.