COLOR #397B40

HEX: #397B40
RGB: (57,123,64)

Color info

#397B40 contains mainly green and blue colors. Web safe color of #397B40 is #336633 (or #363).

RGB color model

#397B40 color RGB value is (57,123,64).

  • red value is 57;
  • green value is 123;
  • blue value is 64.
RGB:
(57,123,64)
(22%,48%,25%)

RGB channels and saturation

R 57 of 255 = 22%
G 123 of 255 = 48%
B 64 of 255 = 25%

57
123
64

R + G + B ~ 32%. #397B40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 123 + 64 = 244 (100%)
R 57 of 244 ~ 23.36%
G 123 of 244 ~ 50.41%
B 64 of 244 ~ 26.23%

%23.36
%50.41
%26.23

CMYK color model

#397B40 color CMYK value is (54,0,48,52).

  • cyan value is 53.66%
  • magenta value is 0.00%
  • yellow value is 47.97%
  • key color value is 51.76%
CMYK:
(54,0,48,52)
C54M0Y48K52 
(54%,0%,48%,52%)
(0.54/0.00/0.48/0.52)	

CMYK percentages

%53.66
%0
%47.97
%51.76

Codes

Color #397B40 in popluar color models

397B40
RGB5712364
HSL126°36.67%35.29%
HSB/HSV126°53.66%48.24%
CMYK53.66%0.00%47.97%
51.76%

Color #397B40 in popluar number systems.

HEX397B40
Decimal5712364
Binary11100111110111000000
Octal71173100

Shades and tints

Shades of #397B40

#397B40
(57,123,64)
#34703B
(52,112,59)
#2F6536
(47,101,54)
#2A5A31
(42,90,49)
#254F2C
(37,79,44)
#204427
(32,68,39)
#1B3922
(27,57,34)
#162E1D
(22,46,29)
#112318
(17,35,24)
#0C1813
(12,24,19)
#070D0E
(7,13,14)
#000000
(0,0,0)

Tints of #397B40

#397B40
(57,123,64)
#4B8751
(75,135,81)
#5D9362
(93,147,98)
#6F9F73
(111,159,115)
#81AB84
(129,171,132)
#93B795
(147,183,149)
#A5C3A6
(165,195,166)
#B7CFB7
(183,207,183)
#C9DBC8
(201,219,200)
#DBE7D9
(219,231,217)
#EDF3EA
(237,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #397B40; }

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

This text font color is #397B40.


Background Color

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

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

This div background color is #397B40.


Border color

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

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

This div border color is #397B40.


Opacity

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

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

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

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

This text has shadow with #397B40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #397B40 on black background.


Color preview on white background

This text has color #397B40 on white background.



Black color preview on #397B40 background

This text has black color on #397B40 background.


White color preview on #397B40 background

This text has white color on #397B40 background.