COLOR #397B51

HEX: #397B51
RGB: (57,123,81)

Color info

#397B51 contains mainly green and blue colors. Web safe color of #397B51 is #336666 (or #366).

RGB color model

#397B51 color RGB value is (57,123,81).

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

RGB channels and saturation

R 57 of 255 = 22%
G 123 of 255 = 48%
B 81 of 255 = 32%

57
123
81

R + G + B ~ 34%. #397B51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 123 + 81 = 261 (100%)
R 57 of 261 ~ 21.84%
G 123 of 261 ~ 47.13%
B 81 of 261 ~ 31.03%

%21.84
%47.13
%31.03

CMYK color model

#397B51 color CMYK value is (54,0,34,52).

  • cyan value is 53.66%
  • magenta value is 0.00%
  • yellow value is 34.15%
  • key color value is 51.76%
CMYK:
(54,0,34,52)
C54M0Y34K52 
(54%,0%,34%,52%)
(0.54/0.00/0.34/0.52)	

CMYK percentages

%53.66
%0
%34.15
%51.76

Codes

Color #397B51 in popluar color models

397B51
RGB5712381
HSL142°36.67%35.29%
HSB/HSV142°53.66%48.24%
CMYK53.66%0.00%34.15%
51.76%

Color #397B51 in popluar number systems.

HEX397B51
Decimal5712381
Binary11100111110111010001
Octal71173121

Shades and tints

Shades of #397B51

#397B51
(57,123,81)
#34704A
(52,112,74)
#2F6543
(47,101,67)
#2A5A3C
(42,90,60)
#254F35
(37,79,53)
#20442E
(32,68,46)
#1B3927
(27,57,39)
#162E20
(22,46,32)
#112319
(17,35,25)
#0C1812
(12,24,18)
#070D0B
(7,13,11)
#000000
(0,0,0)

Tints of #397B51

#397B51
(57,123,81)
#4B8760
(75,135,96)
#5D936F
(93,147,111)
#6F9F7E
(111,159,126)
#81AB8D
(129,171,141)
#93B79C
(147,183,156)
#A5C3AB
(165,195,171)
#B7CFBA
(183,207,186)
#C9DBC9
(201,219,201)
#DBE7D8
(219,231,216)
#EDF3E7
(237,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #397B51; }

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

This text font color is #397B51.


Background Color

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

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

This div background color is #397B51.


Border color

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

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

This div border color is #397B51.


Opacity

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

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

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

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

This text has shadow with #397B51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #397B51 on black background.


Color preview on white background

This text has color #397B51 on white background.



Black color preview on #397B51 background

This text has black color on #397B51 background.


White color preview on #397B51 background

This text has white color on #397B51 background.