COLOR #357872

HEX: #357872
RGB: (53,120,114)

Color info

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

RGB color model

#357872 color RGB value is (53,120,114).

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

RGB channels and saturation

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

53
120
114

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

Portions of RGB colors in percentages

R + G + B =
53 + 120 + 114 = 287 (100%)
R 53 of 287 ~ 18.47%
G 120 of 287 ~ 41.81%
B 114 of 287 ~ 39.72%

%18.47
%41.81
%39.72

CMYK color model

#357872 color CMYK value is (56,0,5,53).

  • cyan value is 55.83%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 52.94%
CMYK: (56,0,5,53) C56M0Y5K53 (56%,0%,5%,53%) (0.56/0.00/0.05/0.53)

CMYK percentages

%55.83
%0
%5
%52.94

Codes

Color #357872 in popluar color models

357872
RGB53120114
HSL175°38.73%33.92%
HSB/HSV175°55.83%47.06%
CMYK55.83%0.00%5.00%
52.94%

Color #357872 in popluar number systems.

HEX357872
Decimal53120114
Binary11010111110001110010
Octal65170162

Shades and tints

Shades of #357872

#357872
(53,120,114)
#316E68
(49,110,104)
#2D645E
(45,100,94)
#295A54
(41,90,84)
#25504A
(37,80,74)
#214640
(33,70,64)
#1D3C36
(29,60,54)
#19322C
(25,50,44)
#152822
(21,40,34)
#111E18
(17,30,24)
#0D140E
(13,20,14)
#000000
(0,0,0)

Tints of #357872

#357872
(53,120,114)
#47847E
(71,132,126)
#59908A
(89,144,138)
#6B9C96
(107,156,150)
#7DA8A2
(125,168,162)
#8FB4AE
(143,180,174)
#A1C0BA
(161,192,186)
#B3CCC6
(179,204,198)
#C5D8D2
(197,216,210)
#D7E4DE
(215,228,222)
#E9F0EA
(233,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #357872; }

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

This text font color is #357872.


Background Color

.myBgColor { background-color: #357872; }

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

This div background color is #357872.


Border color

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

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

This div border color is #357872.


Opacity

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

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

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

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

This text has shadow with #357872 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #357872 on black background.


Color preview on white background

This text has color #357872 on white background.



Black color preview on #357872 background

This text has black color on #357872 background.


White color preview on #357872 background

This text has white color on #357872 background.