COLOR #357142

HEX: #357142
RGB: (53,113,66)

Color info

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

RGB color model

#357142 color RGB value is (53,113,66).

  • red value is 53;
  • green value is 113;
  • blue value is 66.
RGB:
(53,113,66)
(21%,44%,26%)

RGB channels and saturation

R 53 of 255 = 21%
G 113 of 255 = 44%
B 66 of 255 = 26%

53
113
66

R + G + B ~ 30%. #357142 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 113 + 66 = 232 (100%)
R 53 of 232 ~ 22.84%
G 113 of 232 ~ 48.71%
B 66 of 232 ~ 28.45%

%22.84
%48.71
%28.45

CMYK color model

#357142 color CMYK value is (53,0,42,56).

  • cyan value is 53.10%
  • magenta value is 0.00%
  • yellow value is 41.59%
  • key color value is 55.69%
CMYK:
(53,0,42,56)
C53M0Y42K56 
(53%,0%,42%,56%)
(0.53/0.00/0.42/0.56)	

CMYK percentages

%53.1
%0
%41.59
%55.69

Codes

Color #357142 in popluar color models

357142
RGB5311366
HSL133°36.14%32.55%
HSB/HSV133°53.10%44.31%
CMYK53.10%0.00%41.59%
55.69%

Color #357142 in popluar number systems.

HEX357142
Decimal5311366
Binary11010111100011000010
Octal65161102

Shades and tints

Shades of #357142

#357142
(53,113,66)
#31673C
(49,103,60)
#2D5D36
(45,93,54)
#295330
(41,83,48)
#25492A
(37,73,42)
#213F24
(33,63,36)
#1D351E
(29,53,30)
#192B18
(25,43,24)
#152112
(21,33,18)
#11170C
(17,23,12)
#0D0D06
(13,13,6)
#000000
(0,0,0)

Tints of #357142

#357142
(53,113,66)
#477D53
(71,125,83)
#598964
(89,137,100)
#6B9575
(107,149,117)
#7DA186
(125,161,134)
#8FAD97
(143,173,151)
#A1B9A8
(161,185,168)
#B3C5B9
(179,197,185)
#C5D1CA
(197,209,202)
#D7DDDB
(215,221,219)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #357142 color. Also use rgb(53,113,66) instead hex code.

Text Font Color

.myTextColor { color: #357142; }

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

This text font color is #357142.


Background Color

.myBgColor { background-color: #357142; }

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

This div background color is #357142.


Border color

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

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

This div border color is #357142.


Opacity

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

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

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

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

This text has shadow with #357142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #357142 on black background.


Color preview on white background

This text has color #357142 on white background.



Black color preview on #357142 background

This text has black color on #357142 background.


White color preview on #357142 background

This text has white color on #357142 background.