COLOR #355726

HEX: #355726
RGB: (53,87,38)

Color info

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

RGB color model

#355726 color RGB value is (53,87,38).

  • red value is 53;
  • green value is 87;
  • blue value is 38.
RGB:
(53,87,38)
(21%,34%,15%)

RGB channels and saturation

R 53 of 255 = 21%
G 87 of 255 = 34%
B 38 of 255 = 15%

53
87
38

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

Portions of RGB colors in percentages

R + G + B =
53 + 87 + 38 = 178 (100%)
R 53 of 178 ~ 29.78%
G 87 of 178 ~ 48.88%
B 38 of 178 ~ 21.35%

%29.78
%48.88
%21.35

CMYK color model

#355726 color CMYK value is (39,0,56,66).

  • cyan value is 39.08%
  • magenta value is 0.00%
  • yellow value is 56.32%
  • key color value is 65.88%
CMYK:
(39,0,56,66)
C39M0Y56K66 
(39%,0%,56%,66%)
(0.39/0.00/0.56/0.66)	

CMYK percentages

%39.08
%0
%56.32
%65.88

Codes

Color #355726 in popluar color models

355726
RGB538738
HSL102°39.20%24.51%
HSB/HSV102°56.32%34.12%
CMYK39.08%0.00%56.32%
65.88%

Color #355726 in popluar number systems.

HEX355726
Decimal538738
Binary1101011010111100110
Octal6512746

Shades and tints

Shades of #355726

#355726
(53,87,38)
#315023
(49,80,35)
#2D4920
(45,73,32)
#29421D
(41,66,29)
#253B1A
(37,59,26)
#213417
(33,52,23)
#1D2D14
(29,45,20)
#192611
(25,38,17)
#151F0E
(21,31,14)
#11180B
(17,24,11)
#0D1108
(13,17,8)
#000000
(0,0,0)

Tints of #355726

#355726
(53,87,38)
#476639
(71,102,57)
#59754C
(89,117,76)
#6B845F
(107,132,95)
#7D9372
(125,147,114)
#8FA285
(143,162,133)
#A1B198
(161,177,152)
#B3C0AB
(179,192,171)
#C5CFBE
(197,207,190)
#D7DED1
(215,222,209)
#E9EDE4
(233,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #355726 color. Also use rgb(53,87,38) instead hex code.

Text Font Color

.myTextColor { color: #355726; }

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

This text font color is #355726.


Background Color

.myBgColor { background-color: #355726; }

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

This div background color is #355726.


Border color

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

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

This div border color is #355726.


Opacity

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

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

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

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

This text has shadow with #355726 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355726 on black background.


Color preview on white background

This text has color #355726 on white background.



Black color preview on #355726 background

This text has black color on #355726 background.


White color preview on #355726 background

This text has white color on #355726 background.