COLOR #335366

HEX: #335366
RGB: (51,83,102)

Color info

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

RGB color model

#335366 color RGB value is (51,83,102).

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

RGB channels and saturation

R 51 of 255 = 20%
G 83 of 255 = 33%
B 102 of 255 = 40%

51
83
102

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

Portions of RGB colors in percentages

R + G + B =
51 + 83 + 102 = 236 (100%)
R 51 of 236 ~ 21.61%
G 83 of 236 ~ 35.17%
B 102 of 236 ~ 43.22%

%21.61
%35.17
%43.22

CMYK color model

#335366 color CMYK value is (50,19,0,60).

  • cyan value is 50.00%
  • magenta value is 18.63%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(50,19,0,60)
C50M19Y0K60 
(50%,19%,0%,60%)
(0.50/0.19/0.00/0.60)	

CMYK percentages

%50
%18.63
%0
%60

Codes

Color #335366 in popluar color models

335366
RGB5183102
HSL202°33.33%30.00%
HSB/HSV202°50.00%40.00%
CMYK50.00%18.63%0.00%
60.00%

Color #335366 in popluar number systems.

HEX335366
Decimal5183102
Binary11001110100111100110
Octal63123146

Shades and tints

Shades of #335366

#335366
(51,83,102)
#2F4C5D
(47,76,93)
#2B4554
(43,69,84)
#273E4B
(39,62,75)
#233742
(35,55,66)
#1F3039
(31,48,57)
#1B2930
(27,41,48)
#172227
(23,34,39)
#131B1E
(19,27,30)
#0F1415
(15,20,21)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #335366

#335366
(51,83,102)
#456273
(69,98,115)
#577180
(87,113,128)
#69808D
(105,128,141)
#7B8F9A
(123,143,154)
#8D9EA7
(141,158,167)
#9FADB4
(159,173,180)
#B1BCC1
(177,188,193)
#C3CBCE
(195,203,206)
#D5DADB
(213,218,219)
#E7E9E8
(231,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #335366; }

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

This text font color is #335366.


Background Color

.myBgColor { background-color: #335366; }

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

This div background color is #335366.


Border color

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

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

This div border color is #335366.


Opacity

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

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

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

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

This text has shadow with #335366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335366 on black background.


Color preview on white background

This text has color #335366 on white background.



Black color preview on #335366 background

This text has black color on #335366 background.


White color preview on #335366 background

This text has white color on #335366 background.