COLOR #356862

HEX: #356862
RGB: (53,104,98)

Color info

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

RGB color model

#356862 color RGB value is (53,104,98).

  • red value is 53;
  • green value is 104;
  • blue value is 98.
RGB:
(53,104,98)
(21%,41%,38%)

RGB channels and saturation

R 53 of 255 = 21%
G 104 of 255 = 41%
B 98 of 255 = 38%

53
104
98

R + G + B ~ 33%. #356862 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 104 + 98 = 255 (100%)
R 53 of 255 ~ 20.78%
G 104 of 255 ~ 40.78%
B 98 of 255 ~ 38.43%

%20.78
%40.78
%38.43

CMYK color model

#356862 color CMYK value is (49,0,6,59).

  • cyan value is 49.04%
  • magenta value is 0.00%
  • yellow value is 5.77%
  • key color value is 59.22%
CMYK:
(49,0,6,59)
C49M0Y6K59 
(49%,0%,6%,59%)
(0.49/0.00/0.06/0.59)	

CMYK percentages

%49.04
%0
%5.77
%59.22

Codes

Color #356862 in popluar color models

356862
RGB5310498
HSL173°32.48%30.78%
HSB/HSV173°49.04%40.78%
CMYK49.04%0.00%5.77%
59.22%

Color #356862 in popluar number systems.

HEX356862
Decimal5310498
Binary11010111010001100010
Octal65150142

Shades and tints

Shades of #356862

#356862
(53,104,98)
#315F5A
(49,95,90)
#2D5652
(45,86,82)
#294D4A
(41,77,74)
#254442
(37,68,66)
#213B3A
(33,59,58)
#1D3232
(29,50,50)
#19292A
(25,41,42)
#152022
(21,32,34)
#11171A
(17,23,26)
#0D0E12
(13,14,18)
#000000
(0,0,0)

Tints of #356862

#356862
(53,104,98)
#477570
(71,117,112)
#59827E
(89,130,126)
#6B8F8C
(107,143,140)
#7D9C9A
(125,156,154)
#8FA9A8
(143,169,168)
#A1B6B6
(161,182,182)
#B3C3C4
(179,195,196)
#C5D0D2
(197,208,210)
#D7DDE0
(215,221,224)
#E9EAEE
(233,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #356862 color. Also use rgb(53,104,98) instead hex code.

Text Font Color

.myTextColor { color: #356862; }

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

This text font color is #356862.


Background Color

.myBgColor { background-color: #356862; }

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

This div background color is #356862.


Border color

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

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

This div border color is #356862.


Opacity

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

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

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

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

This text has shadow with #356862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356862 on black background.


Color preview on white background

This text has color #356862 on white background.



Black color preview on #356862 background

This text has black color on #356862 background.


White color preview on #356862 background

This text has white color on #356862 background.