COLOR #396F7B

HEX: #396F7B
RGB: (57,111,123)

Color info

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

RGB color model

#396F7B color RGB value is (57,111,123).

  • red value is 57;
  • green value is 111;
  • blue value is 123.
RGB:
(57,111,123)
(22%,44%,48%)

RGB channels and saturation

R 57 of 255 = 22%
G 111 of 255 = 44%
B 123 of 255 = 48%

57
111
123

R + G + B ~ 38%. #396F7B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 111 + 123 = 291 (100%)
R 57 of 291 ~ 19.59%
G 111 of 291 ~ 38.14%
B 123 of 291 ~ 42.27%

%19.59
%38.14
%42.27

CMYK color model

#396F7B color CMYK value is (54,10,0,52).

  • cyan value is 53.66%
  • magenta value is 9.76%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(54,10,0,52)
C54M10Y0K52 
(54%,10%,0%,52%)
(0.54/0.10/0.00/0.52)	

CMYK percentages

%53.66
%9.76
%0
%51.76

Codes

Color #396F7B in popluar color models

396F7B
RGB57111123
HSL191°36.67%35.29%
HSB/HSV191°53.66%48.24%
CMYK53.66%9.76%0.00%
51.76%

Color #396F7B in popluar number systems.

HEX396F7B
Decimal57111123
Binary11100111011111111011
Octal71157173

Shades and tints

Shades of #396F7B

#396F7B
(57,111,123)
#346570
(52,101,112)
#2F5B65
(47,91,101)
#2A515A
(42,81,90)
#25474F
(37,71,79)
#203D44
(32,61,68)
#1B3339
(27,51,57)
#16292E
(22,41,46)
#111F23
(17,31,35)
#0C1518
(12,21,24)
#070B0D
(7,11,13)
#000000
(0,0,0)

Tints of #396F7B

#396F7B
(57,111,123)
#4B7C87
(75,124,135)
#5D8993
(93,137,147)
#6F969F
(111,150,159)
#81A3AB
(129,163,171)
#93B0B7
(147,176,183)
#A5BDC3
(165,189,195)
#B7CACF
(183,202,207)
#C9D7DB
(201,215,219)
#DBE4E7
(219,228,231)
#EDF1F3
(237,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #396F7B color. Also use rgb(57,111,123) instead hex code.

Text Font Color

.myTextColor { color: #396F7B; }

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

This text font color is #396F7B.


Background Color

.myBgColor { background-color: #396F7B; }

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

This div background color is #396F7B.


Border color

.myBorderColor { border: 1px solid #396F7B; }

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

This div border color is #396F7B.


Opacity

.myOpacity80 { color: #396F7B; opacity: 0.8; }

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

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

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

This text has shadow with #396F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396F7B on black background.


Color preview on white background

This text has color #396F7B on white background.



Black color preview on #396F7B background

This text has black color on #396F7B background.


White color preview on #396F7B background

This text has white color on #396F7B background.