COLOR #396079

HEX: #396079
RGB: (57,96,121)

Color info

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

RGB color model

#396079 color RGB value is (57,96,121).

  • red value is 57;
  • green value is 96;
  • blue value is 121.
RGB:
(57,96,121)
(22%,38%,47%)

RGB channels and saturation

R 57 of 255 = 22%
G 96 of 255 = 38%
B 121 of 255 = 47%

57
96
121

R + G + B ~ 36%. #396079 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 96 + 121 = 274 (100%)
R 57 of 274 ~ 20.8%
G 96 of 274 ~ 35.04%
B 121 of 274 ~ 44.16%

%20.8
%35.04
%44.16

CMYK color model

#396079 color CMYK value is (53,21,0,53).

  • cyan value is 52.89%
  • magenta value is 20.66%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(53,21,0,53)
C53M21Y0K53 
(53%,21%,0%,53%)
(0.53/0.21/0.00/0.53)	

CMYK percentages

%52.89
%20.66
%0
%52.55

Codes

Color #396079 in popluar color models

396079
RGB5796121
HSL203°35.96%34.90%
HSB/HSV203°52.89%47.45%
CMYK52.89%20.66%0.00%
52.55%

Color #396079 in popluar number systems.

HEX396079
Decimal5796121
Binary11100111000001111001
Octal71140171

Shades and tints

Shades of #396079

#396079
(57,96,121)
#34586E
(52,88,110)
#2F5063
(47,80,99)
#2A4858
(42,72,88)
#25404D
(37,64,77)
#203842
(32,56,66)
#1B3037
(27,48,55)
#16282C
(22,40,44)
#112021
(17,32,33)
#0C1816
(12,24,22)
#07100B
(7,16,11)
#000000
(0,0,0)

Tints of #396079

#396079
(57,96,121)
#4B6E85
(75,110,133)
#5D7C91
(93,124,145)
#6F8A9D
(111,138,157)
#8198A9
(129,152,169)
#93A6B5
(147,166,181)
#A5B4C1
(165,180,193)
#B7C2CD
(183,194,205)
#C9D0D9
(201,208,217)
#DBDEE5
(219,222,229)
#EDECF1
(237,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #396079 color. Also use rgb(57,96,121) instead hex code.

Text Font Color

.myTextColor { color: #396079; }

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

This text font color is #396079.


Background Color

.myBgColor { background-color: #396079; }

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

This div background color is #396079.


Border color

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

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

This div border color is #396079.


Opacity

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

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

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

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

This text has shadow with #396079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396079 on black background.


Color preview on white background

This text has color #396079 on white background.



Black color preview on #396079 background

This text has black color on #396079 background.


White color preview on #396079 background

This text has white color on #396079 background.