COLOR #397700

HEX: #397700
RGB: (57,119,0)

Color info

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

RGB color model

#397700 color RGB value is (57,119,0).

  • red value is 57;
  • green value is 119;
  • blue value is 0.
RGB:
(57,119,0)
(22%,47%,0%)

RGB channels and saturation

R 57 of 255 = 22%
G 119 of 255 = 47%
B 0 of 255 = 0%

57
119
0

R + G + B ~ 23%. #397700 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 119 + 0 = 176 (100%)
R 57 of 176 ~ 32.39%
G 119 of 176 ~ 67.61%
B 0 of 176 ~ 0%

%32.39
%67.61

CMYK color model

#397700 color CMYK value is (52,0,100,53).

  • cyan value is 52.10%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 53.33%
CMYK:
(52,0,100,53)
C52M0Y100K53 
(52%,0%,100%,53%)
(0.52/0.00/1.00/0.53)	

CMYK percentages

%52.1
%0
%100
%53.33

Codes

Color #397700 in popluar color models

397700
RGB571190
HSL91°100.00%23.33%
HSB/HSV91°100.00%46.67%
CMYK52.10%0.00%100.00%
53.33%

Color #397700 in popluar number systems.

HEX397700
Decimal571190
Binary11100111101110
Octal711670

Shades and tints

Shades of #397700

#397700
(57,119,0)
#346D00
(52,109,0)
#2F6300
(47,99,0)
#2A5900
(42,89,0)
#254F00
(37,79,0)
#204500
(32,69,0)
#1B3B00
(27,59,0)
#163100
(22,49,0)
#112700
(17,39,0)
#0C1D00
(12,29,0)
#071300
(7,19,0)
#000000
(0,0,0)

Tints of #397700

#397700
(57,119,0)
#4B8317
(75,131,23)
#5D8F2E
(93,143,46)
#6F9B45
(111,155,69)
#81A75C
(129,167,92)
#93B373
(147,179,115)
#A5BF8A
(165,191,138)
#B7CBA1
(183,203,161)
#C9D7B8
(201,215,184)
#DBE3CF
(219,227,207)
#EDEFE6
(237,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #397700 color. Also use rgb(57,119,0) instead hex code.

Text Font Color

.myTextColor { color: #397700; }

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

This text font color is #397700.


Background Color

.myBgColor { background-color: #397700; }

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

This div background color is #397700.


Border color

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

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

This div border color is #397700.


Opacity

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

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

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

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

This text has shadow with #397700 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #397700 on black background.


Color preview on white background

This text has color #397700 on white background.



Black color preview on #397700 background

This text has black color on #397700 background.


White color preview on #397700 background

This text has white color on #397700 background.