COLOR #397922

HEX: #397922
RGB: (57,121,34)

Color info

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

RGB color model

#397922 color RGB value is (57,121,34).

  • red value is 57;
  • green value is 121;
  • blue value is 34.
RGB:
(57,121,34)
(22%,47%,13%)

RGB channels and saturation

R 57 of 255 = 22%
G 121 of 255 = 47%
B 34 of 255 = 13%

57
121
34

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

Portions of RGB colors in percentages

R + G + B =
57 + 121 + 34 = 212 (100%)
R 57 of 212 ~ 26.89%
G 121 of 212 ~ 57.08%
B 34 of 212 ~ 16.04%

%26.89
%57.08
%16.04

CMYK color model

#397922 color CMYK value is (53,0,72,53).

  • cyan value is 52.89%
  • magenta value is 0.00%
  • yellow value is 71.90%
  • key color value is 52.55%
CMYK:
(53,0,72,53)
C53M0Y72K53 
(53%,0%,72%,53%)
(0.53/0.00/0.72/0.53)	

CMYK percentages

%52.89
%0
%71.9
%52.55

Codes

Color #397922 in popluar color models

397922
RGB5712134
HSL104°56.13%30.39%
HSB/HSV104°71.90%47.45%
CMYK52.89%0.00%71.90%
52.55%

Color #397922 in popluar number systems.

HEX397922
Decimal5712134
Binary1110011111001100010
Octal7117142

Shades and tints

Shades of #397922

#397922
(57,121,34)
#346E1F
(52,110,31)
#2F631C
(47,99,28)
#2A5819
(42,88,25)
#254D16
(37,77,22)
#204213
(32,66,19)
#1B3710
(27,55,16)
#162C0D
(22,44,13)
#11210A
(17,33,10)
#0C1607
(12,22,7)
#070B04
(7,11,4)
#000000
(0,0,0)

Tints of #397922

#397922
(57,121,34)
#4B8536
(75,133,54)
#5D914A
(93,145,74)
#6F9D5E
(111,157,94)
#81A972
(129,169,114)
#93B586
(147,181,134)
#A5C19A
(165,193,154)
#B7CDAE
(183,205,174)
#C9D9C2
(201,217,194)
#DBE5D6
(219,229,214)
#EDF1EA
(237,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #397922 color. Also use rgb(57,121,34) instead hex code.

Text Font Color

.myTextColor { color: #397922; }

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

This text font color is #397922.


Background Color

.myBgColor { background-color: #397922; }

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

This div background color is #397922.


Border color

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

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

This div border color is #397922.


Opacity

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

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

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

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

This text has shadow with #397922 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #397922 on black background.


Color preview on white background

This text has color #397922 on white background.



Black color preview on #397922 background

This text has black color on #397922 background.


White color preview on #397922 background

This text has white color on #397922 background.