COLOR #355239

HEX: #355239
RGB: (53,82,57)

Color info

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

RGB color model

#355239 color RGB value is (53,82,57).

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

RGB channels and saturation

R 53 of 255 = 21%
G 82 of 255 = 32%
B 57 of 255 = 22%

53
82
57

R + G + B ~ 25%. #355239 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 82 + 57 = 192 (100%)
R 53 of 192 ~ 27.6%
G 82 of 192 ~ 42.71%
B 57 of 192 ~ 29.69%

%27.6
%42.71
%29.69

CMYK color model

#355239 color CMYK value is (35,0,30,68).

  • cyan value is 35.37%
  • magenta value is 0.00%
  • yellow value is 30.49%
  • key color value is 67.84%
CMYK:
(35,0,30,68)
C35M0Y30K68 
(35%,0%,30%,68%)
(0.35/0.00/0.30/0.68)	

CMYK percentages

%35.37
%0
%30.49
%67.84

Codes

Color #355239 in popluar color models

355239
RGB538257
HSL128°21.48%26.47%
HSB/HSV128°35.37%32.16%
CMYK35.37%0.00%30.49%
67.84%

Color #355239 in popluar number systems.

HEX355239
Decimal538257
Binary1101011010010111001
Octal6512271

Shades and tints

Shades of #355239

#355239
(53,82,57)
#314B34
(49,75,52)
#2D442F
(45,68,47)
#293D2A
(41,61,42)
#253625
(37,54,37)
#212F20
(33,47,32)
#1D281B
(29,40,27)
#192116
(25,33,22)
#151A11
(21,26,17)
#11130C
(17,19,12)
#0D0C07
(13,12,7)
#000000
(0,0,0)

Tints of #355239

#355239
(53,82,57)
#47614B
(71,97,75)
#59705D
(89,112,93)
#6B7F6F
(107,127,111)
#7D8E81
(125,142,129)
#8F9D93
(143,157,147)
#A1ACA5
(161,172,165)
#B3BBB7
(179,187,183)
#C5CAC9
(197,202,201)
#D7D9DB
(215,217,219)
#E9E8ED
(233,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #355239; }

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

This text font color is #355239.


Background Color

.myBgColor { background-color: #355239; }

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

This div background color is #355239.


Border color

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

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

This div border color is #355239.


Opacity

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

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

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

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

This text has shadow with #355239 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355239 on black background.


Color preview on white background

This text has color #355239 on white background.



Black color preview on #355239 background

This text has black color on #355239 background.


White color preview on #355239 background

This text has white color on #355239 background.