COLOR #355941

HEX: #355941
RGB: (53,89,65)

Color info

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

RGB color model

#355941 color RGB value is (53,89,65).

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

RGB channels and saturation

R 53 of 255 = 21%
G 89 of 255 = 35%
B 65 of 255 = 25%

53
89
65

R + G + B ~ 27%. #355941 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 89 + 65 = 207 (100%)
R 53 of 207 ~ 25.6%
G 89 of 207 ~ 43%
B 65 of 207 ~ 31.4%

%25.6
%43
%31.4

CMYK color model

#355941 color CMYK value is (40,0,27,65).

  • cyan value is 40.45%
  • magenta value is 0.00%
  • yellow value is 26.97%
  • key color value is 65.10%
CMYK:
(40,0,27,65)
C40M0Y27K65 
(40%,0%,27%,65%)
(0.40/0.00/0.27/0.65)	

CMYK percentages

%40.45
%0
%26.97
%65.1

Codes

Color #355941 in popluar color models

355941
RGB538965
HSL140°25.35%27.84%
HSB/HSV140°40.45%34.90%
CMYK40.45%0.00%26.97%
65.10%

Color #355941 in popluar number systems.

HEX355941
Decimal538965
Binary11010110110011000001
Octal65131101

Shades and tints

Shades of #355941

#355941
(53,89,65)
#31513C
(49,81,60)
#2D4937
(45,73,55)
#294132
(41,65,50)
#25392D
(37,57,45)
#213128
(33,49,40)
#1D2923
(29,41,35)
#19211E
(25,33,30)
#151919
(21,25,25)
#111114
(17,17,20)
#0D090F
(13,9,15)
#000000
(0,0,0)

Tints of #355941

#355941
(53,89,65)
#476852
(71,104,82)
#597763
(89,119,99)
#6B8674
(107,134,116)
#7D9585
(125,149,133)
#8FA496
(143,164,150)
#A1B3A7
(161,179,167)
#B3C2B8
(179,194,184)
#C5D1C9
(197,209,201)
#D7E0DA
(215,224,218)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #355941; }

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

This text font color is #355941.


Background Color

.myBgColor { background-color: #355941; }

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

This div background color is #355941.


Border color

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

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

This div border color is #355941.


Opacity

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

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

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

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

This text has shadow with #355941 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355941 on black background.


Color preview on white background

This text has color #355941 on white background.



Black color preview on #355941 background

This text has black color on #355941 background.


White color preview on #355941 background

This text has white color on #355941 background.