COLOR #356E49

HEX: #356E49
RGB: (53,110,73)

Color info

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

RGB color model

#356E49 color RGB value is (53,110,73).

  • red value is 53;
  • green value is 110;
  • blue value is 73.
RGB:
(53,110,73)
(21%,43%,29%)

RGB channels and saturation

R 53 of 255 = 21%
G 110 of 255 = 43%
B 73 of 255 = 29%

53
110
73

R + G + B ~ 31%. #356E49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 110 + 73 = 236 (100%)
R 53 of 236 ~ 22.46%
G 110 of 236 ~ 46.61%
B 73 of 236 ~ 30.93%

%22.46
%46.61
%30.93

CMYK color model

#356E49 color CMYK value is (52,0,34,57).

  • cyan value is 51.82%
  • magenta value is 0.00%
  • yellow value is 33.64%
  • key color value is 56.86%
CMYK:
(52,0,34,57)
C52M0Y34K57 
(52%,0%,34%,57%)
(0.52/0.00/0.34/0.57)	

CMYK percentages

%51.82
%0
%33.64
%56.86

Codes

Color #356E49 in popluar color models

356E49
RGB5311073
HSL141°34.97%31.96%
HSB/HSV141°51.82%43.14%
CMYK51.82%0.00%33.64%
56.86%

Color #356E49 in popluar number systems.

HEX356E49
Decimal5311073
Binary11010111011101001001
Octal65156111

Shades and tints

Shades of #356E49

#356E49
(53,110,73)
#316443
(49,100,67)
#2D5A3D
(45,90,61)
#295037
(41,80,55)
#254631
(37,70,49)
#213C2B
(33,60,43)
#1D3225
(29,50,37)
#19281F
(25,40,31)
#151E19
(21,30,25)
#111413
(17,20,19)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #356E49

#356E49
(53,110,73)
#477B59
(71,123,89)
#598869
(89,136,105)
#6B9579
(107,149,121)
#7DA289
(125,162,137)
#8FAF99
(143,175,153)
#A1BCA9
(161,188,169)
#B3C9B9
(179,201,185)
#C5D6C9
(197,214,201)
#D7E3D9
(215,227,217)
#E9F0E9
(233,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #356E49 color. Also use rgb(53,110,73) instead hex code.

Text Font Color

.myTextColor { color: #356E49; }

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

This text font color is #356E49.


Background Color

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

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

This div background color is #356E49.


Border color

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

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

This div border color is #356E49.


Opacity

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

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

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

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

This text has shadow with #356E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356E49 on black background.


Color preview on white background

This text has color #356E49 on white background.



Black color preview on #356E49 background

This text has black color on #356E49 background.


White color preview on #356E49 background

This text has white color on #356E49 background.