COLOR #355D3D

HEX: #355D3D
RGB: (53,93,61)

Color info

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

RGB color model

#355D3D color RGB value is (53,93,61).

  • red value is 53;
  • green value is 93;
  • blue value is 61.
RGB:
(53,93,61)
(21%,36%,24%)

RGB channels and saturation

R 53 of 255 = 21%
G 93 of 255 = 36%
B 61 of 255 = 24%

53
93
61

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

Portions of RGB colors in percentages

R + G + B =
53 + 93 + 61 = 207 (100%)
R 53 of 207 ~ 25.6%
G 93 of 207 ~ 44.93%
B 61 of 207 ~ 29.47%

%25.6
%44.93
%29.47

CMYK color model

#355D3D color CMYK value is (43,0,34,64).

  • cyan value is 43.01%
  • magenta value is 0.00%
  • yellow value is 34.41%
  • key color value is 63.53%
CMYK:
(43,0,34,64)
C43M0Y34K64 
(43%,0%,34%,64%)
(0.43/0.00/0.34/0.64)	

CMYK percentages

%43.01
%0
%34.41
%63.53

Codes

Color #355D3D in popluar color models

355D3D
RGB539361
HSL132°27.40%28.63%
HSB/HSV132°43.01%36.47%
CMYK43.01%0.00%34.41%
63.53%

Color #355D3D in popluar number systems.

HEX355D3D
Decimal539361
Binary1101011011101111101
Octal6513575

Shades and tints

Shades of #355D3D

#355D3D
(53,93,61)
#315538
(49,85,56)
#2D4D33
(45,77,51)
#29452E
(41,69,46)
#253D29
(37,61,41)
#213524
(33,53,36)
#1D2D1F
(29,45,31)
#19251A
(25,37,26)
#151D15
(21,29,21)
#111510
(17,21,16)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #355D3D

#355D3D
(53,93,61)
#476B4E
(71,107,78)
#59795F
(89,121,95)
#6B8770
(107,135,112)
#7D9581
(125,149,129)
#8FA392
(143,163,146)
#A1B1A3
(161,177,163)
#B3BFB4
(179,191,180)
#C5CDC5
(197,205,197)
#D7DBD6
(215,219,214)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #355D3D; }

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

This text font color is #355D3D.


Background Color

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

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

This div background color is #355D3D.


Border color

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

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

This div border color is #355D3D.


Opacity

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

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

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

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

This text has shadow with #355D3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355D3D on black background.


Color preview on white background

This text has color #355D3D on white background.



Black color preview on #355D3D background

This text has black color on #355D3D background.


White color preview on #355D3D background

This text has white color on #355D3D background.