COLOR #397463

HEX: #397463
RGB: (57,116,99)

Color info

#397463 contains red, green and blue colors in about the same proportion. Web safe color of #397463 is #336666 (or #366).

RGB color model

#397463 color RGB value is (57,116,99).

  • red value is 57;
  • green value is 116;
  • blue value is 99.
RGB:
(57,116,99)
(22%,45%,39%)

RGB channels and saturation

R 57 of 255 = 22%
G 116 of 255 = 45%
B 99 of 255 = 39%

57
116
99

R + G + B ~ 35%. #397463 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 116 + 99 = 272 (100%)
R 57 of 272 ~ 20.96%
G 116 of 272 ~ 42.65%
B 99 of 272 ~ 36.4%

%20.96
%42.65
%36.4

CMYK color model

#397463 color CMYK value is (51,0,15,55).

  • cyan value is 50.86%
  • magenta value is 0.00%
  • yellow value is 14.66%
  • key color value is 54.51%
CMYK:
(51,0,15,55)
C51M0Y15K55 
(51%,0%,15%,55%)
(0.51/0.00/0.15/0.55)	

CMYK percentages

%50.86
%0
%14.66
%54.51

Codes

Color #397463 in popluar color models

397463
RGB5711699
HSL163°34.10%33.92%
HSB/HSV163°50.86%45.49%
CMYK50.86%0.00%14.66%
54.51%

Color #397463 in popluar number systems.

HEX397463
Decimal5711699
Binary11100111101001100011
Octal71164143

Shades and tints

Shades of #397463

#397463
(57,116,99)
#346A5A
(52,106,90)
#2F6051
(47,96,81)
#2A5648
(42,86,72)
#254C3F
(37,76,63)
#204236
(32,66,54)
#1B382D
(27,56,45)
#162E24
(22,46,36)
#11241B
(17,36,27)
#0C1A12
(12,26,18)
#071009
(7,16,9)
#000000
(0,0,0)

Tints of #397463

#397463
(57,116,99)
#4B8071
(75,128,113)
#5D8C7F
(93,140,127)
#6F988D
(111,152,141)
#81A49B
(129,164,155)
#93B0A9
(147,176,169)
#A5BCB7
(165,188,183)
#B7C8C5
(183,200,197)
#C9D4D3
(201,212,211)
#DBE0E1
(219,224,225)
#EDECEF
(237,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #397463 color. Also use rgb(57,116,99) instead hex code.

Text Font Color

.myTextColor { color: #397463; }

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

This text font color is #397463.


Background Color

.myBgColor { background-color: #397463; }

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

This div background color is #397463.


Border color

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

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

This div border color is #397463.


Opacity

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

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

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

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

This text has shadow with #397463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #397463 on black background.


Color preview on white background

This text has color #397463 on white background.



Black color preview on #397463 background

This text has black color on #397463 background.


White color preview on #397463 background

This text has white color on #397463 background.