COLOR #357946

HEX: #357946
RGB: (53,121,70)

Color info

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

RGB color model

#357946 color RGB value is (53,121,70).

  • red value is 53;
  • green value is 121;
  • blue value is 70.
RGB:
(53,121,70)
(21%,47%,27%)

RGB channels and saturation

R 53 of 255 = 21%
G 121 of 255 = 47%
B 70 of 255 = 27%

53
121
70

R + G + B ~ 32%. #357946 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 121 + 70 = 244 (100%)
R 53 of 244 ~ 21.72%
G 121 of 244 ~ 49.59%
B 70 of 244 ~ 28.69%

%21.72
%49.59
%28.69

CMYK color model

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

  • cyan value is 56.20%
  • magenta value is 0.00%
  • yellow value is 42.15%
  • key color value is 52.55%
CMYK:
(56,0,42,53)
C56M0Y42K53 
(56%,0%,42%,53%)
(0.56/0.00/0.42/0.53)	

CMYK percentages

%56.2
%0
%42.15
%52.55

Codes

Color #357946 in popluar color models

357946
RGB5312170
HSL135°39.08%34.12%
HSB/HSV135°56.20%47.45%
CMYK56.20%0.00%42.15%
52.55%

Color #357946 in popluar number systems.

HEX357946
Decimal5312170
Binary11010111110011000110
Octal65171106

Shades and tints

Shades of #357946

#357946
(53,121,70)
#316E40
(49,110,64)
#2D633A
(45,99,58)
#295834
(41,88,52)
#254D2E
(37,77,46)
#214228
(33,66,40)
#1D3722
(29,55,34)
#192C1C
(25,44,28)
#152116
(21,33,22)
#111610
(17,22,16)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #357946

#357946
(53,121,70)
#478556
(71,133,86)
#599166
(89,145,102)
#6B9D76
(107,157,118)
#7DA986
(125,169,134)
#8FB596
(143,181,150)
#A1C1A6
(161,193,166)
#B3CDB6
(179,205,182)
#C5D9C6
(197,217,198)
#D7E5D6
(215,229,214)
#E9F1E6
(233,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #357946 color. Also use rgb(53,121,70) instead hex code.

Text Font Color

.myTextColor { color: #357946; }

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

This text font color is #357946.


Background Color

.myBgColor { background-color: #357946; }

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

This div background color is #357946.


Border color

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

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

This div border color is #357946.


Opacity

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

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

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

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

This text has shadow with #357946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #357946 on black background.


Color preview on white background

This text has color #357946 on white background.



Black color preview on #357946 background

This text has black color on #357946 background.


White color preview on #357946 background

This text has white color on #357946 background.