COLOR #397627

HEX: #397627
RGB: (57,118,39)

Color info

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

RGB color model

#397627 color RGB value is (57,118,39).

  • red value is 57;
  • green value is 118;
  • blue value is 39.
RGB:
(57,118,39)
(22%,46%,15%)

RGB channels and saturation

R 57 of 255 = 22%
G 118 of 255 = 46%
B 39 of 255 = 15%

57
118
39

R + G + B ~ 28%. #397627 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 118 + 39 = 214 (100%)
R 57 of 214 ~ 26.64%
G 118 of 214 ~ 55.14%
B 39 of 214 ~ 18.22%

%26.64
%55.14
%18.22

CMYK color model

#397627 color CMYK value is (52,0,67,54).

  • cyan value is 51.69%
  • magenta value is 0.00%
  • yellow value is 66.95%
  • key color value is 53.73%
CMYK:
(52,0,67,54)
C52M0Y67K54 
(52%,0%,67%,54%)
(0.52/0.00/0.67/0.54)	

CMYK percentages

%51.69
%0
%66.95
%53.73

Codes

Color #397627 in popluar color models

397627
RGB5711839
HSL106°50.32%30.78%
HSB/HSV106°66.95%46.27%
CMYK51.69%0.00%66.95%
53.73%

Color #397627 in popluar number systems.

HEX397627
Decimal5711839
Binary1110011110110100111
Octal7116647

Shades and tints

Shades of #397627

#397627
(57,118,39)
#346C24
(52,108,36)
#2F6221
(47,98,33)
#2A581E
(42,88,30)
#254E1B
(37,78,27)
#204418
(32,68,24)
#1B3A15
(27,58,21)
#163012
(22,48,18)
#11260F
(17,38,15)
#0C1C0C
(12,28,12)
#071209
(7,18,9)
#000000
(0,0,0)

Tints of #397627

#397627
(57,118,39)
#4B823A
(75,130,58)
#5D8E4D
(93,142,77)
#6F9A60
(111,154,96)
#81A673
(129,166,115)
#93B286
(147,178,134)
#A5BE99
(165,190,153)
#B7CAAC
(183,202,172)
#C9D6BF
(201,214,191)
#DBE2D2
(219,226,210)
#EDEEE5
(237,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #397627 color. Also use rgb(57,118,39) instead hex code.

Text Font Color

.myTextColor { color: #397627; }

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

This text font color is #397627.


Background Color

.myBgColor { background-color: #397627; }

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

This div background color is #397627.


Border color

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

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

This div border color is #397627.


Opacity

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

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

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

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

This text has shadow with #397627 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #397627 on black background.


Color preview on white background

This text has color #397627 on white background.



Black color preview on #397627 background

This text has black color on #397627 background.


White color preview on #397627 background

This text has white color on #397627 background.