COLOR #355553

HEX: #355553
RGB: (53,85,83)

Color info

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

RGB color model

#355553 color RGB value is (53,85,83).

  • red value is 53;
  • green value is 85;
  • blue value is 83.
RGB:
(53,85,83)
(21%,33%,33%)

RGB channels and saturation

R 53 of 255 = 21%
G 85 of 255 = 33%
B 83 of 255 = 33%

53
85
83

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

Portions of RGB colors in percentages

R + G + B =
53 + 85 + 83 = 221 (100%)
R 53 of 221 ~ 23.98%
G 85 of 221 ~ 38.46%
B 83 of 221 ~ 37.56%

%23.98
%38.46
%37.56

CMYK color model

#355553 color CMYK value is (38,0,2,67).

  • cyan value is 37.65%
  • magenta value is 0.00%
  • yellow value is 2.35%
  • key color value is 66.67%
CMYK:
(38,0,2,67)
C38M0Y2K67 
(38%,0%,2%,67%)
(0.38/0.00/0.02/0.67)	

CMYK percentages

%37.65
%0
%2.35
%66.67

Codes

Color #355553 in popluar color models

355553
RGB538583
HSL176°23.19%27.06%
HSB/HSV176°37.65%33.33%
CMYK37.65%0.00%2.35%
66.67%

Color #355553 in popluar number systems.

HEX355553
Decimal538583
Binary11010110101011010011
Octal65125123

Shades and tints

Shades of #355553

#355553
(53,85,83)
#314E4C
(49,78,76)
#2D4745
(45,71,69)
#29403E
(41,64,62)
#253937
(37,57,55)
#213230
(33,50,48)
#1D2B29
(29,43,41)
#192422
(25,36,34)
#151D1B
(21,29,27)
#111614
(17,22,20)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #355553

#355553
(53,85,83)
#476462
(71,100,98)
#597371
(89,115,113)
#6B8280
(107,130,128)
#7D918F
(125,145,143)
#8FA09E
(143,160,158)
#A1AFAD
(161,175,173)
#B3BEBC
(179,190,188)
#C5CDCB
(197,205,203)
#D7DCDA
(215,220,218)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #355553; }

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

This text font color is #355553.


Background Color

.myBgColor { background-color: #355553; }

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

This div background color is #355553.


Border color

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

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

This div border color is #355553.


Opacity

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

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

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

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

This text has shadow with #355553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355553 on black background.


Color preview on white background

This text has color #355553 on white background.



Black color preview on #355553 background

This text has black color on #355553 background.


White color preview on #355553 background

This text has white color on #355553 background.