COLOR #356A1C

HEX: #356A1C
RGB: (53,106,28)

Color info

#356A1C contains mainly red and green colors. Web safe color of #356A1C is #336633 (or #363).

RGB color model

#356A1C color RGB value is (53,106,28).

  • red value is 53;
  • green value is 106;
  • blue value is 28.
RGB:
(53,106,28)
(21%,42%,11%)

RGB channels and saturation

R 53 of 255 = 21%
G 106 of 255 = 42%
B 28 of 255 = 11%

53
106
28

R + G + B ~ 25%. #356A1C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 106 + 28 = 187 (100%)
R 53 of 187 ~ 28.34%
G 106 of 187 ~ 56.68%
B 28 of 187 ~ 14.97%

%28.34
%56.68
%14.97

CMYK color model

#356A1C color CMYK value is (50,0,74,58).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 73.58%
  • key color value is 58.43%
CMYK:
(50,0,74,58)
C50M0Y74K58 
(50%,0%,74%,58%)
(0.50/0.00/0.74/0.58)	

CMYK percentages

%50
%0
%73.58
%58.43

Codes

Color #356A1C in popluar color models

356A1C
RGB5310628
HSL101°58.21%26.27%
HSB/HSV101°73.58%41.57%
CMYK50.00%0.00%73.58%
58.43%

Color #356A1C in popluar number systems.

HEX356A1C
Decimal5310628
Binary110101110101011100
Octal6515234

Shades and tints

Shades of #356A1C

#356A1C
(53,106,28)
#31611A
(49,97,26)
#2D5818
(45,88,24)
#294F16
(41,79,22)
#254614
(37,70,20)
#213D12
(33,61,18)
#1D3410
(29,52,16)
#192B0E
(25,43,14)
#15220C
(21,34,12)
#11190A
(17,25,10)
#0D1008
(13,16,8)
#000000
(0,0,0)

Tints of #356A1C

#356A1C
(53,106,28)
#477730
(71,119,48)
#598444
(89,132,68)
#6B9158
(107,145,88)
#7D9E6C
(125,158,108)
#8FAB80
(143,171,128)
#A1B894
(161,184,148)
#B3C5A8
(179,197,168)
#C5D2BC
(197,210,188)
#D7DFD0
(215,223,208)
#E9ECE4
(233,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #356A1C color. Also use rgb(53,106,28) instead hex code.

Text Font Color

.myTextColor { color: #356A1C; }

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

This text font color is #356A1C.


Background Color

.myBgColor { background-color: #356A1C; }

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

This div background color is #356A1C.


Border color

.myBorderColor { border: 1px solid #356A1C; }

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

This div border color is #356A1C.


Opacity

.myOpacity80 { color: #356A1C; opacity: 0.8; }

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

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

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

This text has shadow with #356A1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356A1C on black background.


Color preview on white background

This text has color #356A1C on white background.



Black color preview on #356A1C background

This text has black color on #356A1C background.


White color preview on #356A1C background

This text has white color on #356A1C background.