COLOR #355C10

HEX: #355C10
RGB: (53,92,16)

Color info

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

RGB color model

#355C10 color RGB value is (53,92,16).

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

RGB channels and saturation

R 53 of 255 = 21%
G 92 of 255 = 36%
B 16 of 255 = 6%

53
92
16

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

Portions of RGB colors in percentages

R + G + B =
53 + 92 + 16 = 161 (100%)
R 53 of 161 ~ 32.92%
G 92 of 161 ~ 57.14%
B 16 of 161 ~ 9.94%

%32.92
%57.14
%9.94

CMYK color model

#355C10 color CMYK value is (42,0,83,64).

  • cyan value is 42.39%
  • magenta value is 0.00%
  • yellow value is 82.61%
  • key color value is 63.92%
CMYK:
(42,0,83,64)
C42M0Y83K64 
(42%,0%,83%,64%)
(0.42/0.00/0.83/0.64)	

CMYK percentages

%42.39
%0
%82.61
%63.92

Codes

Color #355C10 in popluar color models

355C10
RGB539216
HSL91°70.37%21.18%
HSB/HSV91°82.61%36.08%
CMYK42.39%0.00%82.61%
63.92%

Color #355C10 in popluar number systems.

HEX355C10
Decimal539216
Binary110101101110010000
Octal6513420

Shades and tints

Shades of #355C10

#355C10
(53,92,16)
#31540F
(49,84,15)
#2D4C0E
(45,76,14)
#29440D
(41,68,13)
#253C0C
(37,60,12)
#21340B
(33,52,11)
#1D2C0A
(29,44,10)
#192409
(25,36,9)
#151C08
(21,28,8)
#111407
(17,20,7)
#0D0C06
(13,12,6)
#000000
(0,0,0)

Tints of #355C10

#355C10
(53,92,16)
#476A25
(71,106,37)
#59783A
(89,120,58)
#6B864F
(107,134,79)
#7D9464
(125,148,100)
#8FA279
(143,162,121)
#A1B08E
(161,176,142)
#B3BEA3
(179,190,163)
#C5CCB8
(197,204,184)
#D7DACD
(215,218,205)
#E9E8E2
(233,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #355C10; }

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

This text font color is #355C10.


Background Color

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

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

This div background color is #355C10.


Border color

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

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

This div border color is #355C10.


Opacity

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

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

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

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

This text has shadow with #355C10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355C10 on black background.


Color preview on white background

This text has color #355C10 on white background.



Black color preview on #355C10 background

This text has black color on #355C10 background.


White color preview on #355C10 background

This text has white color on #355C10 background.