COLOR #356355

HEX: #356355
RGB: (53,99,85)

Color info

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

RGB color model

#356355 color RGB value is (53,99,85).

  • red value is 53;
  • green value is 99;
  • blue value is 85.
RGB:
(53,99,85)
(21%,39%,33%)

RGB channels and saturation

R 53 of 255 = 21%
G 99 of 255 = 39%
B 85 of 255 = 33%

53
99
85

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

Portions of RGB colors in percentages

R + G + B =
53 + 99 + 85 = 237 (100%)
R 53 of 237 ~ 22.36%
G 99 of 237 ~ 41.77%
B 85 of 237 ~ 35.86%

%22.36
%41.77
%35.86

CMYK color model

#356355 color CMYK value is (46,0,14,61).

  • cyan value is 46.46%
  • magenta value is 0.00%
  • yellow value is 14.14%
  • key color value is 61.18%
CMYK:
(46,0,14,61)
C46M0Y14K61 
(46%,0%,14%,61%)
(0.46/0.00/0.14/0.61)	

CMYK percentages

%46.46
%0
%14.14
%61.18

Codes

Color #356355 in popluar color models

356355
RGB539985
HSL162°30.26%29.80%
HSB/HSV162°46.46%38.82%
CMYK46.46%0.00%14.14%
61.18%

Color #356355 in popluar number systems.

HEX356355
Decimal539985
Binary11010111000111010101
Octal65143125

Shades and tints

Shades of #356355

#356355
(53,99,85)
#315A4E
(49,90,78)
#2D5147
(45,81,71)
#294840
(41,72,64)
#253F39
(37,63,57)
#213632
(33,54,50)
#1D2D2B
(29,45,43)
#192424
(25,36,36)
#151B1D
(21,27,29)
#111216
(17,18,22)
#0D090F
(13,9,15)
#000000
(0,0,0)

Tints of #356355

#356355
(53,99,85)
#477164
(71,113,100)
#597F73
(89,127,115)
#6B8D82
(107,141,130)
#7D9B91
(125,155,145)
#8FA9A0
(143,169,160)
#A1B7AF
(161,183,175)
#B3C5BE
(179,197,190)
#C5D3CD
(197,211,205)
#D7E1DC
(215,225,220)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #356355 color. Also use rgb(53,99,85) instead hex code.

Text Font Color

.myTextColor { color: #356355; }

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

This text font color is #356355.


Background Color

.myBgColor { background-color: #356355; }

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

This div background color is #356355.


Border color

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

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

This div border color is #356355.


Opacity

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

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

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

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

This text has shadow with #356355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356355 on black background.


Color preview on white background

This text has color #356355 on white background.



Black color preview on #356355 background

This text has black color on #356355 background.


White color preview on #356355 background

This text has white color on #356355 background.