COLOR #356A3C

HEX: #356A3C
RGB: (53,106,60)

Color info

#356A3C contains red, green and blue colors in about the same proportion. Web safe color of #356A3C is #336633 (or #363).

RGB color model

#356A3C color RGB value is (53,106,60).

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

RGB channels and saturation

R 53 of 255 = 21%
G 106 of 255 = 42%
B 60 of 255 = 24%

53
106
60

R + G + B ~ 29%. #356A3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 106 + 60 = 219 (100%)
R 53 of 219 ~ 24.2%
G 106 of 219 ~ 48.4%
B 60 of 219 ~ 27.4%

%24.2
%48.4
%27.4

CMYK color model

#356A3C color CMYK value is (50,0,43,58).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 43.40%
  • key color value is 58.43%
CMYK:
(50,0,43,58)
C50M0Y43K58 
(50%,0%,43%,58%)
(0.50/0.00/0.43/0.58)	

CMYK percentages

%50
%0
%43.4
%58.43

Codes

Color #356A3C in popluar color models

356A3C
RGB5310660
HSL128°33.33%31.18%
HSB/HSV128°50.00%41.57%
CMYK50.00%0.00%43.40%
58.43%

Color #356A3C in popluar number systems.

HEX356A3C
Decimal5310660
Binary1101011101010111100
Octal6515274

Shades and tints

Shades of #356A3C

#356A3C
(53,106,60)
#316137
(49,97,55)
#2D5832
(45,88,50)
#294F2D
(41,79,45)
#254628
(37,70,40)
#213D23
(33,61,35)
#1D341E
(29,52,30)
#192B19
(25,43,25)
#152214
(21,34,20)
#11190F
(17,25,15)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #356A3C

#356A3C
(53,106,60)
#47774D
(71,119,77)
#59845E
(89,132,94)
#6B916F
(107,145,111)
#7D9E80
(125,158,128)
#8FAB91
(143,171,145)
#A1B8A2
(161,184,162)
#B3C5B3
(179,197,179)
#C5D2C4
(197,210,196)
#D7DFD5
(215,223,213)
#E9ECE6
(233,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #356A3C; }

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

This text font color is #356A3C.


Background Color

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

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

This div background color is #356A3C.


Border color

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

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

This div border color is #356A3C.


Opacity

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

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

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

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

This text has shadow with #356A3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356A3C on black background.


Color preview on white background

This text has color #356A3C on white background.



Black color preview on #356A3C background

This text has black color on #356A3C background.


White color preview on #356A3C background

This text has white color on #356A3C background.