COLOR #397B1F

HEX: #397B1F RGB: (57,123,31)

Color info

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

RGB color model

#397B1F color RGB value is (57,123,31).

RGB: (57,123,31) (22%, 48%, 12%)

RGB channels and saturation

R 57 of 255 = 22%
G 123 of 255 = 48%
B 31 of 255 = 12%

57
123
31

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

Portions of RGB colors in percentages

R + G + B = 57 + 123 + 31 = 211 (100%)
R 57 of 211 ~ 27.01%
G 123 of 211 ~ 58.29%
B 31 of 211 ~ 14.69'%

%27.01
%58.29
%14.69

CMYK color model

#397B1F color CMYK value is (54,0,75,52).

  • cyan value is 53.66%
  • magenta value is 0.00%
  • yellow value is 74.80%
  • key color value is 51.76%
CMYK: (54,0,75,52) C54M0Y75K52 (54%,0%,75%,52%) (0.54/0.00/0.75/0.52) 

CMYK percentages

%53.66
%0
%74.8
%51.76

Codes

Color #397B1F in popluar color models

39 7B 1F
RGB 57 123 31
HSL 103° 59.74% 30.20%
HSB/HSV 103° 74.80% 48.24%
CMYK 53.66% 0.00% 74.80%
51.76%

Color #397B1F in popluar number systems.

HEX 39 7B 1F
Decimal 57 123 31
Binary 111001 1111011 11111
Octal 71 173 37

Shades and tints

Shades of #397B1F

#397B1F
(57,123,31)
#34701D
(52,112,29)
#2F651B
(47,101,27)
#2A5A19
(42,90,25)
#254F17
(37,79,23)
#204415
(32,68,21)
#1B3913
(27,57,19)
#162E11
(22,46,17)
#11230F
(17,35,15)
#0C180D
(12,24,13)
#070D0B
(7,13,11)
#000000
(0,0,0)

Tints of #397B1F

#397B1F
(57,123,31)
#4B8733
(75,135,51)
#5D9347
(93,147,71)
#6F9F5B
(111,159,91)
#81AB6F
(129,171,111)
#93B783
(147,183,131)
#A5C397
(165,195,151)
#B7CFAB
(183,207,171)
#C9DBBF
(201,219,191)
#DBE7D3
(219,231,211)
#EDF3E7
(237,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #397B1F color. Also use rgb(57,123,31) instead hex code.

Text Font Color

.myTextColor { color: #397B1F; }

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

This text font color is #397B1F.

Background Color

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

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

This div background color is #397B1F.

Border color

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

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

This div border color is #397B1F.

Opacity

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

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

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

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

This text has shadow with #397B1F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #397B1F.

Preview

Color preview on black background

This text has color #397B1F on black background.


Color preview on white background

This text has color #397B1F on white background.


Black color preview on #397B1F background

This text has black color on #397B1F background.


White color preview on #397B1F background

This text has white color on #397B1F background.


Related colors

Complementary color

Complementary color for #hex is #C684E0.


I love getcolorcode.com

Triadic colors

1 #1F397B and #7B1F39 with #397B1F are triadic colors.

2 #1F7B39 and #7B391F with #397B1F are triadic colors.