COLOR #355D11

HEX: #355D11 RGB: (53,93,17)

Color info

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

RGB color model

#355D11 color RGB value is (53,93,17).

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

RGB channels and saturation

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

53
93
17

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

Portions of RGB colors in percentages

R + G + B = 53 + 93 + 17 = 163 (100%)
R 53 of 163 ~ 32.52%
G 93 of 163 ~ 57.06%
B 17 of 163 ~ 10.43'%

%32.52
%57.06

CMYK color model

#355D11 color CMYK value is (43,0,82,64).

  • cyan value is 43.01%
  • magenta value is 0.00%
  • yellow value is 81.72%
  • key color value is 63.53%

CMYK: (43,0,82,64)
C43M0Y82K64 (43%, 0%, 82%, 64%)
(0.43 / 0.00 / 0.82 / 0.64)

CMYK percentages

%43.01
%0
%81.72
%63.53

Codes

Color #355D11 in popluar color models

35 5D 11
RGB 53 93 17
HSL 92° 69.09% 21.57%
HSB/HSV 92° 81.72% 36.47%
CMYK 43.01% 0.00% 81.72%
63.53%

Color #355D11 in popluar number systems.

HEX 35 5D 11
Decimal 53 93 17
Binary 110101 1011101 10001
Octal 65 135 21

Shades and tints

Shades of #355D11

#355D11
(53,93,17)
#315510
(49,85,16)
#2D4D0F
(45,77,15)
#29450E
(41,69,14)
#253D0D
(37,61,13)
#21350C
(33,53,12)
#1D2D0B
(29,45,11)
#19250A
(25,37,10)
#151D09
(21,29,9)
#111508
(17,21,8)
#0D0D07
(13,13,7)
#000000
(0,0,0)

Tints of #355D11

#355D11
(53,93,17)
#476B26
(71,107,38)
#59793B
(89,121,59)
#6B8750
(107,135,80)
#7D9565
(125,149,101)
#8FA37A
(143,163,122)
#A1B18F
(161,177,143)
#B3BFA4
(179,191,164)
#C5CDB9
(197,205,185)
#D7DBCE
(215,219,206)
#E9E9E3
(233,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #355D11; }

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

This text font color is #355D11.

Background Color

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

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

This div background color is #355D11.

Border color

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

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

This div border color is #355D11.

Opacity

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

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

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

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

This text has shadow with #355D11 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #355D11.

Preview

Color preview on black background

This text has color #355D11 on black background.


Color preview on white background

This text has color #355D11 on white background.


Black color preview on #355D11 background

This text has black color on #355D11 background.


White color preview on #355D11 background

This text has white color on #355D11 background.


Related colors

Complementary color

Complementary color for #hex is #CAA2EE.


I love getcolorcode.com

Triadic colors

1 #11355D and #5D1135 with #355D11 are triadic colors.

2 #115D35 and #5D3511 with #355D11 are triadic colors.