COLOR #355F16

HEX: #355F16
RGB: (53,95,22)

Color info

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

RGB color model

#355F16 color RGB value is (53,95,22).

  • red value is 53;
  • green value is 95;
  • blue value is 22.
RGB:
(53,95,22)
(21%,37%,9%)

RGB channels and saturation

R 53 of 255 = 21%
G 95 of 255 = 37%
B 22 of 255 = 9%

53
95
22

R + G + B ~ 22%. #355F16 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 95 + 22 = 170 (100%)
R 53 of 170 ~ 31.18%
G 95 of 170 ~ 55.88%
B 22 of 170 ~ 12.94%

%31.18
%55.88
%12.94

CMYK color model

#355F16 color CMYK value is (44,0,77,63).

  • cyan value is 44.21%
  • magenta value is 0.00%
  • yellow value is 76.84%
  • key color value is 62.75%
CMYK:
(44,0,77,63)
C44M0Y77K63 
(44%,0%,77%,63%)
(0.44/0.00/0.77/0.63)	

CMYK percentages

%44.21
%0
%76.84
%62.75

Codes

Color #355F16 in popluar color models

355F16
RGB539522
HSL95°62.39%22.94%
HSB/HSV95°76.84%37.25%
CMYK44.21%0.00%76.84%
62.75%

Color #355F16 in popluar number systems.

HEX355F16
Decimal539522
Binary110101101111110110
Octal6513726

Shades and tints

Shades of #355F16

#355F16
(53,95,22)
#315714
(49,87,20)
#2D4F12
(45,79,18)
#294710
(41,71,16)
#253F0E
(37,63,14)
#21370C
(33,55,12)
#1D2F0A
(29,47,10)
#192708
(25,39,8)
#151F06
(21,31,6)
#111704
(17,23,4)
#0D0F02
(13,15,2)
#000000
(0,0,0)

Tints of #355F16

#355F16
(53,95,22)
#476D2B
(71,109,43)
#597B40
(89,123,64)
#6B8955
(107,137,85)
#7D976A
(125,151,106)
#8FA57F
(143,165,127)
#A1B394
(161,179,148)
#B3C1A9
(179,193,169)
#C5CFBE
(197,207,190)
#D7DDD3
(215,221,211)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #355F16 color. Also use rgb(53,95,22) instead hex code.

Text Font Color

.myTextColor { color: #355F16; }

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

This text font color is #355F16.


Background Color

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

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

This div background color is #355F16.


Border color

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

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

This div border color is #355F16.


Opacity

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

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

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

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

This text has shadow with #355F16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355F16 on black background.


Color preview on white background

This text has color #355F16 on white background.



Black color preview on #355F16 background

This text has black color on #355F16 background.


White color preview on #355F16 background

This text has white color on #355F16 background.