COLOR #356478

HEX: #356478
RGB: (53,100,120)

Color info

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

RGB color model

#356478 color RGB value is (53,100,120).

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

RGB channels and saturation

R 53 of 255 = 21%
G 100 of 255 = 39%
B 120 of 255 = 47%

53
100
120

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

Portions of RGB colors in percentages

R + G + B =
53 + 100 + 120 = 273 (100%)
R 53 of 273 ~ 19.41%
G 100 of 273 ~ 36.63%
B 120 of 273 ~ 43.96%

%19.41
%36.63
%43.96

CMYK color model

#356478 color CMYK value is (56,17,0,53).

  • cyan value is 55.83%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(56,17,0,53)
C56M17Y0K53 
(56%,17%,0%,53%)
(0.56/0.17/0.00/0.53)	

CMYK percentages

%55.83
%16.67
%0
%52.94

Codes

Color #356478 in popluar color models

356478
RGB53100120
HSL198°38.73%33.92%
HSB/HSV198°55.83%47.06%
CMYK55.83%16.67%0.00%
52.94%

Color #356478 in popluar number systems.

HEX356478
Decimal53100120
Binary11010111001001111000
Octal65144170

Shades and tints

Shades of #356478

#356478
(53,100,120)
#315B6E
(49,91,110)
#2D5264
(45,82,100)
#29495A
(41,73,90)
#254050
(37,64,80)
#213746
(33,55,70)
#1D2E3C
(29,46,60)
#192532
(25,37,50)
#151C28
(21,28,40)
#11131E
(17,19,30)
#0D0A14
(13,10,20)
#000000
(0,0,0)

Tints of #356478

#356478
(53,100,120)
#477284
(71,114,132)
#598090
(89,128,144)
#6B8E9C
(107,142,156)
#7D9CA8
(125,156,168)
#8FAAB4
(143,170,180)
#A1B8C0
(161,184,192)
#B3C6CC
(179,198,204)
#C5D4D8
(197,212,216)
#D7E2E4
(215,226,228)
#E9F0F0
(233,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #356478; }

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

This text font color is #356478.


Background Color

.myBgColor { background-color: #356478; }

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

This div background color is #356478.


Border color

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

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

This div border color is #356478.


Opacity

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

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

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

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

This text has shadow with #356478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356478 on black background.


Color preview on white background

This text has color #356478 on white background.



Black color preview on #356478 background

This text has black color on #356478 background.


White color preview on #356478 background

This text has white color on #356478 background.