COLOR #335467

HEX: #335467
RGB: (51,84,103)

Color info

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

RGB color model

#335467 color RGB value is (51,84,103).

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

RGB channels and saturation

R 51 of 255 = 20%
G 84 of 255 = 33%
B 103 of 255 = 40%

51
84
103

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

Portions of RGB colors in percentages

R + G + B =
51 + 84 + 103 = 238 (100%)
R 51 of 238 ~ 21.43%
G 84 of 238 ~ 35.29%
B 103 of 238 ~ 43.28%

%21.43
%35.29
%43.28

CMYK color model

#335467 color CMYK value is (50,18,0,60).

  • cyan value is 50.49%
  • magenta value is 18.45%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(50,18,0,60)
C50M18Y0K60 
(50%,18%,0%,60%)
(0.50/0.18/0.00/0.60)	

CMYK percentages

%50.49
%18.45
%0
%59.61

Codes

Color #335467 in popluar color models

335467
RGB5184103
HSL202°33.77%30.20%
HSB/HSV202°50.49%40.39%
CMYK50.49%18.45%0.00%
59.61%

Color #335467 in popluar number systems.

HEX335467
Decimal5184103
Binary11001110101001100111
Octal63124147

Shades and tints

Shades of #335467

#335467
(51,84,103)
#2F4D5E
(47,77,94)
#2B4655
(43,70,85)
#273F4C
(39,63,76)
#233843
(35,56,67)
#1F313A
(31,49,58)
#1B2A31
(27,42,49)
#172328
(23,35,40)
#131C1F
(19,28,31)
#0F1516
(15,21,22)
#0B0E0D
(11,14,13)
#000000
(0,0,0)

Tints of #335467

#335467
(51,84,103)
#456374
(69,99,116)
#577281
(87,114,129)
#69818E
(105,129,142)
#7B909B
(123,144,155)
#8D9FA8
(141,159,168)
#9FAEB5
(159,174,181)
#B1BDC2
(177,189,194)
#C3CCCF
(195,204,207)
#D5DBDC
(213,219,220)
#E7EAE9
(231,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #335467 color. Also use rgb(51,84,103) instead hex code.

Text Font Color

.myTextColor { color: #335467; }

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

This text font color is #335467.


Background Color

.myBgColor { background-color: #335467; }

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

This div background color is #335467.


Border color

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

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

This div border color is #335467.


Opacity

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

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

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

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

This text has shadow with #335467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335467 on black background.


Color preview on white background

This text has color #335467 on white background.



Black color preview on #335467 background

This text has black color on #335467 background.


White color preview on #335467 background

This text has white color on #335467 background.