COLOR #355214

HEX: #355214
RGB: (53,82,20)

Color info

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

RGB color model

#355214 color RGB value is (53,82,20).

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

RGB channels and saturation

R 53 of 255 = 21%
G 82 of 255 = 32%
B 20 of 255 = 8%

53
82
20

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

Portions of RGB colors in percentages

R + G + B =
53 + 82 + 20 = 155 (100%)
R 53 of 155 ~ 34.19%
G 82 of 155 ~ 52.9%
B 20 of 155 ~ 12.9%

%34.19
%52.9
%12.9

CMYK color model

#355214 color CMYK value is (35,0,76,68).

  • cyan value is 35.37%
  • magenta value is 0.00%
  • yellow value is 75.61%
  • key color value is 67.84%
CMYK:
(35,0,76,68)
C35M0Y76K68 
(35%,0%,76%,68%)
(0.35/0.00/0.76/0.68)	

CMYK percentages

%35.37
%0
%75.61
%67.84

Codes

Color #355214 in popluar color models

355214
RGB538220
HSL88°60.78%20.00%
HSB/HSV88°75.61%32.16%
CMYK35.37%0.00%75.61%
67.84%

Color #355214 in popluar number systems.

HEX355214
Decimal538220
Binary110101101001010100
Octal6512224

Shades and tints

Shades of #355214

#355214
(53,82,20)
#314B13
(49,75,19)
#2D4412
(45,68,18)
#293D11
(41,61,17)
#253610
(37,54,16)
#212F0F
(33,47,15)
#1D280E
(29,40,14)
#19210D
(25,33,13)
#151A0C
(21,26,12)
#11130B
(17,19,11)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #355214

#355214
(53,82,20)
#476129
(71,97,41)
#59703E
(89,112,62)
#6B7F53
(107,127,83)
#7D8E68
(125,142,104)
#8F9D7D
(143,157,125)
#A1AC92
(161,172,146)
#B3BBA7
(179,187,167)
#C5CABC
(197,202,188)
#D7D9D1
(215,217,209)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #355214; }

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

This text font color is #355214.


Background Color

.myBgColor { background-color: #355214; }

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

This div background color is #355214.


Border color

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

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

This div border color is #355214.


Opacity

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

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

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

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

This text has shadow with #355214 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355214 on black background.


Color preview on white background

This text has color #355214 on white background.



Black color preview on #355214 background

This text has black color on #355214 background.


White color preview on #355214 background

This text has white color on #355214 background.