COLOR #355211

HEX: #355211 RGB: (53,82,17)

Color info

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

RGB color model

#355211 color RGB value is (53,82,17).

RGB: (53,82,17) (21%, 32%, 7%)

RGB channels and saturation

R 53 of 255 = 21%
G 82 of 255 = 32%
B 17 of 255 = 7%

53
82
17

R + G + B ~ 20%. #355211 is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 82 + 17 = 152 (100%)
R 53 of 152 ~ 34.87%
G 82 of 152 ~ 53.95%
B 17 of 152 ~ 11.18'%

%34.87
%53.95
%11.18

CMYK color model

#355211 color CMYK value is (35,0,79,68).

  • cyan value is 35.37%
  • magenta value is 0.00%
  • yellow value is 79.27%
  • key color value is 67.84%
CMYK: (35,0,79,68) C35M0Y79K68 (35%,0%,79%,68%) (0.35/0.00/0.79/0.68) 

CMYK percentages

%35.37
%0
%79.27
%67.84

Codes

Color #355211 in popluar color models

35 52 11
RGB 53 82 17
HSL 87° 65.66% 19.41%
HSB/HSV 87° 79.27% 32.16%
CMYK 35.37% 0.00% 79.27%
67.84%

Color #355211 in popluar number systems.

HEX 35 52 11
Decimal 53 82 17
Binary 110101 1010010 10001
Octal 65 122 21

Shades and tints

Shades of #355211

#355211
(53,82,17)
#314B10
(49,75,16)
#2D440F
(45,68,15)
#293D0E
(41,61,14)
#25360D
(37,54,13)
#212F0C
(33,47,12)
#1D280B
(29,40,11)
#19210A
(25,33,10)
#151A09
(21,26,9)
#111308
(17,19,8)
#0D0C07
(13,12,7)
#000000
(0,0,0)

Tints of #355211

#355211
(53,82,17)
#476126
(71,97,38)
#59703B
(89,112,59)
#6B7F50
(107,127,80)
#7D8E65
(125,142,101)
#8F9D7A
(143,157,122)
#A1AC8F
(161,172,143)
#B3BBA4
(179,187,164)
#C5CAB9
(197,202,185)
#D7D9CE
(215,217,206)
#E9E8E3
(233,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #355211; }

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

This text font color is #355211.

Background Color

.myBgColor { background-color: #355211; }

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

This div background color is #355211.

Border color

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

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

This div border color is #355211.

Opacity

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

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

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

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

This text has shadow with #355211 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #355211.

Preview

Color preview on black background

This text has color #355211 on black background.


Color preview on white background

This text has color #355211 on white background.


Black color preview on #355211 background

This text has black color on #355211 background.


White color preview on #355211 background

This text has white color on #355211 background.


Related colors

Complementary color

Complementary color for #hex is #CAADEE.


I love getcolorcode.com

Triadic colors

1 #113552 and #521135 with #355211 are triadic colors.

2 #115235 and #523511 with #355211 are triadic colors.