COLOR #355427

HEX: #355427
RGB: (53,84,39)

Color info

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

RGB color model

#355427 color RGB value is (53,84,39).

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

RGB channels and saturation

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

53
84
39

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

Portions of RGB colors in percentages

R + G + B =
53 + 84 + 39 = 176 (100%)
R 53 of 176 ~ 30.11%
G 84 of 176 ~ 47.73%
B 39 of 176 ~ 22.16%

%30.11
%47.73
%22.16

CMYK color model

#355427 color CMYK value is (37,0,54,67).

  • cyan value is 36.90%
  • magenta value is 0.00%
  • yellow value is 53.57%
  • key color value is 67.06%
CMYK:
(37,0,54,67)
C37M0Y54K67 
(37%,0%,54%,67%)
(0.37/0.00/0.54/0.67)	

CMYK percentages

%36.9
%0
%53.57
%67.06

Codes

Color #355427 in popluar color models

355427
RGB538439
HSL101°36.59%24.12%
HSB/HSV101°53.57%32.94%
CMYK36.90%0.00%53.57%
67.06%

Color #355427 in popluar number systems.

HEX355427
Decimal538439
Binary1101011010100100111
Octal6512447

Shades and tints

Shades of #355427

#355427
(53,84,39)
#314D24
(49,77,36)
#2D4621
(45,70,33)
#293F1E
(41,63,30)
#25381B
(37,56,27)
#213118
(33,49,24)
#1D2A15
(29,42,21)
#192312
(25,35,18)
#151C0F
(21,28,15)
#11150C
(17,21,12)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #355427

#355427
(53,84,39)
#47633A
(71,99,58)
#59724D
(89,114,77)
#6B8160
(107,129,96)
#7D9073
(125,144,115)
#8F9F86
(143,159,134)
#A1AE99
(161,174,153)
#B3BDAC
(179,189,172)
#C5CCBF
(197,204,191)
#D7DBD2
(215,219,210)
#E9EAE5
(233,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #355427; }

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

This text font color is #355427.


Background Color

.myBgColor { background-color: #355427; }

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

This div background color is #355427.


Border color

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

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

This div border color is #355427.


Opacity

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

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

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

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

This text has shadow with #355427 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355427 on black background.


Color preview on white background

This text has color #355427 on white background.



Black color preview on #355427 background

This text has black color on #355427 background.


White color preview on #355427 background

This text has white color on #355427 background.