COLOR #355E3B

HEX: #355E3B
RGB: (53,94,59)

Color info

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

RGB color model

#355E3B color RGB value is (53,94,59).

  • red value is 53;
  • green value is 94;
  • blue value is 59.
RGB:
(53,94,59)
(21%,37%,23%)

RGB channels and saturation

R 53 of 255 = 21%
G 94 of 255 = 37%
B 59 of 255 = 23%

53
94
59

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

Portions of RGB colors in percentages

R + G + B =
53 + 94 + 59 = 206 (100%)
R 53 of 206 ~ 25.73%
G 94 of 206 ~ 45.63%
B 59 of 206 ~ 28.64%

%25.73
%45.63
%28.64

CMYK color model

#355E3B color CMYK value is (44,0,37,63).

  • cyan value is 43.62%
  • magenta value is 0.00%
  • yellow value is 37.23%
  • key color value is 63.14%
CMYK:
(44,0,37,63)
C44M0Y37K63 
(44%,0%,37%,63%)
(0.44/0.00/0.37/0.63)	

CMYK percentages

%43.62
%0
%37.23
%63.14

Codes

Color #355E3B in popluar color models

355E3B
RGB539459
HSL129°27.89%28.82%
HSB/HSV129°43.62%36.86%
CMYK43.62%0.00%37.23%
63.14%

Color #355E3B in popluar number systems.

HEX355E3B
Decimal539459
Binary1101011011110111011
Octal6513673

Shades and tints

Shades of #355E3B

#355E3B
(53,94,59)
#315636
(49,86,54)
#2D4E31
(45,78,49)
#29462C
(41,70,44)
#253E27
(37,62,39)
#213622
(33,54,34)
#1D2E1D
(29,46,29)
#192618
(25,38,24)
#151E13
(21,30,19)
#11160E
(17,22,14)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #355E3B

#355E3B
(53,94,59)
#476C4C
(71,108,76)
#597A5D
(89,122,93)
#6B886E
(107,136,110)
#7D967F
(125,150,127)
#8FA490
(143,164,144)
#A1B2A1
(161,178,161)
#B3C0B2
(179,192,178)
#C5CEC3
(197,206,195)
#D7DCD4
(215,220,212)
#E9EAE5
(233,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #355E3B; }

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

This text font color is #355E3B.


Background Color

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

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

This div background color is #355E3B.


Border color

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

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

This div border color is #355E3B.


Opacity

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

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

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

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

This text has shadow with #355E3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355E3B on black background.


Color preview on white background

This text has color #355E3B on white background.



Black color preview on #355E3B background

This text has black color on #355E3B background.


White color preview on #355E3B background

This text has white color on #355E3B background.