COLOR #335D50

HEX: #335D50
RGB: (51,93,80)

Color info

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

RGB color model

#335D50 color RGB value is (51,93,80).

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

RGB channels and saturation

R 51 of 255 = 20%
G 93 of 255 = 36%
B 80 of 255 = 31%

51
93
80

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

Portions of RGB colors in percentages

R + G + B =
51 + 93 + 80 = 224 (100%)
R 51 of 224 ~ 22.77%
G 93 of 224 ~ 41.52%
B 80 of 224 ~ 35.71%

%22.77
%41.52
%35.71

CMYK color model

#335D50 color CMYK value is (45,0,14,64).

  • cyan value is 45.16%
  • magenta value is 0.00%
  • yellow value is 13.98%
  • key color value is 63.53%
CMYK:
(45,0,14,64)
C45M0Y14K64 
(45%,0%,14%,64%)
(0.45/0.00/0.14/0.64)	

CMYK percentages

%45.16
%0
%13.98
%63.53

Codes

Color #335D50 in popluar color models

335D50
RGB519380
HSL161°29.17%28.24%
HSB/HSV161°45.16%36.47%
CMYK45.16%0.00%13.98%
63.53%

Color #335D50 in popluar number systems.

HEX335D50
Decimal519380
Binary11001110111011010000
Octal63135120

Shades and tints

Shades of #335D50

#335D50
(51,93,80)
#2F5549
(47,85,73)
#2B4D42
(43,77,66)
#27453B
(39,69,59)
#233D34
(35,61,52)
#1F352D
(31,53,45)
#1B2D26
(27,45,38)
#17251F
(23,37,31)
#131D18
(19,29,24)
#0F1511
(15,21,17)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #335D50

#335D50
(51,93,80)
#456B5F
(69,107,95)
#57796E
(87,121,110)
#69877D
(105,135,125)
#7B958C
(123,149,140)
#8DA39B
(141,163,155)
#9FB1AA
(159,177,170)
#B1BFB9
(177,191,185)
#C3CDC8
(195,205,200)
#D5DBD7
(213,219,215)
#E7E9E6
(231,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #335D50; }

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

This text font color is #335D50.


Background Color

.myBgColor { background-color: #335D50; }

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

This div background color is #335D50.


Border color

.myBorderColor { border: 1px solid #335D50; }

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

This div border color is #335D50.


Opacity

.myOpacity80 { color: #335D50; opacity: 0.8; }

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

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

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

This text has shadow with #335D50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335D50 on black background.


Color preview on white background

This text has color #335D50 on white background.



Black color preview on #335D50 background

This text has black color on #335D50 background.


White color preview on #335D50 background

This text has white color on #335D50 background.