COLOR #357916

HEX: #357916
RGB: (53,121,22)

Color info

#357916 contains mainly green color. Web safe color of #357916 is #336600 (or #360).

RGB color model

#357916 color RGB value is (53,121,22).

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

RGB channels and saturation

R 53 of 255 = 21%
G 121 of 255 = 47%
B 22 of 255 = 9%

53
121
22

R + G + B ~ 26%. #357916 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 121 + 22 = 196 (100%)
R 53 of 196 ~ 27.04%
G 121 of 196 ~ 61.73%
B 22 of 196 ~ 11.22%

%27.04
%61.73
%11.22

CMYK color model

#357916 color CMYK value is (56,0,82,53).

  • cyan value is 56.20%
  • magenta value is 0.00%
  • yellow value is 81.82%
  • key color value is 52.55%
CMYK:
(56,0,82,53)
C56M0Y82K53 
(56%,0%,82%,53%)
(0.56/0.00/0.82/0.53)	

CMYK percentages

%56.2
%0
%81.82
%52.55

Codes

Color #357916 in popluar color models

357916
RGB5312122
HSL101°69.23%28.04%
HSB/HSV101°81.82%47.45%
CMYK56.20%0.00%81.82%
52.55%

Color #357916 in popluar number systems.

HEX357916
Decimal5312122
Binary110101111100110110
Octal6517126

Shades and tints

Shades of #357916

#357916
(53,121,22)
#316E14
(49,110,20)
#2D6312
(45,99,18)
#295810
(41,88,16)
#254D0E
(37,77,14)
#21420C
(33,66,12)
#1D370A
(29,55,10)
#192C08
(25,44,8)
#152106
(21,33,6)
#111604
(17,22,4)
#0D0B02
(13,11,2)
#000000
(0,0,0)

Tints of #357916

#357916
(53,121,22)
#47852B
(71,133,43)
#599140
(89,145,64)
#6B9D55
(107,157,85)
#7DA96A
(125,169,106)
#8FB57F
(143,181,127)
#A1C194
(161,193,148)
#B3CDA9
(179,205,169)
#C5D9BE
(197,217,190)
#D7E5D3
(215,229,211)
#E9F1E8
(233,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #357916; }

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

This text font color is #357916.


Background Color

.myBgColor { background-color: #357916; }

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

This div background color is #357916.


Border color

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

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

This div border color is #357916.


Opacity

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

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

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

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

This text has shadow with #357916 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #357916 on black background.


Color preview on white background

This text has color #357916 on white background.



Black color preview on #357916 background

This text has black color on #357916 background.


White color preview on #357916 background

This text has white color on #357916 background.