COLOR #355512

HEX: #355512 RGB: (53,85,18)

Color info

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

RGB color model

#355512 color RGB value is (53,85,18).

RGB: (53,85,18) (21%, 33%, 7%)

RGB channels and saturation

R 53 of 255 = 21%
G 85 of 255 = 33%
B 18 of 255 = 7%

53
85
18

R + G + B ~ 20%. #355512 is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 85 + 18 = 156 (100%)
R 53 of 156 ~ 33.97%
G 85 of 156 ~ 54.49%
B 18 of 156 ~ 11.54'%

%33.97
%54.49
%11.54

CMYK color model

#355512 color CMYK value is (38,0,79,67).

  • cyan value is 37.65%
  • magenta value is 0.00%
  • yellow value is 78.82%
  • key color value is 66.67%

CMYK: (38,0,79,67)
C38M0Y79K67 (38%, 0%, 79%, 67%)
(0.38 / 0.00 / 0.79 / 0.67)

CMYK percentages

%37.65
%0
%78.82
%66.67

Codes

Color #355512 in popluar color models

35 55 12
RGB 53 85 18
HSL 89° 65.05% 20.20%
HSB/HSV 89° 78.82% 33.33%
CMYK 37.65% 0.00% 78.82%
66.67%

Color #355512 in popluar number systems.

HEX 35 55 12
Decimal 53 85 18
Binary 110101 1010101 10010
Octal 65 125 22

Shades and tints

Shades of #355512

#355512
(53,85,18)
#314E11
(49,78,17)
#2D4710
(45,71,16)
#29400F
(41,64,15)
#25390E
(37,57,14)
#21320D
(33,50,13)
#1D2B0C
(29,43,12)
#19240B
(25,36,11)
#151D0A
(21,29,10)
#111609
(17,22,9)
#0D0F08
(13,15,8)
#000000
(0,0,0)

Tints of #355512

#355512
(53,85,18)
#476427
(71,100,39)
#59733C
(89,115,60)
#6B8251
(107,130,81)
#7D9166
(125,145,102)
#8FA07B
(143,160,123)
#A1AF90
(161,175,144)
#B3BEA5
(179,190,165)
#C5CDBA
(197,205,186)
#D7DCCF
(215,220,207)
#E9EBE4
(233,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #355512 color. Also use rgb(53,85,18) instead hex code.

Text Font Color

.myTextColor { color: #355512; }

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

This text font color is #355512.

Background Color

.myBgColor { background-color: #355512; }

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

This div background color is #355512.

Border color

.myBorderColor { border: 1px solid #355512; }

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

This div border color is #355512.

Opacity

.myOpacity80 { color: #355512; opacity: 0.8; }

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

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

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

This text has shadow with #355512 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #355512.

Preview

Color preview on black background

This text has color #355512 on black background.


Color preview on white background

This text has color #355512 on white background.


Black color preview on #355512 background

This text has black color on #355512 background.


White color preview on #355512 background

This text has white color on #355512 background.


Related colors

Complementary color

Complementary color for #hex is #CAAAED.


I love getcolorcode.com

Triadic colors

1 #123555 and #551235 with #355512 are triadic colors.

2 #125535 and #553512 with #355512 are triadic colors.