COLOR #397511

HEX: #397511 RGB: (57,117,17)

Color info

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

RGB color model

#397511 color RGB value is (57,117,17).

RGB: (57,117,17) (22%, 46%, 7%)

RGB channels and saturation

R 57 of 255 = 22%
G 117 of 255 = 46%
B 17 of 255 = 7%

57
117
17

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

Portions of RGB colors in percentages

R + G + B = 57 + 117 + 17 = 191 (100%)
R 57 of 191 ~ 29.84%
G 117 of 191 ~ 61.26%
B 17 of 191 ~ 8.9'%

%29.84
%61.26

CMYK color model

#397511 color CMYK value is (51,0,85,54).

  • cyan value is 51.28%
  • magenta value is 0.00%
  • yellow value is 85.47%
  • key color value is 54.12%
CMYK: (51,0,85,54) C51M0Y85K54 (51%,0%,85%,54%) (0.51/0.00/0.85/0.54) 

CMYK percentages

%51.28
%0
%85.47
%54.12

Codes

Color #397511 in popluar color models

39 75 11
RGB 57 117 17
HSL 96° 74.63% 26.27%
HSB/HSV 96° 85.47% 45.88%
CMYK 51.28% 0.00% 85.47%
54.12%

Color #397511 in popluar number systems.

HEX 39 75 11
Decimal 57 117 17
Binary 111001 1110101 10001
Octal 71 165 21

Shades and tints

Shades of #397511

#397511
(57,117,17)
#346B10
(52,107,16)
#2F610F
(47,97,15)
#2A570E
(42,87,14)
#254D0D
(37,77,13)
#20430C
(32,67,12)
#1B390B
(27,57,11)
#162F0A
(22,47,10)
#112509
(17,37,9)
#0C1B08
(12,27,8)
#071107
(7,17,7)
#000000
(0,0,0)

Tints of #397511

#397511
(57,117,17)
#4B8126
(75,129,38)
#5D8D3B
(93,141,59)
#6F9950
(111,153,80)
#81A565
(129,165,101)
#93B17A
(147,177,122)
#A5BD8F
(165,189,143)
#B7C9A4
(183,201,164)
#C9D5B9
(201,213,185)
#DBE1CE
(219,225,206)
#EDEDE3
(237,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #397511 color. Also use rgb(57,117,17) instead hex code.

Text Font Color

.myTextColor { color: #397511; }

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

This text font color is #397511.

Background Color

.myBgColor { background-color: #397511; }

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

This div background color is #397511.

Border color

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

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

This div border color is #397511.

Opacity

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

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

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

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

This text has shadow with #397511 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #397511.

Preview

Color preview on black background

This text has color #397511 on black background.


Color preview on white background

This text has color #397511 on white background.


Black color preview on #397511 background

This text has black color on #397511 background.


White color preview on #397511 background

This text has white color on #397511 background.


Related colors

Complementary color

Complementary color for #hex is #C68AEE.


I love getcolorcode.com

Triadic colors

1 #113975 and #751139 with #397511 are triadic colors.

2 #117539 and #753911 with #397511 are triadic colors.