COLOR #356006

HEX: #356006
RGB: (53,96,6)

Color info

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

RGB color model

#356006 color RGB value is (53,96,6).

  • red value is 53;
  • green value is 96;
  • blue value is 6.
RGB:
(53,96,6)
(21%,38%,2%)

RGB channels and saturation

R 53 of 255 = 21%
G 96 of 255 = 38%
B 6 of 255 = 2%

53
96
6

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

Portions of RGB colors in percentages

R + G + B =
53 + 96 + 6 = 155 (100%)
R 53 of 155 ~ 34.19%
G 96 of 155 ~ 61.94%
B 6 of 155 ~ 3.87%

%34.19
%61.94

CMYK color model

#356006 color CMYK value is (45,0,94,62).

  • cyan value is 44.79%
  • magenta value is 0.00%
  • yellow value is 93.75%
  • key color value is 62.35%
CMYK:
(45,0,94,62)
C45M0Y94K62 
(45%,0%,94%,62%)
(0.45/0.00/0.94/0.62)	

CMYK percentages

%44.79
%0
%93.75
%62.35

Codes

Color #356006 in popluar color models

356006
RGB53966
HSL89°88.24%20.00%
HSB/HSV89°93.75%37.65%
CMYK44.79%0.00%93.75%
62.35%

Color #356006 in popluar number systems.

HEX356006
Decimal53966
Binary1101011100000110
Octal651406

Shades and tints

Shades of #356006

#356006
(53,96,6)
#315806
(49,88,6)
#2D5006
(45,80,6)
#294806
(41,72,6)
#254006
(37,64,6)
#213806
(33,56,6)
#1D3006
(29,48,6)
#192806
(25,40,6)
#152006
(21,32,6)
#111806
(17,24,6)
#0D1006
(13,16,6)
#000000
(0,0,0)

Tints of #356006

#356006
(53,96,6)
#476E1C
(71,110,28)
#597C32
(89,124,50)
#6B8A48
(107,138,72)
#7D985E
(125,152,94)
#8FA674
(143,166,116)
#A1B48A
(161,180,138)
#B3C2A0
(179,194,160)
#C5D0B6
(197,208,182)
#D7DECC
(215,222,204)
#E9ECE2
(233,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #356006 color. Also use rgb(53,96,6) instead hex code.

Text Font Color

.myTextColor { color: #356006; }

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

This text font color is #356006.


Background Color

.myBgColor { background-color: #356006; }

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

This div background color is #356006.


Border color

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

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

This div border color is #356006.


Opacity

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

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

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

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

This text has shadow with #356006 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356006 on black background.


Color preview on white background

This text has color #356006 on white background.



Black color preview on #356006 background

This text has black color on #356006 background.


White color preview on #356006 background

This text has white color on #356006 background.