COLOR #355216

HEX: #355216
RGB: (53,82,22)

Color info

#355216 contains mainly red and green colors. Web safe color of #355216 is #336600 (or #360).

RGB color model

#355216 color RGB value is (53,82,22).

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

RGB channels and saturation

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

53
82
22

R + G + B ~ 21%. #355216 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 82 + 22 = 157 (100%)
R 53 of 157 ~ 33.76%
G 82 of 157 ~ 52.23%
B 22 of 157 ~ 14.01%

%33.76
%52.23
%14.01

CMYK color model

#355216 color CMYK value is (35,0,73,68).

  • cyan value is 35.37%
  • magenta value is 0.00%
  • yellow value is 73.17%
  • key color value is 67.84%
CMYK:
(35,0,73,68)
C35M0Y73K68 
(35%,0%,73%,68%)
(0.35/0.00/0.73/0.68)	

CMYK percentages

%35.37
%0
%73.17
%67.84

Codes

Color #355216 in popluar color models

355216
RGB538222
HSL89°57.69%20.39%
HSB/HSV89°73.17%32.16%
CMYK35.37%0.00%73.17%
67.84%

Color #355216 in popluar number systems.

HEX355216
Decimal538222
Binary110101101001010110
Octal6512226

Shades and tints

Shades of #355216

#355216
(53,82,22)
#314B14
(49,75,20)
#2D4412
(45,68,18)
#293D10
(41,61,16)
#25360E
(37,54,14)
#212F0C
(33,47,12)
#1D280A
(29,40,10)
#192108
(25,33,8)
#151A06
(21,26,6)
#111304
(17,19,4)
#0D0C02
(13,12,2)
#000000
(0,0,0)

Tints of #355216

#355216
(53,82,22)
#47612B
(71,97,43)
#597040
(89,112,64)
#6B7F55
(107,127,85)
#7D8E6A
(125,142,106)
#8F9D7F
(143,157,127)
#A1AC94
(161,172,148)
#B3BBA9
(179,187,169)
#C5CABE
(197,202,190)
#D7D9D3
(215,217,211)
#E9E8E8
(233,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #355216; }

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

This text font color is #355216.


Background Color

.myBgColor { background-color: #355216; }

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

This div background color is #355216.


Border color

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

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

This div border color is #355216.


Opacity

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

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

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

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

This text has shadow with #355216 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355216 on black background.


Color preview on white background

This text has color #355216 on white background.



Black color preview on #355216 background

This text has black color on #355216 background.


White color preview on #355216 background

This text has white color on #355216 background.