COLOR #396775

HEX: #396775
RGB: (57,103,117)

Color info

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

RGB color model

#396775 color RGB value is (57,103,117).

  • red value is 57;
  • green value is 103;
  • blue value is 117.
RGB:
(57,103,117)
(22%,40%,46%)

RGB channels and saturation

R 57 of 255 = 22%
G 103 of 255 = 40%
B 117 of 255 = 46%

57
103
117

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

Portions of RGB colors in percentages

R + G + B =
57 + 103 + 117 = 277 (100%)
R 57 of 277 ~ 20.58%
G 103 of 277 ~ 37.18%
B 117 of 277 ~ 42.24%

%20.58
%37.18
%42.24

CMYK color model

#396775 color CMYK value is (51,12,0,54).

  • cyan value is 51.28%
  • magenta value is 11.97%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(51,12,0,54)
C51M12Y0K54 
(51%,12%,0%,54%)
(0.51/0.12/0.00/0.54)	

CMYK percentages

%51.28
%11.97
%0
%54.12

Codes

Color #396775 in popluar color models

396775
RGB57103117
HSL194°34.48%34.12%
HSB/HSV194°51.28%45.88%
CMYK51.28%11.97%0.00%
54.12%

Color #396775 in popluar number systems.

HEX396775
Decimal57103117
Binary11100111001111110101
Octal71147165

Shades and tints

Shades of #396775

#396775
(57,103,117)
#345E6B
(52,94,107)
#2F5561
(47,85,97)
#2A4C57
(42,76,87)
#25434D
(37,67,77)
#203A43
(32,58,67)
#1B3139
(27,49,57)
#16282F
(22,40,47)
#111F25
(17,31,37)
#0C161B
(12,22,27)
#070D11
(7,13,17)
#000000
(0,0,0)

Tints of #396775

#396775
(57,103,117)
#4B7481
(75,116,129)
#5D818D
(93,129,141)
#6F8E99
(111,142,153)
#819BA5
(129,155,165)
#93A8B1
(147,168,177)
#A5B5BD
(165,181,189)
#B7C2C9
(183,194,201)
#C9CFD5
(201,207,213)
#DBDCE1
(219,220,225)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #396775 color. Also use rgb(57,103,117) instead hex code.

Text Font Color

.myTextColor { color: #396775; }

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

This text font color is #396775.


Background Color

.myBgColor { background-color: #396775; }

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

This div background color is #396775.


Border color

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

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

This div border color is #396775.


Opacity

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

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

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

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

This text has shadow with #396775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396775 on black background.


Color preview on white background

This text has color #396775 on white background.



Black color preview on #396775 background

This text has black color on #396775 background.


White color preview on #396775 background

This text has white color on #396775 background.