COLOR #396671

HEX: #396671
RGB: (57,102,113)

Color info

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

RGB color model

#396671 color RGB value is (57,102,113).

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

RGB channels and saturation

R 57 of 255 = 22%
G 102 of 255 = 40%
B 113 of 255 = 44%

57
102
113

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

Portions of RGB colors in percentages

R + G + B =
57 + 102 + 113 = 272 (100%)
R 57 of 272 ~ 20.96%
G 102 of 272 ~ 37.5%
B 113 of 272 ~ 41.54%

%20.96
%37.5
%41.54

CMYK color model

#396671 color CMYK value is (50,10,0,56).

  • cyan value is 49.56%
  • magenta value is 9.73%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(50,10,0,56)
C50M10Y0K56 
(50%,10%,0%,56%)
(0.50/0.10/0.00/0.56)	

CMYK percentages

%49.56
%9.73
%0
%55.69

Codes

Color #396671 in popluar color models

396671
RGB57102113
HSL192°32.94%33.33%
HSB/HSV192°49.56%44.31%
CMYK49.56%9.73%0.00%
55.69%

Color #396671 in popluar number systems.

HEX396671
Decimal57102113
Binary11100111001101110001
Octal71146161

Shades and tints

Shades of #396671

#396671
(57,102,113)
#345D67
(52,93,103)
#2F545D
(47,84,93)
#2A4B53
(42,75,83)
#254249
(37,66,73)
#20393F
(32,57,63)
#1B3035
(27,48,53)
#16272B
(22,39,43)
#111E21
(17,30,33)
#0C1517
(12,21,23)
#070C0D
(7,12,13)
#000000
(0,0,0)

Tints of #396671

#396671
(57,102,113)
#4B737D
(75,115,125)
#5D8089
(93,128,137)
#6F8D95
(111,141,149)
#819AA1
(129,154,161)
#93A7AD
(147,167,173)
#A5B4B9
(165,180,185)
#B7C1C5
(183,193,197)
#C9CED1
(201,206,209)
#DBDBDD
(219,219,221)
#EDE8E9
(237,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #396671; }

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

This text font color is #396671.


Background Color

.myBgColor { background-color: #396671; }

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

This div background color is #396671.


Border color

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

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

This div border color is #396671.


Opacity

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

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

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

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

This text has shadow with #396671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396671 on black background.


Color preview on white background

This text has color #396671 on white background.



Black color preview on #396671 background

This text has black color on #396671 background.


White color preview on #396671 background

This text has white color on #396671 background.