COLOR #355B2B

HEX: #355B2B RGB: (53,91,43)

Color info

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

RGB color model

#355B2B color RGB value is (53,91,43).

RGB: (53,91,43) (21%, 36%, 17%)

RGB channels and saturation

R 53 of 255 = 21%
G 91 of 255 = 36%
B 43 of 255 = 17%

53
91
43

R + G + B ~ 25%. #355B2B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 91 + 43 = 187 (100%)
R 53 of 187 ~ 28.34%
G 91 of 187 ~ 48.66%
B 43 of 187 ~ 22.99'%

%28.34
%48.66
%22.99

CMYK color model

#355B2B color CMYK value is (42,0,53,64).

  • cyan value is 41.76%
  • magenta value is 0.00%
  • yellow value is 52.75%
  • key color value is 64.31%

CMYK: (42,0,53,64)
C42M0Y53K64 (42%, 0%, 53%, 64%)
(0.42 / 0.00 / 0.53 / 0.64)

CMYK percentages

%41.76
%0
%52.75
%64.31

Codes

Color #355B2B in popluar color models

35 5B 2B
RGB 53 91 43
HSL 108° 35.82% 26.27%
HSB/HSV 108° 52.75% 35.69%
CMYK 41.76% 0.00% 52.75%
64.31%

Color #355B2B in popluar number systems.

HEX 35 5B 2B
Decimal 53 91 43
Binary 110101 1011011 101011
Octal 65 133 53

Shades and tints

Shades of #355B2B

#355B2B
(53,91,43)
#315328
(49,83,40)
#2D4B25
(45,75,37)
#294322
(41,67,34)
#253B1F
(37,59,31)
#21331C
(33,51,28)
#1D2B19
(29,43,25)
#192316
(25,35,22)
#151B13
(21,27,19)
#111310
(17,19,16)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #355B2B

#355B2B
(53,91,43)
#47693E
(71,105,62)
#597751
(89,119,81)
#6B8564
(107,133,100)
#7D9377
(125,147,119)
#8FA18A
(143,161,138)
#A1AF9D
(161,175,157)
#B3BDB0
(179,189,176)
#C5CBC3
(197,203,195)
#D7D9D6
(215,217,214)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #355B2B; }

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

This text font color is #355B2B.

Background Color

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

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

This div background color is #355B2B.

Border color

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

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

This div border color is #355B2B.

Opacity

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

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

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

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

This text has shadow with #355B2B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #355B2B.

Preview

Color preview on black background

This text has color #355B2B on black background.


Color preview on white background

This text has color #355B2B on white background.


Black color preview on #355B2B background

This text has black color on #355B2B background.


White color preview on #355B2B background

This text has white color on #355B2B background.


Related colors

Complementary color

Complementary color for #hex is #CAA4D4.


I love getcolorcode.com

Triadic colors

1 #2B355B and #5B2B35 with #355B2B are triadic colors.

2 #2B5B35 and #5B352B with #355B2B are triadic colors.