COLOR #355228

HEX: #355228
RGB: (53,82,40)

Color info

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

RGB color model

#355228 color RGB value is (53,82,40).

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

RGB channels and saturation

R 53 of 255 = 21%
G 82 of 255 = 32%
B 40 of 255 = 16%

53
82
40

R + G + B ~ 23%. #355228 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 82 + 40 = 175 (100%)
R 53 of 175 ~ 30.29%
G 82 of 175 ~ 46.86%
B 40 of 175 ~ 22.86%

%30.29
%46.86
%22.86

CMYK color model

#355228 color CMYK value is (35,0,51,68).

  • cyan value is 35.37%
  • magenta value is 0.00%
  • yellow value is 51.22%
  • key color value is 67.84%
CMYK:
(35,0,51,68)
C35M0Y51K68 
(35%,0%,51%,68%)
(0.35/0.00/0.51/0.68)	

CMYK percentages

%35.37
%0
%51.22
%67.84

Codes

Color #355228 in popluar color models

355228
RGB538240
HSL101°34.43%23.92%
HSB/HSV101°51.22%32.16%
CMYK35.37%0.00%51.22%
67.84%

Color #355228 in popluar number systems.

HEX355228
Decimal538240
Binary1101011010010101000
Octal6512250

Shades and tints

Shades of #355228

#355228
(53,82,40)
#314B25
(49,75,37)
#2D4422
(45,68,34)
#293D1F
(41,61,31)
#25361C
(37,54,28)
#212F19
(33,47,25)
#1D2816
(29,40,22)
#192113
(25,33,19)
#151A10
(21,26,16)
#11130D
(17,19,13)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #355228

#355228
(53,82,40)
#47613B
(71,97,59)
#59704E
(89,112,78)
#6B7F61
(107,127,97)
#7D8E74
(125,142,116)
#8F9D87
(143,157,135)
#A1AC9A
(161,172,154)
#B3BBAD
(179,187,173)
#C5CAC0
(197,202,192)
#D7D9D3
(215,217,211)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #355228; }

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

This text font color is #355228.


Background Color

.myBgColor { background-color: #355228; }

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

This div background color is #355228.


Border color

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

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

This div border color is #355228.


Opacity

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

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

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

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

This text has shadow with #355228 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355228 on black background.


Color preview on white background

This text has color #355228 on white background.



Black color preview on #355228 background

This text has black color on #355228 background.


White color preview on #355228 background

This text has white color on #355228 background.