COLOR #335850

HEX: #335850
RGB: (51,88,80)

Color info

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

RGB color model

#335850 color RGB value is (51,88,80).

  • red value is 51;
  • green value is 88;
  • blue value is 80.
RGB: (51,88,80) (20%,35%,31%)

RGB channels and saturation

R 51 of 255 = 20%
G 88 of 255 = 35%
B 80 of 255 = 31%

51
88
80

R + G + B ~ 29%. #335850 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 88 + 80 = 219 (100%)
R 51 of 219 ~ 23.29%
G 88 of 219 ~ 40.18%
B 80 of 219 ~ 36.53%

%23.29
%40.18
%36.53

CMYK color model

#335850 color CMYK value is (42,0,9,65).

  • cyan value is 42.05%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 65.49%
CMYK: (42,0,9,65) C42M0Y9K65 (42%,0%,9%,65%) (0.42/0.00/0.09/0.65)

CMYK percentages

%42.05
%0
%9.09
%65.49

Codes

Color #335850 in popluar color models

335850
RGB518880
HSL167°26.62%27.25%
HSB/HSV167°42.05%34.51%
CMYK42.05%0.00%9.09%
65.49%

Color #335850 in popluar number systems.

HEX335850
Decimal518880
Binary11001110110001010000
Octal63130120

Shades and tints

Shades of #335850

#335850
(51,88,80)
#2F5049
(47,80,73)
#2B4842
(43,72,66)
#27403B
(39,64,59)
#233834
(35,56,52)
#1F302D
(31,48,45)
#1B2826
(27,40,38)
#17201F
(23,32,31)
#131818
(19,24,24)
#0F1011
(15,16,17)
#0B080A
(11,8,10)
#000000
(0,0,0)

Tints of #335850

#335850
(51,88,80)
#45675F
(69,103,95)
#57766E
(87,118,110)
#69857D
(105,133,125)
#7B948C
(123,148,140)
#8DA39B
(141,163,155)
#9FB2AA
(159,178,170)
#B1C1B9
(177,193,185)
#C3D0C8
(195,208,200)
#D5DFD7
(213,223,215)
#E7EEE6
(231,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #335850 color. Also use rgb(51,88,80) instead hex code.

Text Font Color

.myTextColor { color: #335850; }

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

This text font color is #335850.


Background Color

.myBgColor { background-color: #335850; }

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

This div background color is #335850.


Border color

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

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

This div border color is #335850.


Opacity

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

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

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

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

This text has shadow with #335850 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #335850 on black background.


Color preview on white background

This text has color #335850 on white background.



Black color preview on #335850 background

This text has black color on #335850 background.


White color preview on #335850 background

This text has white color on #335850 background.