COLOR #357478

HEX: #357478
RGB: (53,116,120)

Color info

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

RGB color model

#357478 color RGB value is (53,116,120).

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

RGB channels and saturation

R 53 of 255 = 21%
G 116 of 255 = 45%
B 120 of 255 = 47%

53
116
120

R + G + B ~ 38%. #357478 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 116 + 120 = 289 (100%)
R 53 of 289 ~ 18.34%
G 116 of 289 ~ 40.14%
B 120 of 289 ~ 41.52%

%18.34
%40.14
%41.52

CMYK color model

#357478 color CMYK value is (56,3,0,53).

  • cyan value is 55.83%
  • magenta value is 3.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(56,3,0,53)
C56M3Y0K53 
(56%,3%,0%,53%)
(0.56/0.03/0.00/0.53)	

CMYK percentages

%55.83
%3.33
%0
%52.94

Codes

Color #357478 in popluar color models

357478
RGB53116120
HSL184°38.73%33.92%
HSB/HSV184°55.83%47.06%
CMYK55.83%3.33%0.00%
52.94%

Color #357478 in popluar number systems.

HEX357478
Decimal53116120
Binary11010111101001111000
Octal65164170

Shades and tints

Shades of #357478

#357478
(53,116,120)
#316A6E
(49,106,110)
#2D6064
(45,96,100)
#29565A
(41,86,90)
#254C50
(37,76,80)
#214246
(33,66,70)
#1D383C
(29,56,60)
#192E32
(25,46,50)
#152428
(21,36,40)
#111A1E
(17,26,30)
#0D1014
(13,16,20)
#000000
(0,0,0)

Tints of #357478

#357478
(53,116,120)
#478084
(71,128,132)
#598C90
(89,140,144)
#6B989C
(107,152,156)
#7DA4A8
(125,164,168)
#8FB0B4
(143,176,180)
#A1BCC0
(161,188,192)
#B3C8CC
(179,200,204)
#C5D4D8
(197,212,216)
#D7E0E4
(215,224,228)
#E9ECF0
(233,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #357478; }

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

This text font color is #357478.


Background Color

.myBgColor { background-color: #357478; }

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

This div background color is #357478.


Border color

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

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

This div border color is #357478.


Opacity

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

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

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

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

This text has shadow with #357478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #357478 on black background.


Color preview on white background

This text has color #357478 on white background.



Black color preview on #357478 background

This text has black color on #357478 background.


White color preview on #357478 background

This text has white color on #357478 background.