COLOR #397B4A

HEX: #397B4A
RGB: (57,123,74)

Color info

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

RGB color model

#397B4A color RGB value is (57,123,74).

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

RGB channels and saturation

R 57 of 255 = 22%
G 123 of 255 = 48%
B 74 of 255 = 29%

57
123
74

R + G + B ~ 33%. #397B4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 123 + 74 = 254 (100%)
R 57 of 254 ~ 22.44%
G 123 of 254 ~ 48.43%
B 74 of 254 ~ 29.13%

%22.44
%48.43
%29.13

CMYK color model

#397B4A color CMYK value is (54,0,40,52).

  • cyan value is 53.66%
  • magenta value is 0.00%
  • yellow value is 39.84%
  • key color value is 51.76%
CMYK:
(54,0,40,52)
C54M0Y40K52 
(54%,0%,40%,52%)
(0.54/0.00/0.40/0.52)	

CMYK percentages

%53.66
%0
%39.84
%51.76

Codes

Color #397B4A in popluar color models

397B4A
RGB5712374
HSL135°36.67%35.29%
HSB/HSV135°53.66%48.24%
CMYK53.66%0.00%39.84%
51.76%

Color #397B4A in popluar number systems.

HEX397B4A
Decimal5712374
Binary11100111110111001010
Octal71173112

Shades and tints

Shades of #397B4A

#397B4A
(57,123,74)
#347044
(52,112,68)
#2F653E
(47,101,62)
#2A5A38
(42,90,56)
#254F32
(37,79,50)
#20442C
(32,68,44)
#1B3926
(27,57,38)
#162E20
(22,46,32)
#11231A
(17,35,26)
#0C1814
(12,24,20)
#070D0E
(7,13,14)
#000000
(0,0,0)

Tints of #397B4A

#397B4A
(57,123,74)
#4B875A
(75,135,90)
#5D936A
(93,147,106)
#6F9F7A
(111,159,122)
#81AB8A
(129,171,138)
#93B79A
(147,183,154)
#A5C3AA
(165,195,170)
#B7CFBA
(183,207,186)
#C9DBCA
(201,219,202)
#DBE7DA
(219,231,218)
#EDF3EA
(237,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #397B4A; }

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

This text font color is #397B4A.


Background Color

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

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

This div background color is #397B4A.


Border color

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

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

This div border color is #397B4A.


Opacity

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

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

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

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

This text has shadow with #397B4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #397B4A on black background.


Color preview on white background

This text has color #397B4A on white background.



Black color preview on #397B4A background

This text has black color on #397B4A background.


White color preview on #397B4A background

This text has white color on #397B4A background.