COLOR #355949

HEX: #355949
RGB: (53,89,73)

Color info

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

RGB color model

#355949 color RGB value is (53,89,73).

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

RGB channels and saturation

R 53 of 255 = 21%
G 89 of 255 = 35%
B 73 of 255 = 29%

53
89
73

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

Portions of RGB colors in percentages

R + G + B =
53 + 89 + 73 = 215 (100%)
R 53 of 215 ~ 24.65%
G 89 of 215 ~ 41.4%
B 73 of 215 ~ 33.95%

%24.65
%41.4
%33.95

CMYK color model

#355949 color CMYK value is (40,0,18,65).

  • cyan value is 40.45%
  • magenta value is 0.00%
  • yellow value is 17.98%
  • key color value is 65.10%
CMYK:
(40,0,18,65)
C40M0Y18K65 
(40%,0%,18%,65%)
(0.40/0.00/0.18/0.65)	

CMYK percentages

%40.45
%0
%17.98
%65.1

Codes

Color #355949 in popluar color models

355949
RGB538973
HSL153°25.35%27.84%
HSB/HSV153°40.45%34.90%
CMYK40.45%0.00%17.98%
65.10%

Color #355949 in popluar number systems.

HEX355949
Decimal538973
Binary11010110110011001001
Octal65131111

Shades and tints

Shades of #355949

#355949
(53,89,73)
#315143
(49,81,67)
#2D493D
(45,73,61)
#294137
(41,65,55)
#253931
(37,57,49)
#21312B
(33,49,43)
#1D2925
(29,41,37)
#19211F
(25,33,31)
#151919
(21,25,25)
#111113
(17,17,19)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #355949

#355949
(53,89,73)
#476859
(71,104,89)
#597769
(89,119,105)
#6B8679
(107,134,121)
#7D9589
(125,149,137)
#8FA499
(143,164,153)
#A1B3A9
(161,179,169)
#B3C2B9
(179,194,185)
#C5D1C9
(197,209,201)
#D7E0D9
(215,224,217)
#E9EFE9
(233,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #355949; }

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

This text font color is #355949.


Background Color

.myBgColor { background-color: #355949; }

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

This div background color is #355949.


Border color

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

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

This div border color is #355949.


Opacity

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

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

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

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

This text has shadow with #355949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355949 on black background.


Color preview on white background

This text has color #355949 on white background.



Black color preview on #355949 background

This text has black color on #355949 background.


White color preview on #355949 background

This text has white color on #355949 background.