COLOR #357B5A

HEX: #357B5A
RGB: (53,123,90)

Color info

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

RGB color model

#357B5A color RGB value is (53,123,90).

  • red value is 53;
  • green value is 123;
  • blue value is 90.
RGB:
(53,123,90)
(21%,48%,35%)

RGB channels and saturation

R 53 of 255 = 21%
G 123 of 255 = 48%
B 90 of 255 = 35%

53
123
90

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

Portions of RGB colors in percentages

R + G + B =
53 + 123 + 90 = 266 (100%)
R 53 of 266 ~ 19.92%
G 123 of 266 ~ 46.24%
B 90 of 266 ~ 33.83%

%19.92
%46.24
%33.83

CMYK color model

#357B5A color CMYK value is (57,0,27,52).

  • cyan value is 56.91%
  • magenta value is 0.00%
  • yellow value is 26.83%
  • key color value is 51.76%
CMYK:
(57,0,27,52)
C57M0Y27K52 
(57%,0%,27%,52%)
(0.57/0.00/0.27/0.52)	

CMYK percentages

%56.91
%0
%26.83
%51.76

Codes

Color #357B5A in popluar color models

357B5A
RGB5312390
HSL152°39.77%34.51%
HSB/HSV152°56.91%48.24%
CMYK56.91%0.00%26.83%
51.76%

Color #357B5A in popluar number systems.

HEX357B5A
Decimal5312390
Binary11010111110111011010
Octal65173132

Shades and tints

Shades of #357B5A

#357B5A
(53,123,90)
#317052
(49,112,82)
#2D654A
(45,101,74)
#295A42
(41,90,66)
#254F3A
(37,79,58)
#214432
(33,68,50)
#1D392A
(29,57,42)
#192E22
(25,46,34)
#15231A
(21,35,26)
#111812
(17,24,18)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #357B5A

#357B5A
(53,123,90)
#478769
(71,135,105)
#599378
(89,147,120)
#6B9F87
(107,159,135)
#7DAB96
(125,171,150)
#8FB7A5
(143,183,165)
#A1C3B4
(161,195,180)
#B3CFC3
(179,207,195)
#C5DBD2
(197,219,210)
#D7E7E1
(215,231,225)
#E9F3F0
(233,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #357B5A color. Also use rgb(53,123,90) instead hex code.

Text Font Color

.myTextColor { color: #357B5A; }

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

This text font color is #357B5A.


Background Color

.myBgColor { background-color: #357B5A; }

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

This div background color is #357B5A.


Border color

.myBorderColor { border: 1px solid #357B5A; }

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

This div border color is #357B5A.


Opacity

.myOpacity80 { color: #357B5A; opacity: 0.8; }

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

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

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

This text has shadow with #357B5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #357B5A on black background.


Color preview on white background

This text has color #357B5A on white background.



Black color preview on #357B5A background

This text has black color on #357B5A background.


White color preview on #357B5A background

This text has white color on #357B5A background.