COLOR #356046

HEX: #356046
RGB: (53,96,70)

Color info

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

RGB color model

#356046 color RGB value is (53,96,70).

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

RGB channels and saturation

R 53 of 255 = 21%
G 96 of 255 = 38%
B 70 of 255 = 27%

53
96
70

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

Portions of RGB colors in percentages

R + G + B =
53 + 96 + 70 = 219 (100%)
R 53 of 219 ~ 24.2%
G 96 of 219 ~ 43.84%
B 70 of 219 ~ 31.96%

%24.2
%43.84
%31.96

CMYK color model

#356046 color CMYK value is (45,0,27,62).

  • cyan value is 44.79%
  • magenta value is 0.00%
  • yellow value is 27.08%
  • key color value is 62.35%
CMYK:
(45,0,27,62)
C45M0Y27K62 
(45%,0%,27%,62%)
(0.45/0.00/0.27/0.62)	

CMYK percentages

%44.79
%0
%27.08
%62.35

Codes

Color #356046 in popluar color models

356046
RGB539670
HSL144°28.86%29.22%
HSB/HSV144°44.79%37.65%
CMYK44.79%0.00%27.08%
62.35%

Color #356046 in popluar number systems.

HEX356046
Decimal539670
Binary11010111000001000110
Octal65140106

Shades and tints

Shades of #356046

#356046
(53,96,70)
#315840
(49,88,64)
#2D503A
(45,80,58)
#294834
(41,72,52)
#25402E
(37,64,46)
#213828
(33,56,40)
#1D3022
(29,48,34)
#19281C
(25,40,28)
#152016
(21,32,22)
#111810
(17,24,16)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #356046

#356046
(53,96,70)
#476E56
(71,110,86)
#597C66
(89,124,102)
#6B8A76
(107,138,118)
#7D9886
(125,152,134)
#8FA696
(143,166,150)
#A1B4A6
(161,180,166)
#B3C2B6
(179,194,182)
#C5D0C6
(197,208,198)
#D7DED6
(215,222,214)
#E9ECE6
(233,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #356046; }

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

This text font color is #356046.


Background Color

.myBgColor { background-color: #356046; }

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

This div background color is #356046.


Border color

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

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

This div border color is #356046.


Opacity

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

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

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

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

This text has shadow with #356046 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356046 on black background.


Color preview on white background

This text has color #356046 on white background.



Black color preview on #356046 background

This text has black color on #356046 background.


White color preview on #356046 background

This text has white color on #356046 background.