COLOR #396371

HEX: #396371
RGB: (57,99,113)

Color info

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

RGB color model

#396371 color RGB value is (57,99,113).

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

RGB channels and saturation

R 57 of 255 = 22%
G 99 of 255 = 39%
B 113 of 255 = 44%

57
99
113

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

Portions of RGB colors in percentages

R + G + B =
57 + 99 + 113 = 269 (100%)
R 57 of 269 ~ 21.19%
G 99 of 269 ~ 36.8%
B 113 of 269 ~ 42.01%

%21.19
%36.8
%42.01

CMYK color model

#396371 color CMYK value is (50,12,0,56).

  • cyan value is 49.56%
  • magenta value is 12.39%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(50,12,0,56)
C50M12Y0K56 
(50%,12%,0%,56%)
(0.50/0.12/0.00/0.56)	

CMYK percentages

%49.56
%12.39
%0
%55.69

Codes

Color #396371 in popluar color models

396371
RGB5799113
HSL195°32.94%33.33%
HSB/HSV195°49.56%44.31%
CMYK49.56%12.39%0.00%
55.69%

Color #396371 in popluar number systems.

HEX396371
Decimal5799113
Binary11100111000111110001
Octal71143161

Shades and tints

Shades of #396371

#396371
(57,99,113)
#345A67
(52,90,103)
#2F515D
(47,81,93)
#2A4853
(42,72,83)
#253F49
(37,63,73)
#20363F
(32,54,63)
#1B2D35
(27,45,53)
#16242B
(22,36,43)
#111B21
(17,27,33)
#0C1217
(12,18,23)
#07090D
(7,9,13)
#000000
(0,0,0)

Tints of #396371

#396371
(57,99,113)
#4B717D
(75,113,125)
#5D7F89
(93,127,137)
#6F8D95
(111,141,149)
#819BA1
(129,155,161)
#93A9AD
(147,169,173)
#A5B7B9
(165,183,185)
#B7C5C5
(183,197,197)
#C9D3D1
(201,211,209)
#DBE1DD
(219,225,221)
#EDEFE9
(237,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #396371; }

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

This text font color is #396371.


Background Color

.myBgColor { background-color: #396371; }

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

This div background color is #396371.


Border color

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

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

This div border color is #396371.


Opacity

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

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

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

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

This text has shadow with #396371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396371 on black background.


Color preview on white background

This text has color #396371 on white background.



Black color preview on #396371 background

This text has black color on #396371 background.


White color preview on #396371 background

This text has white color on #396371 background.