COLOR #355E1E

HEX: #355E1E
RGB: (53,94,30)

Color info

#355E1E contains mainly red and green colors. Web safe color of #355E1E is #336633 (or #363).

RGB color model

#355E1E color RGB value is (53,94,30).

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

RGB channels and saturation

R 53 of 255 = 21%
G 94 of 255 = 37%
B 30 of 255 = 12%

53
94
30

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

Portions of RGB colors in percentages

R + G + B =
53 + 94 + 30 = 177 (100%)
R 53 of 177 ~ 29.94%
G 94 of 177 ~ 53.11%
B 30 of 177 ~ 16.95%

%29.94
%53.11
%16.95

CMYK color model

#355E1E color CMYK value is (44,0,68,63).

  • cyan value is 43.62%
  • magenta value is 0.00%
  • yellow value is 68.09%
  • key color value is 63.14%
CMYK:
(44,0,68,63)
C44M0Y68K63 
(44%,0%,68%,63%)
(0.44/0.00/0.68/0.63)	

CMYK percentages

%43.62
%0
%68.09
%63.14

Codes

Color #355E1E in popluar color models

355E1E
RGB539430
HSL98°51.61%24.31%
HSB/HSV98°68.09%36.86%
CMYK43.62%0.00%68.09%
63.14%

Color #355E1E in popluar number systems.

HEX355E1E
Decimal539430
Binary110101101111011110
Octal6513636

Shades and tints

Shades of #355E1E

#355E1E
(53,94,30)
#31561C
(49,86,28)
#2D4E1A
(45,78,26)
#294618
(41,70,24)
#253E16
(37,62,22)
#213614
(33,54,20)
#1D2E12
(29,46,18)
#192610
(25,38,16)
#151E0E
(21,30,14)
#11160C
(17,22,12)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #355E1E

#355E1E
(53,94,30)
#476C32
(71,108,50)
#597A46
(89,122,70)
#6B885A
(107,136,90)
#7D966E
(125,150,110)
#8FA482
(143,164,130)
#A1B296
(161,178,150)
#B3C0AA
(179,192,170)
#C5CEBE
(197,206,190)
#D7DCD2
(215,220,210)
#E9EAE6
(233,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #355E1E; }

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

This text font color is #355E1E.


Background Color

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

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

This div background color is #355E1E.


Border color

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

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

This div border color is #355E1E.


Opacity

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

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

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

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

This text has shadow with #355E1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355E1E on black background.


Color preview on white background

This text has color #355E1E on white background.



Black color preview on #355E1E background

This text has black color on #355E1E background.


White color preview on #355E1E background

This text has white color on #355E1E background.