COLOR #335353

HEX: #335353
RGB: (51,83,83)

Color info

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

RGB color model

#335353 color RGB value is (51,83,83).

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

RGB channels and saturation

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

51
83
83

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

Portions of RGB colors in percentages

R + G + B =
51 + 83 + 83 = 217 (100%)
R 51 of 217 ~ 23.5%
G 83 of 217 ~ 38.25%
B 83 of 217 ~ 38.25%

%23.5
%38.25
%38.25

CMYK color model

#335353 color CMYK value is (39,0,0,67).

  • cyan value is 38.55%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(39,0,0,67)
C39M0Y0K67 
(39%,0%,0%,67%)
(0.39/0.00/0.00/0.67)	

CMYK percentages

%38.55
%0
%0
%67.45

Codes

Color #335353 in popluar color models

335353
RGB518383
HSL180°23.88%26.27%
HSB/HSV180°38.55%32.55%
CMYK38.55%0.00%0.00%
67.45%

Color #335353 in popluar number systems.

HEX335353
Decimal518383
Binary11001110100111010011
Octal63123123

Shades and tints

Shades of #335353

#335353
(51,83,83)
#2F4C4C
(47,76,76)
#2B4545
(43,69,69)
#273E3E
(39,62,62)
#233737
(35,55,55)
#1F3030
(31,48,48)
#1B2929
(27,41,41)
#172222
(23,34,34)
#131B1B
(19,27,27)
#0F1414
(15,20,20)
#0B0D0D
(11,13,13)
#000000
(0,0,0)

Tints of #335353

#335353
(51,83,83)
#456262
(69,98,98)
#577171
(87,113,113)
#698080
(105,128,128)
#7B8F8F
(123,143,143)
#8D9E9E
(141,158,158)
#9FADAD
(159,173,173)
#B1BCBC
(177,188,188)
#C3CBCB
(195,203,203)
#D5DADA
(213,218,218)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #335353; }

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

This text font color is #335353.


Background Color

.myBgColor { background-color: #335353; }

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

This div background color is #335353.


Border color

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

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

This div border color is #335353.


Opacity

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

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

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

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

This text has shadow with #335353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335353 on black background.


Color preview on white background

This text has color #335353 on white background.



Black color preview on #335353 background

This text has black color on #335353 background.


White color preview on #335353 background

This text has white color on #335353 background.