COLOR #355C0A

HEX: #355C0A
RGB: (53,92,10)

Color info

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

RGB color model

#355C0A color RGB value is (53,92,10).

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

RGB channels and saturation

R 53 of 255 = 21%
G 92 of 255 = 36%
B 10 of 255 = 4%

53
92
10

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

Portions of RGB colors in percentages

R + G + B =
53 + 92 + 10 = 155 (100%)
R 53 of 155 ~ 34.19%
G 92 of 155 ~ 59.35%
B 10 of 155 ~ 6.45%

%34.19
%59.35

CMYK color model

#355C0A color CMYK value is (42,0,89,64).

  • cyan value is 42.39%
  • magenta value is 0.00%
  • yellow value is 89.13%
  • key color value is 63.92%
CMYK:
(42,0,89,64)
C42M0Y89K64 
(42%,0%,89%,64%)
(0.42/0.00/0.89/0.64)	

CMYK percentages

%42.39
%0
%89.13
%63.92

Codes

Color #355C0A in popluar color models

355C0A
RGB539210
HSL89°80.39%20.00%
HSB/HSV89°89.13%36.08%
CMYK42.39%0.00%89.13%
63.92%

Color #355C0A in popluar number systems.

HEX355C0A
Decimal539210
Binary11010110111001010
Octal6513412

Shades and tints

Shades of #355C0A

#355C0A
(53,92,10)
#31540A
(49,84,10)
#2D4C0A
(45,76,10)
#29440A
(41,68,10)
#253C0A
(37,60,10)
#21340A
(33,52,10)
#1D2C0A
(29,44,10)
#19240A
(25,36,10)
#151C0A
(21,28,10)
#11140A
(17,20,10)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #355C0A

#355C0A
(53,92,10)
#476A20
(71,106,32)
#597836
(89,120,54)
#6B864C
(107,134,76)
#7D9462
(125,148,98)
#8FA278
(143,162,120)
#A1B08E
(161,176,142)
#B3BEA4
(179,190,164)
#C5CCBA
(197,204,186)
#D7DAD0
(215,218,208)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #355C0A; }

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

This text font color is #355C0A.


Background Color

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

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

This div background color is #355C0A.


Border color

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

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

This div border color is #355C0A.


Opacity

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

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

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

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

This text has shadow with #355C0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355C0A on black background.


Color preview on white background

This text has color #355C0A on white background.



Black color preview on #355C0A background

This text has black color on #355C0A background.


White color preview on #355C0A background

This text has white color on #355C0A background.