COLOR #356550

HEX: #356550
RGB: (53,101,80)

Color info

#356550 contains red, green and blue colors in about the same proportion. Web safe color of #356550 is #336666 (or #366).

RGB color model

#356550 color RGB value is (53,101,80).

  • red value is 53;
  • green value is 101;
  • blue value is 80.
RGB:
(53,101,80)
(21%,40%,31%)

RGB channels and saturation

R 53 of 255 = 21%
G 101 of 255 = 40%
B 80 of 255 = 31%

53
101
80

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

Portions of RGB colors in percentages

R + G + B =
53 + 101 + 80 = 234 (100%)
R 53 of 234 ~ 22.65%
G 101 of 234 ~ 43.16%
B 80 of 234 ~ 34.19%

%22.65
%43.16
%34.19

CMYK color model

#356550 color CMYK value is (48,0,21,60).

  • cyan value is 47.52%
  • magenta value is 0.00%
  • yellow value is 20.79%
  • key color value is 60.39%
CMYK:
(48,0,21,60)
C48M0Y21K60 
(48%,0%,21%,60%)
(0.48/0.00/0.21/0.60)	

CMYK percentages

%47.52
%0
%20.79
%60.39

Codes

Color #356550 in popluar color models

356550
RGB5310180
HSL154°31.17%30.20%
HSB/HSV154°47.52%39.61%
CMYK47.52%0.00%20.79%
60.39%

Color #356550 in popluar number systems.

HEX356550
Decimal5310180
Binary11010111001011010000
Octal65145120

Shades and tints

Shades of #356550

#356550
(53,101,80)
#315C49
(49,92,73)
#2D5342
(45,83,66)
#294A3B
(41,74,59)
#254134
(37,65,52)
#21382D
(33,56,45)
#1D2F26
(29,47,38)
#19261F
(25,38,31)
#151D18
(21,29,24)
#111411
(17,20,17)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #356550

#356550
(53,101,80)
#47735F
(71,115,95)
#59816E
(89,129,110)
#6B8F7D
(107,143,125)
#7D9D8C
(125,157,140)
#8FAB9B
(143,171,155)
#A1B9AA
(161,185,170)
#B3C7B9
(179,199,185)
#C5D5C8
(197,213,200)
#D7E3D7
(215,227,215)
#E9F1E6
(233,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #356550 color. Also use rgb(53,101,80) instead hex code.

Text Font Color

.myTextColor { color: #356550; }

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

This text font color is #356550.


Background Color

.myBgColor { background-color: #356550; }

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

This div background color is #356550.


Border color

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

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

This div border color is #356550.


Opacity

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

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

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

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

This text has shadow with #356550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356550 on black background.


Color preview on white background

This text has color #356550 on white background.



Black color preview on #356550 background

This text has black color on #356550 background.


White color preview on #356550 background

This text has white color on #356550 background.