COLOR #355C3F

HEX: #355C3F RGB: (53,92,63)

Color info

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

RGB color model

#355C3F color RGB value is (53,92,63).

RGB: (53,92,63) (21%, 36%, 25%)

RGB channels and saturation

R 53 of 255 = 21%
G 92 of 255 = 36%
B 63 of 255 = 25%

53
92
63

R + G + B ~ 27%. #355C3F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 92 + 63 = 208 (100%)
R 53 of 208 ~ 25.48%
G 92 of 208 ~ 44.23%
B 63 of 208 ~ 30.29'%

%25.48
%44.23
%30.29

CMYK color model

#355C3F color CMYK value is (42,0,32,64).

  • cyan value is 42.39%
  • magenta value is 0.00%
  • yellow value is 31.52%
  • key color value is 63.92%

CMYK: (42,0,32,64)
C42M0Y32K64 (42%, 0%, 32%, 64%)
(0.42 / 0.00 / 0.32 / 0.64)

CMYK percentages

%42.39
%0
%31.52
%63.92

Codes

Color #355C3F in popluar color models

35 5C 3F
RGB 53 92 63
HSL 135° 26.90% 28.43%
HSB/HSV 135° 42.39% 36.08%
CMYK 42.39% 0.00% 31.52%
63.92%

Color #355C3F in popluar number systems.

HEX 35 5C 3F
Decimal 53 92 63
Binary 110101 1011100 111111
Octal 65 134 77

Shades and tints

Shades of #355C3F

#355C3F
(53,92,63)
#31543A
(49,84,58)
#2D4C35
(45,76,53)
#294430
(41,68,48)
#253C2B
(37,60,43)
#213426
(33,52,38)
#1D2C21
(29,44,33)
#19241C
(25,36,28)
#151C17
(21,28,23)
#111412
(17,20,18)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #355C3F

#355C3F
(53,92,63)
#476A50
(71,106,80)
#597861
(89,120,97)
#6B8672
(107,134,114)
#7D9483
(125,148,131)
#8FA294
(143,162,148)
#A1B0A5
(161,176,165)
#B3BEB6
(179,190,182)
#C5CCC7
(197,204,199)
#D7DAD8
(215,218,216)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #355C3F; }

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

This text font color is #355C3F.

Background Color

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

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

This div background color is #355C3F.

Border color

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

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

This div border color is #355C3F.

Opacity

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

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

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

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

This text has shadow with #355C3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #355C3F.

Preview

Color preview on black background

This text has color #355C3F on black background.


Color preview on white background

This text has color #355C3F on white background.


Black color preview on #355C3F background

This text has black color on #355C3F background.


White color preview on #355C3F background

This text has white color on #355C3F background.


Related colors

Complementary color

Complementary color for #hex is #CAA3C0.


I love getcolorcode.com

Triadic colors

1 #3F355C and #5C3F35 with #355C3F are triadic colors.

2 #3F5C35 and #5C353F with #355C3F are triadic colors.