COLOR #357920

HEX: #357920
RGB: (53,121,32)

Color info

#357920 contains mainly green color. Web safe color of #357920 is #336633 (or #363).

RGB color model

#357920 color RGB value is (53,121,32).

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

RGB channels and saturation

R 53 of 255 = 21%
G 121 of 255 = 47%
B 32 of 255 = 13%

53
121
32

R + G + B ~ 27%. #357920 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 121 + 32 = 206 (100%)
R 53 of 206 ~ 25.73%
G 121 of 206 ~ 58.74%
B 32 of 206 ~ 15.53%

%25.73
%58.74
%15.53

CMYK color model

#357920 color CMYK value is (56,0,74,53).

  • cyan value is 56.20%
  • magenta value is 0.00%
  • yellow value is 73.55%
  • key color value is 52.55%
CMYK:
(56,0,74,53)
C56M0Y74K53 
(56%,0%,74%,53%)
(0.56/0.00/0.74/0.53)	

CMYK percentages

%56.2
%0
%73.55
%52.55

Codes

Color #357920 in popluar color models

357920
RGB5312132
HSL106°58.17%30.00%
HSB/HSV106°73.55%47.45%
CMYK56.20%0.00%73.55%
52.55%

Color #357920 in popluar number systems.

HEX357920
Decimal5312132
Binary1101011111001100000
Octal6517140

Shades and tints

Shades of #357920

#357920
(53,121,32)
#316E1E
(49,110,30)
#2D631C
(45,99,28)
#29581A
(41,88,26)
#254D18
(37,77,24)
#214216
(33,66,22)
#1D3714
(29,55,20)
#192C12
(25,44,18)
#152110
(21,33,16)
#11160E
(17,22,14)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #357920

#357920
(53,121,32)
#478534
(71,133,52)
#599148
(89,145,72)
#6B9D5C
(107,157,92)
#7DA970
(125,169,112)
#8FB584
(143,181,132)
#A1C198
(161,193,152)
#B3CDAC
(179,205,172)
#C5D9C0
(197,217,192)
#D7E5D4
(215,229,212)
#E9F1E8
(233,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #357920; }

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

This text font color is #357920.


Background Color

.myBgColor { background-color: #357920; }

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

This div background color is #357920.


Border color

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

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

This div border color is #357920.


Opacity

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

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

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

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

This text has shadow with #357920 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #357920 on black background.


Color preview on white background

This text has color #357920 on white background.



Black color preview on #357920 background

This text has black color on #357920 background.


White color preview on #357920 background

This text has white color on #357920 background.