COLOR #356978

HEX: #356978
RGB: (53,105,120)

Color info

#356978 contains mainly green and blue colors. Web safe color of #356978 is #336666 (or #366).

RGB color model

#356978 color RGB value is (53,105,120).

  • red value is 53;
  • green value is 105;
  • blue value is 120.
RGB:
(53,105,120)
(21%,41%,47%)

RGB channels and saturation

R 53 of 255 = 21%
G 105 of 255 = 41%
B 120 of 255 = 47%

53
105
120

R + G + B ~ 36%. #356978 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 105 + 120 = 278 (100%)
R 53 of 278 ~ 19.06%
G 105 of 278 ~ 37.77%
B 120 of 278 ~ 43.17%

%19.06
%37.77
%43.17

CMYK color model

#356978 color CMYK value is (56,13,0,53).

  • cyan value is 55.83%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(56,13,0,53)
C56M13Y0K53 
(56%,13%,0%,53%)
(0.56/0.13/0.00/0.53)	

CMYK percentages

%55.83
%12.5
%0
%52.94

Codes

Color #356978 in popluar color models

356978
RGB53105120
HSL193°38.73%33.92%
HSB/HSV193°55.83%47.06%
CMYK55.83%12.50%0.00%
52.94%

Color #356978 in popluar number systems.

HEX356978
Decimal53105120
Binary11010111010011111000
Octal65151170

Shades and tints

Shades of #356978

#356978
(53,105,120)
#31606E
(49,96,110)
#2D5764
(45,87,100)
#294E5A
(41,78,90)
#254550
(37,69,80)
#213C46
(33,60,70)
#1D333C
(29,51,60)
#192A32
(25,42,50)
#152128
(21,33,40)
#11181E
(17,24,30)
#0D0F14
(13,15,20)
#000000
(0,0,0)

Tints of #356978

#356978
(53,105,120)
#477684
(71,118,132)
#598390
(89,131,144)
#6B909C
(107,144,156)
#7D9DA8
(125,157,168)
#8FAAB4
(143,170,180)
#A1B7C0
(161,183,192)
#B3C4CC
(179,196,204)
#C5D1D8
(197,209,216)
#D7DEE4
(215,222,228)
#E9EBF0
(233,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #356978 color. Also use rgb(53,105,120) instead hex code.

Text Font Color

.myTextColor { color: #356978; }

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

This text font color is #356978.


Background Color

.myBgColor { background-color: #356978; }

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

This div background color is #356978.


Border color

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

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

This div border color is #356978.


Opacity

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

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

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

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

This text has shadow with #356978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356978 on black background.


Color preview on white background

This text has color #356978 on white background.



Black color preview on #356978 background

This text has black color on #356978 background.


White color preview on #356978 background

This text has white color on #356978 background.