COLOR #355F35

HEX: #355F35
RGB: (53,95,53)

Color info

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

RGB color model

#355F35 color RGB value is (53,95,53).

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

RGB channels and saturation

R 53 of 255 = 21%
G 95 of 255 = 37%
B 53 of 255 = 21%

53
95
53

R + G + B ~ 26%. #355F35 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 95 + 53 = 201 (100%)
R 53 of 201 ~ 26.37%
G 95 of 201 ~ 47.26%
B 53 of 201 ~ 26.37%

%26.37
%47.26
%26.37

CMYK color model

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

  • cyan value is 44.21%
  • magenta value is 0.00%
  • yellow value is 44.21%
  • key color value is 62.75%
CMYK:
(44,0,44,63)
C44M0Y44K63 
(44%,0%,44%,63%)
(0.44/0.00/0.44/0.63)	

CMYK percentages

%44.21
%0
%44.21
%62.75

Codes

Color #355F35 in popluar color models

355F35
RGB539553
HSL120°28.38%29.02%
HSB/HSV120°44.21%37.25%
CMYK44.21%0.00%44.21%
62.75%

Color #355F35 in popluar number systems.

HEX355F35
Decimal539553
Binary1101011011111110101
Octal6513765

Shades and tints

Shades of #355F35

#355F35
(53,95,53)
#315731
(49,87,49)
#2D4F2D
(45,79,45)
#294729
(41,71,41)
#253F25
(37,63,37)
#213721
(33,55,33)
#1D2F1D
(29,47,29)
#192719
(25,39,25)
#151F15
(21,31,21)
#111711
(17,23,17)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #355F35

#355F35
(53,95,53)
#476D47
(71,109,71)
#597B59
(89,123,89)
#6B896B
(107,137,107)
#7D977D
(125,151,125)
#8FA58F
(143,165,143)
#A1B3A1
(161,179,161)
#B3C1B3
(179,193,179)
#C5CFC5
(197,207,197)
#D7DDD7
(215,221,215)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #355F35; }

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

This text font color is #355F35.


Background Color

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

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

This div background color is #355F35.


Border color

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

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

This div border color is #355F35.


Opacity

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

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

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

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

This text has shadow with #355F35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355F35 on black background.


Color preview on white background

This text has color #355F35 on white background.



Black color preview on #355F35 background

This text has black color on #355F35 background.


White color preview on #355F35 background

This text has white color on #355F35 background.