COLOR #355740

HEX: #355740
RGB: (53,87,64)

Color info

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

RGB color model

#355740 color RGB value is (53,87,64).

  • red value is 53;
  • green value is 87;
  • blue value is 64.
RGB:
(53,87,64)
(21%,34%,25%)

RGB channels and saturation

R 53 of 255 = 21%
G 87 of 255 = 34%
B 64 of 255 = 25%

53
87
64

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

Portions of RGB colors in percentages

R + G + B =
53 + 87 + 64 = 204 (100%)
R 53 of 204 ~ 25.98%
G 87 of 204 ~ 42.65%
B 64 of 204 ~ 31.37%

%25.98
%42.65
%31.37

CMYK color model

#355740 color CMYK value is (39,0,26,66).

  • cyan value is 39.08%
  • magenta value is 0.00%
  • yellow value is 26.44%
  • key color value is 65.88%
CMYK:
(39,0,26,66)
C39M0Y26K66 
(39%,0%,26%,66%)
(0.39/0.00/0.26/0.66)	

CMYK percentages

%39.08
%0
%26.44
%65.88

Codes

Color #355740 in popluar color models

355740
RGB538764
HSL139°24.29%27.45%
HSB/HSV139°39.08%34.12%
CMYK39.08%0.00%26.44%
65.88%

Color #355740 in popluar number systems.

HEX355740
Decimal538764
Binary11010110101111000000
Octal65127100

Shades and tints

Shades of #355740

#355740
(53,87,64)
#31503B
(49,80,59)
#2D4936
(45,73,54)
#294231
(41,66,49)
#253B2C
(37,59,44)
#213427
(33,52,39)
#1D2D22
(29,45,34)
#19261D
(25,38,29)
#151F18
(21,31,24)
#111813
(17,24,19)
#0D110E
(13,17,14)
#000000
(0,0,0)

Tints of #355740

#355740
(53,87,64)
#476651
(71,102,81)
#597562
(89,117,98)
#6B8473
(107,132,115)
#7D9384
(125,147,132)
#8FA295
(143,162,149)
#A1B1A6
(161,177,166)
#B3C0B7
(179,192,183)
#C5CFC8
(197,207,200)
#D7DED9
(215,222,217)
#E9EDEA
(233,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #355740 color. Also use rgb(53,87,64) instead hex code.

Text Font Color

.myTextColor { color: #355740; }

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

This text font color is #355740.


Background Color

.myBgColor { background-color: #355740; }

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

This div background color is #355740.


Border color

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

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

This div border color is #355740.


Opacity

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

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

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

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

This text has shadow with #355740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355740 on black background.


Color preview on white background

This text has color #355740 on white background.



Black color preview on #355740 background

This text has black color on #355740 background.


White color preview on #355740 background

This text has white color on #355740 background.