COLOR #356836

HEX: #356836
RGB: (53,104,54)

Color info

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

RGB color model

#356836 color RGB value is (53,104,54).

  • red value is 53;
  • green value is 104;
  • blue value is 54.
RGB:
(53,104,54)
(21%,41%,21%)

RGB channels and saturation

R 53 of 255 = 21%
G 104 of 255 = 41%
B 54 of 255 = 21%

53
104
54

R + G + B ~ 28%. #356836 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 104 + 54 = 211 (100%)
R 53 of 211 ~ 25.12%
G 104 of 211 ~ 49.29%
B 54 of 211 ~ 25.59%

%25.12
%49.29
%25.59

CMYK color model

#356836 color CMYK value is (49,0,48,59).

  • cyan value is 49.04%
  • magenta value is 0.00%
  • yellow value is 48.08%
  • key color value is 59.22%
CMYK:
(49,0,48,59)
C49M0Y48K59 
(49%,0%,48%,59%)
(0.49/0.00/0.48/0.59)	

CMYK percentages

%49.04
%0
%48.08
%59.22

Codes

Color #356836 in popluar color models

356836
RGB5310454
HSL121°32.48%30.78%
HSB/HSV121°49.04%40.78%
CMYK49.04%0.00%48.08%
59.22%

Color #356836 in popluar number systems.

HEX356836
Decimal5310454
Binary1101011101000110110
Octal6515066

Shades and tints

Shades of #356836

#356836
(53,104,54)
#315F32
(49,95,50)
#2D562E
(45,86,46)
#294D2A
(41,77,42)
#254426
(37,68,38)
#213B22
(33,59,34)
#1D321E
(29,50,30)
#19291A
(25,41,26)
#152016
(21,32,22)
#111712
(17,23,18)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #356836

#356836
(53,104,54)
#477548
(71,117,72)
#59825A
(89,130,90)
#6B8F6C
(107,143,108)
#7D9C7E
(125,156,126)
#8FA990
(143,169,144)
#A1B6A2
(161,182,162)
#B3C3B4
(179,195,180)
#C5D0C6
(197,208,198)
#D7DDD8
(215,221,216)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #356836 color. Also use rgb(53,104,54) instead hex code.

Text Font Color

.myTextColor { color: #356836; }

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

This text font color is #356836.


Background Color

.myBgColor { background-color: #356836; }

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

This div background color is #356836.


Border color

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

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

This div border color is #356836.


Opacity

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

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

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

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

This text has shadow with #356836 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356836 on black background.


Color preview on white background

This text has color #356836 on white background.



Black color preview on #356836 background

This text has black color on #356836 background.


White color preview on #356836 background

This text has white color on #356836 background.