COLOR #355426

HEX: #355426
RGB: (53,84,38)

Color info

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

RGB color model

#355426 color RGB value is (53,84,38).

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

RGB channels and saturation

R 53 of 255 = 21%
G 84 of 255 = 33%
B 38 of 255 = 15%

53
84
38

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

Portions of RGB colors in percentages

R + G + B =
53 + 84 + 38 = 175 (100%)
R 53 of 175 ~ 30.29%
G 84 of 175 ~ 48%
B 38 of 175 ~ 21.71%

%30.29
%48
%21.71

CMYK color model

#355426 color CMYK value is (37,0,55,67).

  • cyan value is 36.90%
  • magenta value is 0.00%
  • yellow value is 54.76%
  • key color value is 67.06%
CMYK:
(37,0,55,67)
C37M0Y55K67 
(37%,0%,55%,67%)
(0.37/0.00/0.55/0.67)	

CMYK percentages

%36.9
%0
%54.76
%67.06

Codes

Color #355426 in popluar color models

355426
RGB538438
HSL100°37.70%23.92%
HSB/HSV100°54.76%32.94%
CMYK36.90%0.00%54.76%
67.06%

Color #355426 in popluar number systems.

HEX355426
Decimal538438
Binary1101011010100100110
Octal6512446

Shades and tints

Shades of #355426

#355426
(53,84,38)
#314D23
(49,77,35)
#2D4620
(45,70,32)
#293F1D
(41,63,29)
#25381A
(37,56,26)
#213117
(33,49,23)
#1D2A14
(29,42,20)
#192311
(25,35,17)
#151C0E
(21,28,14)
#11150B
(17,21,11)
#0D0E08
(13,14,8)
#000000
(0,0,0)

Tints of #355426

#355426
(53,84,38)
#476339
(71,99,57)
#59724C
(89,114,76)
#6B815F
(107,129,95)
#7D9072
(125,144,114)
#8F9F85
(143,159,133)
#A1AE98
(161,174,152)
#B3BDAB
(179,189,171)
#C5CCBE
(197,204,190)
#D7DBD1
(215,219,209)
#E9EAE4
(233,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #355426; }

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

This text font color is #355426.


Background Color

.myBgColor { background-color: #355426; }

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

This div background color is #355426.


Border color

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

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

This div border color is #355426.


Opacity

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

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

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

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

This text has shadow with #355426 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355426 on black background.


Color preview on white background

This text has color #355426 on white background.



Black color preview on #355426 background

This text has black color on #355426 background.


White color preview on #355426 background

This text has white color on #355426 background.