COLOR #355115

HEX: #355115
RGB: (53,81,21)

Color info

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

RGB color model

#355115 color RGB value is (53,81,21).

  • red value is 53;
  • green value is 81;
  • blue value is 21.
RGB:
(53,81,21)
(21%,32%,8%)

RGB channels and saturation

R 53 of 255 = 21%
G 81 of 255 = 32%
B 21 of 255 = 8%

53
81
21

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

Portions of RGB colors in percentages

R + G + B =
53 + 81 + 21 = 155 (100%)
R 53 of 155 ~ 34.19%
G 81 of 155 ~ 52.26%
B 21 of 155 ~ 13.55%

%34.19
%52.26
%13.55

CMYK color model

#355115 color CMYK value is (35,0,74,68).

  • cyan value is 34.57%
  • magenta value is 0.00%
  • yellow value is 74.07%
  • key color value is 68.24%
CMYK:
(35,0,74,68)
C35M0Y74K68 
(35%,0%,74%,68%)
(0.35/0.00/0.74/0.68)	

CMYK percentages

%34.57
%0
%74.07
%68.24

Codes

Color #355115 in popluar color models

355115
RGB538121
HSL88°58.82%20.00%
HSB/HSV88°74.07%31.76%
CMYK34.57%0.00%74.07%
68.24%

Color #355115 in popluar number systems.

HEX355115
Decimal538121
Binary110101101000110101
Octal6512125

Shades and tints

Shades of #355115

#355115
(53,81,21)
#314A14
(49,74,20)
#2D4313
(45,67,19)
#293C12
(41,60,18)
#253511
(37,53,17)
#212E10
(33,46,16)
#1D270F
(29,39,15)
#19200E
(25,32,14)
#15190D
(21,25,13)
#11120C
(17,18,12)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #355115

#355115
(53,81,21)
#47602A
(71,96,42)
#596F3F
(89,111,63)
#6B7E54
(107,126,84)
#7D8D69
(125,141,105)
#8F9C7E
(143,156,126)
#A1AB93
(161,171,147)
#B3BAA8
(179,186,168)
#C5C9BD
(197,201,189)
#D7D8D2
(215,216,210)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #355115 color. Also use rgb(53,81,21) instead hex code.

Text Font Color

.myTextColor { color: #355115; }

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

This text font color is #355115.


Background Color

.myBgColor { background-color: #355115; }

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

This div background color is #355115.


Border color

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

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

This div border color is #355115.


Opacity

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

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

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

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

This text has shadow with #355115 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355115 on black background.


Color preview on white background

This text has color #355115 on white background.



Black color preview on #355115 background

This text has black color on #355115 background.


White color preview on #355115 background

This text has white color on #355115 background.