COLOR #355549

HEX: #355549
RGB: (53,85,73)

Color info

#355549 contains red, green and blue colors in about the same proportion. Web safe color of #355549 is #336633 (or #363).

RGB color model

#355549 color RGB value is (53,85,73).

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

RGB channels and saturation

R 53 of 255 = 21%
G 85 of 255 = 33%
B 73 of 255 = 29%

53
85
73

R + G + B ~ 28%. #355549 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 85 + 73 = 211 (100%)
R 53 of 211 ~ 25.12%
G 85 of 211 ~ 40.28%
B 73 of 211 ~ 34.6%

%25.12
%40.28
%34.6

CMYK color model

#355549 color CMYK value is (38,0,14,67).

  • cyan value is 37.65%
  • magenta value is 0.00%
  • yellow value is 14.12%
  • key color value is 66.67%
CMYK:
(38,0,14,67)
C38M0Y14K67 
(38%,0%,14%,67%)
(0.38/0.00/0.14/0.67)	

CMYK percentages

%37.65
%0
%14.12
%66.67

Codes

Color #355549 in popluar color models

355549
RGB538573
HSL158°23.19%27.06%
HSB/HSV158°37.65%33.33%
CMYK37.65%0.00%14.12%
66.67%

Color #355549 in popluar number systems.

HEX355549
Decimal538573
Binary11010110101011001001
Octal65125111

Shades and tints

Shades of #355549

#355549
(53,85,73)
#314E43
(49,78,67)
#2D473D
(45,71,61)
#294037
(41,64,55)
#253931
(37,57,49)
#21322B
(33,50,43)
#1D2B25
(29,43,37)
#19241F
(25,36,31)
#151D19
(21,29,25)
#111613
(17,22,19)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #355549

#355549
(53,85,73)
#476459
(71,100,89)
#597369
(89,115,105)
#6B8279
(107,130,121)
#7D9189
(125,145,137)
#8FA099
(143,160,153)
#A1AFA9
(161,175,169)
#B3BEB9
(179,190,185)
#C5CDC9
(197,205,201)
#D7DCD9
(215,220,217)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #355549; }

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

This text font color is #355549.


Background Color

.myBgColor { background-color: #355549; }

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

This div background color is #355549.


Border color

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

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

This div border color is #355549.


Opacity

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

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

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

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

This text has shadow with #355549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355549 on black background.


Color preview on white background

This text has color #355549 on white background.



Black color preview on #355549 background

This text has black color on #355549 background.


White color preview on #355549 background

This text has white color on #355549 background.