COLOR #355739

HEX: #355739
RGB: (53,87,57)

Color info

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

RGB color model

#355739 color RGB value is (53,87,57).

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

RGB channels and saturation

R 53 of 255 = 21%
G 87 of 255 = 34%
B 57 of 255 = 22%

53
87
57

R + G + B ~ 26%. #355739 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 87 + 57 = 197 (100%)
R 53 of 197 ~ 26.9%
G 87 of 197 ~ 44.16%
B 57 of 197 ~ 28.93%

%26.9
%44.16
%28.93

CMYK color model

#355739 color CMYK value is (39,0,34,66).

  • cyan value is 39.08%
  • magenta value is 0.00%
  • yellow value is 34.48%
  • key color value is 65.88%
CMYK:
(39,0,34,66)
C39M0Y34K66 
(39%,0%,34%,66%)
(0.39/0.00/0.34/0.66)	

CMYK percentages

%39.08
%0
%34.48
%65.88

Codes

Color #355739 in popluar color models

355739
RGB538757
HSL127°24.29%27.45%
HSB/HSV127°39.08%34.12%
CMYK39.08%0.00%34.48%
65.88%

Color #355739 in popluar number systems.

HEX355739
Decimal538757
Binary1101011010111111001
Octal6512771

Shades and tints

Shades of #355739

#355739
(53,87,57)
#315034
(49,80,52)
#2D492F
(45,73,47)
#29422A
(41,66,42)
#253B25
(37,59,37)
#213420
(33,52,32)
#1D2D1B
(29,45,27)
#192616
(25,38,22)
#151F11
(21,31,17)
#11180C
(17,24,12)
#0D1107
(13,17,7)
#000000
(0,0,0)

Tints of #355739

#355739
(53,87,57)
#47664B
(71,102,75)
#59755D
(89,117,93)
#6B846F
(107,132,111)
#7D9381
(125,147,129)
#8FA293
(143,162,147)
#A1B1A5
(161,177,165)
#B3C0B7
(179,192,183)
#C5CFC9
(197,207,201)
#D7DEDB
(215,222,219)
#E9EDED
(233,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #355739; }

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

This text font color is #355739.


Background Color

.myBgColor { background-color: #355739; }

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

This div background color is #355739.


Border color

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

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

This div border color is #355739.


Opacity

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

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

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

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

This text has shadow with #355739 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355739 on black background.


Color preview on white background

This text has color #355739 on white background.



Black color preview on #355739 background

This text has black color on #355739 background.


White color preview on #355739 background

This text has white color on #355739 background.