COLOR #397E07

HEX: #397E07
RGB: (57,126,7)

Color info

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

RGB color model

#397E07 color RGB value is (57,126,7).

  • red value is 57;
  • green value is 126;
  • blue value is 7.
RGB:
(57,126,7)
(22%,49%,3%)

RGB channels and saturation

R 57 of 255 = 22%
G 126 of 255 = 49%
B 7 of 255 = 3%

57
126
7

R + G + B ~ 25%. #397E07 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 126 + 7 = 190 (100%)
R 57 of 190 ~ 30%
G 126 of 190 ~ 66.32%
B 7 of 190 ~ 3.68%

%30
%66.32

CMYK color model

#397E07 color CMYK value is (55,0,94,51).

  • cyan value is 54.76%
  • magenta value is 0.00%
  • yellow value is 94.44%
  • key color value is 50.59%
CMYK:
(55,0,94,51)
C55M0Y94K51 
(55%,0%,94%,51%)
(0.55/0.00/0.94/0.51)	

CMYK percentages

%54.76
%0
%94.44
%50.59

Codes

Color #397E07 in popluar color models

397E07
RGB571267
HSL95°89.47%26.08%
HSB/HSV95°94.44%49.41%
CMYK54.76%0.00%94.44%
50.59%

Color #397E07 in popluar number systems.

HEX397E07
Decimal571267
Binary1110011111110111
Octal711767

Shades and tints

Shades of #397E07

#397E07
(57,126,7)
#347307
(52,115,7)
#2F6807
(47,104,7)
#2A5D07
(42,93,7)
#255207
(37,82,7)
#204707
(32,71,7)
#1B3C07
(27,60,7)
#163107
(22,49,7)
#112607
(17,38,7)
#0C1B07
(12,27,7)
#071007
(7,16,7)
#000000
(0,0,0)

Tints of #397E07

#397E07
(57,126,7)
#4B891D
(75,137,29)
#5D9433
(93,148,51)
#6F9F49
(111,159,73)
#81AA5F
(129,170,95)
#93B575
(147,181,117)
#A5C08B
(165,192,139)
#B7CBA1
(183,203,161)
#C9D6B7
(201,214,183)
#DBE1CD
(219,225,205)
#EDECE3
(237,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #397E07 color. Also use rgb(57,126,7) instead hex code.

Text Font Color

.myTextColor { color: #397E07; }

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

This text font color is #397E07.


Background Color

.myBgColor { background-color: #397E07; }

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

This div background color is #397E07.


Border color

.myBorderColor { border: 1px solid #397E07; }

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

This div border color is #397E07.


Opacity

.myOpacity80 { color: #397E07; opacity: 0.8; }

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

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

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

This text has shadow with #397E07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #397E07 on black background.


Color preview on white background

This text has color #397E07 on white background.



Black color preview on #397E07 background

This text has black color on #397E07 background.


White color preview on #397E07 background

This text has white color on #397E07 background.