COLOR #357460

HEX: #357460
RGB: (53,116,96)

Color info

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

RGB color model

#357460 color RGB value is (53,116,96).

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

RGB channels and saturation

R 53 of 255 = 21%
G 116 of 255 = 45%
B 96 of 255 = 38%

53
116
96

R + G + B ~ 35%. #357460 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 116 + 96 = 265 (100%)
R 53 of 265 ~ 20%
G 116 of 265 ~ 43.77%
B 96 of 265 ~ 36.23%

%20
%43.77
%36.23

CMYK color model

#357460 color CMYK value is (54,0,17,55).

  • cyan value is 54.31%
  • magenta value is 0.00%
  • yellow value is 17.24%
  • key color value is 54.51%
CMYK:
(54,0,17,55)
C54M0Y17K55 
(54%,0%,17%,55%)
(0.54/0.00/0.17/0.55)	

CMYK percentages

%54.31
%0
%17.24
%54.51

Codes

Color #357460 in popluar color models

357460
RGB5311696
HSL161°37.28%33.14%
HSB/HSV161°54.31%45.49%
CMYK54.31%0.00%17.24%
54.51%

Color #357460 in popluar number systems.

HEX357460
Decimal5311696
Binary11010111101001100000
Octal65164140

Shades and tints

Shades of #357460

#357460
(53,116,96)
#316A58
(49,106,88)
#2D6050
(45,96,80)
#295648
(41,86,72)
#254C40
(37,76,64)
#214238
(33,66,56)
#1D3830
(29,56,48)
#192E28
(25,46,40)
#152420
(21,36,32)
#111A18
(17,26,24)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #357460

#357460
(53,116,96)
#47806E
(71,128,110)
#598C7C
(89,140,124)
#6B988A
(107,152,138)
#7DA498
(125,164,152)
#8FB0A6
(143,176,166)
#A1BCB4
(161,188,180)
#B3C8C2
(179,200,194)
#C5D4D0
(197,212,208)
#D7E0DE
(215,224,222)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #357460; }

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

This text font color is #357460.


Background Color

.myBgColor { background-color: #357460; }

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

This div background color is #357460.


Border color

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

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

This div border color is #357460.


Opacity

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

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

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

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

This text has shadow with #357460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #357460 on black background.


Color preview on white background

This text has color #357460 on white background.



Black color preview on #357460 background

This text has black color on #357460 background.


White color preview on #357460 background

This text has white color on #357460 background.