COLOR #357A64

HEX: #357A64
RGB: (53,122,100)

Color info

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

RGB color model

#357A64 color RGB value is (53,122,100).

  • red value is 53;
  • green value is 122;
  • blue value is 100.
RGB:
(53,122,100)
(21%,48%,39%)

RGB channels and saturation

R 53 of 255 = 21%
G 122 of 255 = 48%
B 100 of 255 = 39%

53
122
100

R + G + B ~ 36%. #357A64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 122 + 100 = 275 (100%)
R 53 of 275 ~ 19.27%
G 122 of 275 ~ 44.36%
B 100 of 275 ~ 36.36%

%19.27
%44.36
%36.36

CMYK color model

#357A64 color CMYK value is (57,0,18,52).

  • cyan value is 56.56%
  • magenta value is 0.00%
  • yellow value is 18.03%
  • key color value is 52.16%
CMYK:
(57,0,18,52)
C57M0Y18K52 
(57%,0%,18%,52%)
(0.57/0.00/0.18/0.52)	

CMYK percentages

%56.56
%0
%18.03
%52.16

Codes

Color #357A64 in popluar color models

357A64
RGB53122100
HSL161°39.43%34.31%
HSB/HSV161°56.56%47.84%
CMYK56.56%0.00%18.03%
52.16%

Color #357A64 in popluar number systems.

HEX357A64
Decimal53122100
Binary11010111110101100100
Octal65172144

Shades and tints

Shades of #357A64

#357A64
(53,122,100)
#316F5B
(49,111,91)
#2D6452
(45,100,82)
#295949
(41,89,73)
#254E40
(37,78,64)
#214337
(33,67,55)
#1D382E
(29,56,46)
#192D25
(25,45,37)
#15221C
(21,34,28)
#111713
(17,23,19)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #357A64

#357A64
(53,122,100)
#478672
(71,134,114)
#599280
(89,146,128)
#6B9E8E
(107,158,142)
#7DAA9C
(125,170,156)
#8FB6AA
(143,182,170)
#A1C2B8
(161,194,184)
#B3CEC6
(179,206,198)
#C5DAD4
(197,218,212)
#D7E6E2
(215,230,226)
#E9F2F0
(233,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #357A64 color. Also use rgb(53,122,100) instead hex code.

Text Font Color

.myTextColor { color: #357A64; }

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

This text font color is #357A64.


Background Color

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

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

This div background color is #357A64.


Border color

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

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

This div border color is #357A64.


Opacity

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

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

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

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

This text has shadow with #357A64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #357A64 on black background.


Color preview on white background

This text has color #357A64 on white background.



Black color preview on #357A64 background

This text has black color on #357A64 background.


White color preview on #357A64 background

This text has white color on #357A64 background.