COLOR #357E4A

HEX: #357E4A
RGB: (53,126,74)

Color info

#357E4A contains mainly green and blue colors. Web safe color of #357E4A is #336633 (or #363).

RGB color model

#357E4A color RGB value is (53,126,74).

  • red value is 53;
  • green value is 126;
  • blue value is 74.
RGB:
(53,126,74)
(21%,49%,29%)

RGB channels and saturation

R 53 of 255 = 21%
G 126 of 255 = 49%
B 74 of 255 = 29%

53
126
74

R + G + B ~ 33%. #357E4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 126 + 74 = 253 (100%)
R 53 of 253 ~ 20.95%
G 126 of 253 ~ 49.8%
B 74 of 253 ~ 29.25%

%20.95
%49.8
%29.25

CMYK color model

#357E4A color CMYK value is (58,0,41,51).

  • cyan value is 57.94%
  • magenta value is 0.00%
  • yellow value is 41.27%
  • key color value is 50.59%
CMYK:
(58,0,41,51)
C58M0Y41K51 
(58%,0%,41%,51%)
(0.58/0.00/0.41/0.51)	

CMYK percentages

%57.94
%0
%41.27
%50.59

Codes

Color #357E4A in popluar color models

357E4A
RGB5312674
HSL137°40.78%35.10%
HSB/HSV137°57.94%49.41%
CMYK57.94%0.00%41.27%
50.59%

Color #357E4A in popluar number systems.

HEX357E4A
Decimal5312674
Binary11010111111101001010
Octal65176112

Shades and tints

Shades of #357E4A

#357E4A
(53,126,74)
#317344
(49,115,68)
#2D683E
(45,104,62)
#295D38
(41,93,56)
#255232
(37,82,50)
#21472C
(33,71,44)
#1D3C26
(29,60,38)
#193120
(25,49,32)
#15261A
(21,38,26)
#111B14
(17,27,20)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #357E4A

#357E4A
(53,126,74)
#47895A
(71,137,90)
#59946A
(89,148,106)
#6B9F7A
(107,159,122)
#7DAA8A
(125,170,138)
#8FB59A
(143,181,154)
#A1C0AA
(161,192,170)
#B3CBBA
(179,203,186)
#C5D6CA
(197,214,202)
#D7E1DA
(215,225,218)
#E9ECEA
(233,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #357E4A color. Also use rgb(53,126,74) instead hex code.

Text Font Color

.myTextColor { color: #357E4A; }

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

This text font color is #357E4A.


Background Color

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

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

This div background color is #357E4A.


Border color

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

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

This div border color is #357E4A.


Opacity

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

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

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

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

This text has shadow with #357E4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #357E4A on black background.


Color preview on white background

This text has color #357E4A on white background.



Black color preview on #357E4A background

This text has black color on #357E4A background.


White color preview on #357E4A background

This text has white color on #357E4A background.