COLOR #357879

HEX: #357879
RGB: (53,120,121)

Color info

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

RGB color model

#357879 color RGB value is (53,120,121).

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

RGB channels and saturation

R 53 of 255 = 21%
G 120 of 255 = 47%
B 121 of 255 = 47%

53
120
121

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

Portions of RGB colors in percentages

R + G + B =
53 + 120 + 121 = 294 (100%)
R 53 of 294 ~ 18.03%
G 120 of 294 ~ 40.82%
B 121 of 294 ~ 41.16%

%18.03
%40.82
%41.16

CMYK color model

#357879 color CMYK value is (56,1,0,53).

  • cyan value is 56.20%
  • magenta value is 0.83%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(56,1,0,53)
C56M1Y0K53 
(56%,1%,0%,53%)
(0.56/0.01/0.00/0.53)	

CMYK percentages

%56.2
%0.83
%0
%52.55

Codes

Color #357879 in popluar color models

357879
RGB53120121
HSL181°39.08%34.12%
HSB/HSV181°56.20%47.45%
CMYK56.20%0.83%0.00%
52.55%

Color #357879 in popluar number systems.

HEX357879
Decimal53120121
Binary11010111110001111001
Octal65170171

Shades and tints

Shades of #357879

#357879
(53,120,121)
#316E6E
(49,110,110)
#2D6463
(45,100,99)
#295A58
(41,90,88)
#25504D
(37,80,77)
#214642
(33,70,66)
#1D3C37
(29,60,55)
#19322C
(25,50,44)
#152821
(21,40,33)
#111E16
(17,30,22)
#0D140B
(13,20,11)
#000000
(0,0,0)

Tints of #357879

#357879
(53,120,121)
#478485
(71,132,133)
#599091
(89,144,145)
#6B9C9D
(107,156,157)
#7DA8A9
(125,168,169)
#8FB4B5
(143,180,181)
#A1C0C1
(161,192,193)
#B3CCCD
(179,204,205)
#C5D8D9
(197,216,217)
#D7E4E5
(215,228,229)
#E9F0F1
(233,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #357879; }

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

This text font color is #357879.


Background Color

.myBgColor { background-color: #357879; }

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

This div background color is #357879.


Border color

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

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

This div border color is #357879.


Opacity

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

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

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

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

This text has shadow with #357879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #357879 on black background.


Color preview on white background

This text has color #357879 on white background.



Black color preview on #357879 background

This text has black color on #357879 background.


White color preview on #357879 background

This text has white color on #357879 background.