COLOR #357B69

HEX: #357B69
RGB: (53,123,105)

Color info

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

RGB color model

#357B69 color RGB value is (53,123,105).

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

RGB channels and saturation

R 53 of 255 = 21%
G 123 of 255 = 48%
B 105 of 255 = 41%

53
123
105

R + G + B ~ 37%. #357B69 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 123 + 105 = 281 (100%)
R 53 of 281 ~ 18.86%
G 123 of 281 ~ 43.77%
B 105 of 281 ~ 37.37%

%18.86
%43.77
%37.37

CMYK color model

#357B69 color CMYK value is (57,0,15,52).

  • cyan value is 56.91%
  • magenta value is 0.00%
  • yellow value is 14.63%
  • key color value is 51.76%
CMYK:
(57,0,15,52)
C57M0Y15K52 
(57%,0%,15%,52%)
(0.57/0.00/0.15/0.52)	

CMYK percentages

%56.91
%0
%14.63
%51.76

Codes

Color #357B69 in popluar color models

357B69
RGB53123105
HSL165°39.77%34.51%
HSB/HSV165°56.91%48.24%
CMYK56.91%0.00%14.63%
51.76%

Color #357B69 in popluar number systems.

HEX357B69
Decimal53123105
Binary11010111110111101001
Octal65173151

Shades and tints

Shades of #357B69

#357B69
(53,123,105)
#317060
(49,112,96)
#2D6557
(45,101,87)
#295A4E
(41,90,78)
#254F45
(37,79,69)
#21443C
(33,68,60)
#1D3933
(29,57,51)
#192E2A
(25,46,42)
#152321
(21,35,33)
#111818
(17,24,24)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #357B69

#357B69
(53,123,105)
#478776
(71,135,118)
#599383
(89,147,131)
#6B9F90
(107,159,144)
#7DAB9D
(125,171,157)
#8FB7AA
(143,183,170)
#A1C3B7
(161,195,183)
#B3CFC4
(179,207,196)
#C5DBD1
(197,219,209)
#D7E7DE
(215,231,222)
#E9F3EB
(233,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #357B69; }

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

This text font color is #357B69.


Background Color

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

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

This div background color is #357B69.


Border color

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

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

This div border color is #357B69.


Opacity

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

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

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

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

This text has shadow with #357B69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #357B69 on black background.


Color preview on white background

This text has color #357B69 on white background.



Black color preview on #357B69 background

This text has black color on #357B69 background.


White color preview on #357B69 background

This text has white color on #357B69 background.