COLOR #355E3D

HEX: #355E3D RGB: (53,94,61)

Color info

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

RGB color model

#355E3D color RGB value is (53,94,61).

RGB: (53,94,61) (21%, 37%, 24%)

RGB channels and saturation

R 53 of 255 = 21%
G 94 of 255 = 37%
B 61 of 255 = 24%

53
94
61

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

Portions of RGB colors in percentages

R + G + B = 53 + 94 + 61 = 208 (100%)
R 53 of 208 ~ 25.48%
G 94 of 208 ~ 45.19%
B 61 of 208 ~ 29.33'%

%25.48
%45.19
%29.33

CMYK color model

#355E3D color CMYK value is (44,0,35,63).

  • cyan value is 43.62%
  • magenta value is 0.00%
  • yellow value is 35.11%
  • key color value is 63.14%

CMYK: (44,0,35,63)
C44M0Y35K63 (44%, 0%, 35%, 63%)
(0.44 / 0.00 / 0.35 / 0.63)

CMYK percentages

%43.62
%0
%35.11
%63.14

Codes

Color #355E3D in popluar color models

35 5E 3D
RGB 53 94 61
HSL 132° 27.89% 28.82%
HSB/HSV 132° 43.62% 36.86%
CMYK 43.62% 0.00% 35.11%
63.14%

Color #355E3D in popluar number systems.

HEX 35 5E 3D
Decimal 53 94 61
Binary 110101 1011110 111101
Octal 65 136 75

Shades and tints

Shades of #355E3D

#355E3D
(53,94,61)
#315638
(49,86,56)
#2D4E33
(45,78,51)
#29462E
(41,70,46)
#253E29
(37,62,41)
#213624
(33,54,36)
#1D2E1F
(29,46,31)
#19261A
(25,38,26)
#151E15
(21,30,21)
#111610
(17,22,16)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #355E3D

#355E3D
(53,94,61)
#476C4E
(71,108,78)
#597A5F
(89,122,95)
#6B8870
(107,136,112)
#7D9681
(125,150,129)
#8FA492
(143,164,146)
#A1B2A3
(161,178,163)
#B3C0B4
(179,192,180)
#C5CEC5
(197,206,197)
#D7DCD6
(215,220,214)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #355E3D color. Also use rgb(53,94,61) instead hex code.

Text Font Color

.myTextColor { color: #355E3D; }

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

This text font color is #355E3D.

Background Color

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

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

This div background color is #355E3D.

Border color

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

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

This div border color is #355E3D.

Opacity

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

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

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

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

This text has shadow with #355E3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #355E3D.

Preview

Color preview on black background

This text has color #355E3D on black background.


Color preview on white background

This text has color #355E3D on white background.


Black color preview on #355E3D background

This text has black color on #355E3D background.


White color preview on #355E3D background

This text has white color on #355E3D background.


Related colors

Complementary color

Complementary color for #hex is #CAA1C2.


I love getcolorcode.com

Triadic colors

1 #3D355E and #5E3D35 with #355E3D are triadic colors.

2 #3D5E35 and #5E353D with #355E3D are triadic colors.