COLOR #355610

HEX: #355610
RGB: (53,86,16)

Color info

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

RGB color model

#355610 color RGB value is (53,86,16).

  • red value is 53;
  • green value is 86;
  • blue value is 16.
RGB:
(53,86,16)
(21%,34%,6%)

RGB channels and saturation

R 53 of 255 = 21%
G 86 of 255 = 34%
B 16 of 255 = 6%

53
86
16

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

Portions of RGB colors in percentages

R + G + B =
53 + 86 + 16 = 155 (100%)
R 53 of 155 ~ 34.19%
G 86 of 155 ~ 55.48%
B 16 of 155 ~ 10.32%

%34.19
%55.48
%10.32

CMYK color model

#355610 color CMYK value is (38,0,81,66).

  • cyan value is 38.37%
  • magenta value is 0.00%
  • yellow value is 81.40%
  • key color value is 66.27%
CMYK:
(38,0,81,66)
C38M0Y81K66 
(38%,0%,81%,66%)
(0.38/0.00/0.81/0.66)	

CMYK percentages

%38.37
%0
%81.4
%66.27

Codes

Color #355610 in popluar color models

355610
RGB538616
HSL88°68.63%20.00%
HSB/HSV88°81.40%33.73%
CMYK38.37%0.00%81.40%
66.27%

Color #355610 in popluar number systems.

HEX355610
Decimal538616
Binary110101101011010000
Octal6512620

Shades and tints

Shades of #355610

#355610
(53,86,16)
#314F0F
(49,79,15)
#2D480E
(45,72,14)
#29410D
(41,65,13)
#253A0C
(37,58,12)
#21330B
(33,51,11)
#1D2C0A
(29,44,10)
#192509
(25,37,9)
#151E08
(21,30,8)
#111707
(17,23,7)
#0D1006
(13,16,6)
#000000
(0,0,0)

Tints of #355610

#355610
(53,86,16)
#476525
(71,101,37)
#59743A
(89,116,58)
#6B834F
(107,131,79)
#7D9264
(125,146,100)
#8FA179
(143,161,121)
#A1B08E
(161,176,142)
#B3BFA3
(179,191,163)
#C5CEB8
(197,206,184)
#D7DDCD
(215,221,205)
#E9ECE2
(233,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #355610 color. Also use rgb(53,86,16) instead hex code.

Text Font Color

.myTextColor { color: #355610; }

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

This text font color is #355610.


Background Color

.myBgColor { background-color: #355610; }

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

This div background color is #355610.


Border color

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

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

This div border color is #355610.


Opacity

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

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

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

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

This text has shadow with #355610 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355610 on black background.


Color preview on white background

This text has color #355610 on white background.



Black color preview on #355610 background

This text has black color on #355610 background.


White color preview on #355610 background

This text has white color on #355610 background.