COLOR #335363

HEX: #335363
RGB: (51,83,99)

Color info

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

RGB color model

#335363 color RGB value is (51,83,99).

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

RGB channels and saturation

R 51 of 255 = 20%
G 83 of 255 = 33%
B 99 of 255 = 39%

51
83
99

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

Portions of RGB colors in percentages

R + G + B =
51 + 83 + 99 = 233 (100%)
R 51 of 233 ~ 21.89%
G 83 of 233 ~ 35.62%
B 99 of 233 ~ 42.49%

%21.89
%35.62
%42.49

CMYK color model

#335363 color CMYK value is (48,16,0,61).

  • cyan value is 48.48%
  • magenta value is 16.16%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(48,16,0,61)
C48M16Y0K61 
(48%,16%,0%,61%)
(0.48/0.16/0.00/0.61)	

CMYK percentages

%48.48
%16.16
%0
%61.18

Codes

Color #335363 in popluar color models

335363
RGB518399
HSL200°32.00%29.41%
HSB/HSV200°48.48%38.82%
CMYK48.48%16.16%0.00%
61.18%

Color #335363 in popluar number systems.

HEX335363
Decimal518399
Binary11001110100111100011
Octal63123143

Shades and tints

Shades of #335363

#335363
(51,83,99)
#2F4C5A
(47,76,90)
#2B4551
(43,69,81)
#273E48
(39,62,72)
#23373F
(35,55,63)
#1F3036
(31,48,54)
#1B292D
(27,41,45)
#172224
(23,34,36)
#131B1B
(19,27,27)
#0F1412
(15,20,18)
#0B0D09
(11,13,9)
#000000
(0,0,0)

Tints of #335363

#335363
(51,83,99)
#456271
(69,98,113)
#57717F
(87,113,127)
#69808D
(105,128,141)
#7B8F9B
(123,143,155)
#8D9EA9
(141,158,169)
#9FADB7
(159,173,183)
#B1BCC5
(177,188,197)
#C3CBD3
(195,203,211)
#D5DAE1
(213,218,225)
#E7E9EF
(231,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #335363; }

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

This text font color is #335363.


Background Color

.myBgColor { background-color: #335363; }

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

This div background color is #335363.


Border color

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

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

This div border color is #335363.


Opacity

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

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

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

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

This text has shadow with #335363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335363 on black background.


Color preview on white background

This text has color #335363 on white background.



Black color preview on #335363 background

This text has black color on #335363 background.


White color preview on #335363 background

This text has white color on #335363 background.