COLOR #397D1A

HEX: #397D1A RGB: (57,125,26)

Color info

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

RGB color model

#397D1A color RGB value is (57,125,26).

RGB: (57,125,26) (22%, 49%, 10%)

RGB channels and saturation

R 57 of 255 = 22%
G 125 of 255 = 49%
B 26 of 255 = 10%

57
125
26

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

Portions of RGB colors in percentages

R + G + B = 57 + 125 + 26 = 208 (100%)
R 57 of 208 ~ 27.4%
G 125 of 208 ~ 60.1%
B 26 of 208 ~ 12.5'%

%27.4
%60.1
%12.5

CMYK color model

#397D1A color CMYK value is (54,0,79,51).

  • cyan value is 54.40%
  • magenta value is 0.00%
  • yellow value is 79.20%
  • key color value is 50.98%

CMYK: (54,0,79,51)
C54M0Y79K51 (54%, 0%, 79%, 51%)
(0.54 / 0.00 / 0.79 / 0.51)

CMYK percentages

%54.4
%0
%79.2
%50.98

Codes

Color #397D1A in popluar color models

39 7D 1A
RGB 57 125 26
HSL 101° 65.56% 29.61%
HSB/HSV 101° 79.20% 49.02%
CMYK 54.40% 0.00% 79.20%
50.98%

Color #397D1A in popluar number systems.

HEX 39 7D 1A
Decimal 57 125 26
Binary 111001 1111101 11010
Octal 71 175 32

Shades and tints

Shades of #397D1A

#397D1A
(57,125,26)
#347218
(52,114,24)
#2F6716
(47,103,22)
#2A5C14
(42,92,20)
#255112
(37,81,18)
#204610
(32,70,16)
#1B3B0E
(27,59,14)
#16300C
(22,48,12)
#11250A
(17,37,10)
#0C1A08
(12,26,8)
#070F06
(7,15,6)
#000000
(0,0,0)

Tints of #397D1A

#397D1A
(57,125,26)
#4B882E
(75,136,46)
#5D9342
(93,147,66)
#6F9E56
(111,158,86)
#81A96A
(129,169,106)
#93B47E
(147,180,126)
#A5BF92
(165,191,146)
#B7CAA6
(183,202,166)
#C9D5BA
(201,213,186)
#DBE0CE
(219,224,206)
#EDEBE2
(237,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #397D1A color. Also use rgb(57,125,26) instead hex code.

Text Font Color

.myTextColor { color: #397D1A; }

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

This text font color is #397D1A.

Background Color

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

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

This div background color is #397D1A.

Border color

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

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

This div border color is #397D1A.

Opacity

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

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

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

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

This text has shadow with #397D1A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #397D1A.

Preview

Color preview on black background

This text has color #397D1A on black background.


Color preview on white background

This text has color #397D1A on white background.


Black color preview on #397D1A background

This text has black color on #397D1A background.


White color preview on #397D1A background

This text has white color on #397D1A background.


Related colors

Complementary color

Complementary color for #hex is #C682E5.


I love getcolorcode.com

Triadic colors

1 #1A397D and #7D1A39 with #397D1A are triadic colors.

2 #1A7D39 and #7D391A with #397D1A are triadic colors.