COLOR #355514

HEX: #355514
RGB: (53,85,20)

Color info

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

RGB color model

#355514 color RGB value is (53,85,20).

  • red value is 53;
  • green value is 85;
  • blue value is 20.
RGB:
(53,85,20)
(21%,33%,8%)

RGB channels and saturation

R 53 of 255 = 21%
G 85 of 255 = 33%
B 20 of 255 = 8%

53
85
20

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

Portions of RGB colors in percentages

R + G + B =
53 + 85 + 20 = 158 (100%)
R 53 of 158 ~ 33.54%
G 85 of 158 ~ 53.8%
B 20 of 158 ~ 12.66%

%33.54
%53.8
%12.66

CMYK color model

#355514 color CMYK value is (38,0,76,67).

  • cyan value is 37.65%
  • magenta value is 0.00%
  • yellow value is 76.47%
  • key color value is 66.67%
CMYK:
(38,0,76,67)
C38M0Y76K67 
(38%,0%,76%,67%)
(0.38/0.00/0.76/0.67)	

CMYK percentages

%37.65
%0
%76.47
%66.67

Codes

Color #355514 in popluar color models

355514
RGB538520
HSL90°61.90%20.59%
HSB/HSV90°76.47%33.33%
CMYK37.65%0.00%76.47%
66.67%

Color #355514 in popluar number systems.

HEX355514
Decimal538520
Binary110101101010110100
Octal6512524

Shades and tints

Shades of #355514

#355514
(53,85,20)
#314E13
(49,78,19)
#2D4712
(45,71,18)
#294011
(41,64,17)
#253910
(37,57,16)
#21320F
(33,50,15)
#1D2B0E
(29,43,14)
#19240D
(25,36,13)
#151D0C
(21,29,12)
#11160B
(17,22,11)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #355514

#355514
(53,85,20)
#476429
(71,100,41)
#59733E
(89,115,62)
#6B8253
(107,130,83)
#7D9168
(125,145,104)
#8FA07D
(143,160,125)
#A1AF92
(161,175,146)
#B3BEA7
(179,190,167)
#C5CDBC
(197,205,188)
#D7DCD1
(215,220,209)
#E9EBE6
(233,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #355514; }

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

This text font color is #355514.


Background Color

.myBgColor { background-color: #355514; }

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

This div background color is #355514.


Border color

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

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

This div border color is #355514.


Opacity

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

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

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

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

This text has shadow with #355514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355514 on black background.


Color preview on white background

This text has color #355514 on white background.



Black color preview on #355514 background

This text has black color on #355514 background.


White color preview on #355514 background

This text has white color on #355514 background.