COLOR #355C43

HEX: #355C43
RGB: (53,92,67)

Color info

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

RGB color model

#355C43 color RGB value is (53,92,67).

  • red value is 53;
  • green value is 92;
  • blue value is 67.
RGB:
(53,92,67)
(21%,36%,26%)

RGB channels and saturation

R 53 of 255 = 21%
G 92 of 255 = 36%
B 67 of 255 = 26%

53
92
67

R + G + B ~ 28%. #355C43 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 92 + 67 = 212 (100%)
R 53 of 212 ~ 25%
G 92 of 212 ~ 43.4%
B 67 of 212 ~ 31.6%

%25
%43.4
%31.6

CMYK color model

#355C43 color CMYK value is (42,0,27,64).

  • cyan value is 42.39%
  • magenta value is 0.00%
  • yellow value is 27.17%
  • key color value is 63.92%
CMYK:
(42,0,27,64)
C42M0Y27K64 
(42%,0%,27%,64%)
(0.42/0.00/0.27/0.64)	

CMYK percentages

%42.39
%0
%27.17
%63.92

Codes

Color #355C43 in popluar color models

355C43
RGB539267
HSL142°26.90%28.43%
HSB/HSV142°42.39%36.08%
CMYK42.39%0.00%27.17%
63.92%

Color #355C43 in popluar number systems.

HEX355C43
Decimal539267
Binary11010110111001000011
Octal65134103

Shades and tints

Shades of #355C43

#355C43
(53,92,67)
#31543D
(49,84,61)
#2D4C37
(45,76,55)
#294431
(41,68,49)
#253C2B
(37,60,43)
#213425
(33,52,37)
#1D2C1F
(29,44,31)
#192419
(25,36,25)
#151C13
(21,28,19)
#11140D
(17,20,13)
#0D0C07
(13,12,7)
#000000
(0,0,0)

Tints of #355C43

#355C43
(53,92,67)
#476A54
(71,106,84)
#597865
(89,120,101)
#6B8676
(107,134,118)
#7D9487
(125,148,135)
#8FA298
(143,162,152)
#A1B0A9
(161,176,169)
#B3BEBA
(179,190,186)
#C5CCCB
(197,204,203)
#D7DADC
(215,218,220)
#E9E8ED
(233,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #355C43 color. Also use rgb(53,92,67) instead hex code.

Text Font Color

.myTextColor { color: #355C43; }

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

This text font color is #355C43.


Background Color

.myBgColor { background-color: #355C43; }

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

This div background color is #355C43.


Border color

.myBorderColor { border: 1px solid #355C43; }

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

This div border color is #355C43.


Opacity

.myOpacity80 { color: #355C43; opacity: 0.8; }

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

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

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

This text has shadow with #355C43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355C43 on black background.


Color preview on white background

This text has color #355C43 on white background.



Black color preview on #355C43 background

This text has black color on #355C43 background.


White color preview on #355C43 background

This text has white color on #355C43 background.