COLOR #355B11

HEX: #355B11 RGB: (53,91,17)

Color info

#355B11 contains mainly red and green colors. Web safe color of #355B11 is #336600 (or #360).

RGB color model

#355B11 color RGB value is (53,91,17).

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

RGB channels and saturation

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

53
91
17

R + G + B ~ 21%. #355B11 is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 91 + 17 = 161 (100%)
R 53 of 161 ~ 32.92%
G 91 of 161 ~ 56.52%
B 17 of 161 ~ 10.56'%

%32.92
%56.52
%10.56

CMYK color model

#355B11 color CMYK value is (42,0,81,64).

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

CMYK: (42,0,81,64)
C42M0Y81K64 (42%, 0%, 81%, 64%)
(0.42 / 0.00 / 0.81 / 0.64)

CMYK percentages

%41.76
%0
%81.32
%64.31

Codes

Color #355B11 in popluar color models

35 5B 11
RGB 53 91 17
HSL 91° 68.52% 21.18%
HSB/HSV 91° 81.32% 35.69%
CMYK 41.76% 0.00% 81.32%
64.31%

Color #355B11 in popluar number systems.

HEX 35 5B 11
Decimal 53 91 17
Binary 110101 1011011 10001
Octal 65 133 21

Shades and tints

Shades of #355B11

#355B11
(53,91,17)
#315310
(49,83,16)
#2D4B0F
(45,75,15)
#29430E
(41,67,14)
#253B0D
(37,59,13)
#21330C
(33,51,12)
#1D2B0B
(29,43,11)
#19230A
(25,35,10)
#151B09
(21,27,9)
#111308
(17,19,8)
#0D0B07
(13,11,7)
#000000
(0,0,0)

Tints of #355B11

#355B11
(53,91,17)
#476926
(71,105,38)
#59773B
(89,119,59)
#6B8550
(107,133,80)
#7D9365
(125,147,101)
#8FA17A
(143,161,122)
#A1AF8F
(161,175,143)
#B3BDA4
(179,189,164)
#C5CBB9
(197,203,185)
#D7D9CE
(215,217,206)
#E9E7E3
(233,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #355B11; }

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

This text font color is #355B11.

Background Color

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

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

This div background color is #355B11.

Border color

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

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

This div border color is #355B11.

Opacity

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

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

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

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

This text has shadow with #355B11 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #355B11.

Preview

Color preview on black background

This text has color #355B11 on black background.


Color preview on white background

This text has color #355B11 on white background.


Black color preview on #355B11 background

This text has black color on #355B11 background.


White color preview on #355B11 background

This text has white color on #355B11 background.


Related colors

Complementary color

Complementary color for #hex is #CAA4EE.


I love getcolorcode.com

Triadic colors

1 #11355B and #5B1135 with #355B11 are triadic colors.

2 #115B35 and #5B3511 with #355B11 are triadic colors.