COLOR #335556

HEX: #335556
RGB: (51,85,86)

Color info

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

RGB color model

#335556 color RGB value is (51,85,86).

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

RGB channels and saturation

R 51 of 255 = 20%
G 85 of 255 = 33%
B 86 of 255 = 34%

51
85
86

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

Portions of RGB colors in percentages

R + G + B =
51 + 85 + 86 = 222 (100%)
R 51 of 222 ~ 22.97%
G 85 of 222 ~ 38.29%
B 86 of 222 ~ 38.74%

%22.97
%38.29
%38.74

CMYK color model

#335556 color CMYK value is (41,1,0,66).

  • cyan value is 40.70%
  • magenta value is 1.16%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(41,1,0,66)
C41M1Y0K66 
(41%,1%,0%,66%)
(0.41/0.01/0.00/0.66)	

CMYK percentages

%40.7
%1.16
%0
%66.27

Codes

Color #335556 in popluar color models

335556
RGB518586
HSL182°25.55%26.86%
HSB/HSV182°40.70%33.73%
CMYK40.70%1.16%0.00%
66.27%

Color #335556 in popluar number systems.

HEX335556
Decimal518586
Binary11001110101011010110
Octal63125126

Shades and tints

Shades of #335556

#335556
(51,85,86)
#2F4E4F
(47,78,79)
#2B4748
(43,71,72)
#274041
(39,64,65)
#23393A
(35,57,58)
#1F3233
(31,50,51)
#1B2B2C
(27,43,44)
#172425
(23,36,37)
#131D1E
(19,29,30)
#0F1617
(15,22,23)
#0B0F10
(11,15,16)
#000000
(0,0,0)

Tints of #335556

#335556
(51,85,86)
#456465
(69,100,101)
#577374
(87,115,116)
#698283
(105,130,131)
#7B9192
(123,145,146)
#8DA0A1
(141,160,161)
#9FAFB0
(159,175,176)
#B1BEBF
(177,190,191)
#C3CDCE
(195,205,206)
#D5DCDD
(213,220,221)
#E7EBEC
(231,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #335556; }

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

This text font color is #335556.


Background Color

.myBgColor { background-color: #335556; }

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

This div background color is #335556.


Border color

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

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

This div border color is #335556.


Opacity

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

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

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

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

This text has shadow with #335556 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335556 on black background.


Color preview on white background

This text has color #335556 on white background.



Black color preview on #335556 background

This text has black color on #335556 background.


White color preview on #335556 background

This text has white color on #335556 background.