COLOR #356632

HEX: #356632
RGB: (53,102,50)

Color info

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

RGB color model

#356632 color RGB value is (53,102,50).

  • red value is 53;
  • green value is 102;
  • blue value is 50.
RGB:
(53,102,50)
(21%,40%,20%)

RGB channels and saturation

R 53 of 255 = 21%
G 102 of 255 = 40%
B 50 of 255 = 20%

53
102
50

R + G + B ~ 27%. #356632 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 102 + 50 = 205 (100%)
R 53 of 205 ~ 25.85%
G 102 of 205 ~ 49.76%
B 50 of 205 ~ 24.39%

%25.85
%49.76
%24.39

CMYK color model

#356632 color CMYK value is (48,0,51,60).

  • cyan value is 48.04%
  • magenta value is 0.00%
  • yellow value is 50.98%
  • key color value is 60.00%
CMYK:
(48,0,51,60)
C48M0Y51K60 
(48%,0%,51%,60%)
(0.48/0.00/0.51/0.60)	

CMYK percentages

%48.04
%0
%50.98
%60

Codes

Color #356632 in popluar color models

356632
RGB5310250
HSL117°34.21%29.80%
HSB/HSV117°50.98%40.00%
CMYK48.04%0.00%50.98%
60.00%

Color #356632 in popluar number systems.

HEX356632
Decimal5310250
Binary1101011100110110010
Octal6514662

Shades and tints

Shades of #356632

#356632
(53,102,50)
#315D2E
(49,93,46)
#2D542A
(45,84,42)
#294B26
(41,75,38)
#254222
(37,66,34)
#21391E
(33,57,30)
#1D301A
(29,48,26)
#192716
(25,39,22)
#151E12
(21,30,18)
#11150E
(17,21,14)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #356632

#356632
(53,102,50)
#477344
(71,115,68)
#598056
(89,128,86)
#6B8D68
(107,141,104)
#7D9A7A
(125,154,122)
#8FA78C
(143,167,140)
#A1B49E
(161,180,158)
#B3C1B0
(179,193,176)
#C5CEC2
(197,206,194)
#D7DBD4
(215,219,212)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #356632 color. Also use rgb(53,102,50) instead hex code.

Text Font Color

.myTextColor { color: #356632; }

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

This text font color is #356632.


Background Color

.myBgColor { background-color: #356632; }

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

This div background color is #356632.


Border color

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

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

This div border color is #356632.


Opacity

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

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

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

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

This text has shadow with #356632 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356632 on black background.


Color preview on white background

This text has color #356632 on white background.



Black color preview on #356632 background

This text has black color on #356632 background.


White color preview on #356632 background

This text has white color on #356632 background.