COLOR #396462

HEX: #396462
RGB: (57,100,98)

Color info

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

RGB color model

#396462 color RGB value is (57,100,98).

  • red value is 57;
  • green value is 100;
  • blue value is 98.
RGB:
(57,100,98)
(22%,39%,38%)

RGB channels and saturation

R 57 of 255 = 22%
G 100 of 255 = 39%
B 98 of 255 = 38%

57
100
98

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

Portions of RGB colors in percentages

R + G + B =
57 + 100 + 98 = 255 (100%)
R 57 of 255 ~ 22.35%
G 100 of 255 ~ 39.22%
B 98 of 255 ~ 38.43%

%22.35
%39.22
%38.43

CMYK color model

#396462 color CMYK value is (43,0,2,61).

  • cyan value is 43.00%
  • magenta value is 0.00%
  • yellow value is 2.00%
  • key color value is 60.78%
CMYK:
(43,0,2,61)
C43M0Y2K61 
(43%,0%,2%,61%)
(0.43/0.00/0.02/0.61)	

CMYK percentages

%43
%0
%2
%60.78

Codes

Color #396462 in popluar color models

396462
RGB5710098
HSL177°27.39%30.78%
HSB/HSV177°43.00%39.22%
CMYK43.00%0.00%2.00%
60.78%

Color #396462 in popluar number systems.

HEX396462
Decimal5710098
Binary11100111001001100010
Octal71144142

Shades and tints

Shades of #396462

#396462
(57,100,98)
#345B5A
(52,91,90)
#2F5252
(47,82,82)
#2A494A
(42,73,74)
#254042
(37,64,66)
#20373A
(32,55,58)
#1B2E32
(27,46,50)
#16252A
(22,37,42)
#111C22
(17,28,34)
#0C131A
(12,19,26)
#070A12
(7,10,18)
#000000
(0,0,0)

Tints of #396462

#396462
(57,100,98)
#4B7270
(75,114,112)
#5D807E
(93,128,126)
#6F8E8C
(111,142,140)
#819C9A
(129,156,154)
#93AAA8
(147,170,168)
#A5B8B6
(165,184,182)
#B7C6C4
(183,198,196)
#C9D4D2
(201,212,210)
#DBE2E0
(219,226,224)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #396462 color. Also use rgb(57,100,98) instead hex code.

Text Font Color

.myTextColor { color: #396462; }

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

This text font color is #396462.


Background Color

.myBgColor { background-color: #396462; }

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

This div background color is #396462.


Border color

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

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

This div border color is #396462.


Opacity

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

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

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

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

This text has shadow with #396462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396462 on black background.


Color preview on white background

This text has color #396462 on white background.



Black color preview on #396462 background

This text has black color on #396462 background.


White color preview on #396462 background

This text has white color on #396462 background.