COLOR #396F67

HEX: #396F67
RGB: (57,111,103)

Color info

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

RGB color model

#396F67 color RGB value is (57,111,103).

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

RGB channels and saturation

R 57 of 255 = 22%
G 111 of 255 = 44%
B 103 of 255 = 40%

57
111
103

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

Portions of RGB colors in percentages

R + G + B =
57 + 111 + 103 = 271 (100%)
R 57 of 271 ~ 21.03%
G 111 of 271 ~ 40.96%
B 103 of 271 ~ 38.01%

%21.03
%40.96
%38.01

CMYK color model

#396F67 color CMYK value is (49,0,7,56).

  • cyan value is 48.65%
  • magenta value is 0.00%
  • yellow value is 7.21%
  • key color value is 56.47%
CMYK:
(49,0,7,56)
C49M0Y7K56 
(49%,0%,7%,56%)
(0.49/0.00/0.07/0.56)	

CMYK percentages

%48.65
%0
%7.21
%56.47

Codes

Color #396F67 in popluar color models

396F67
RGB57111103
HSL171°32.14%32.94%
HSB/HSV171°48.65%43.53%
CMYK48.65%0.00%7.21%
56.47%

Color #396F67 in popluar number systems.

HEX396F67
Decimal57111103
Binary11100111011111100111
Octal71157147

Shades and tints

Shades of #396F67

#396F67
(57,111,103)
#34655E
(52,101,94)
#2F5B55
(47,91,85)
#2A514C
(42,81,76)
#254743
(37,71,67)
#203D3A
(32,61,58)
#1B3331
(27,51,49)
#162928
(22,41,40)
#111F1F
(17,31,31)
#0C1516
(12,21,22)
#070B0D
(7,11,13)
#000000
(0,0,0)

Tints of #396F67

#396F67
(57,111,103)
#4B7C74
(75,124,116)
#5D8981
(93,137,129)
#6F968E
(111,150,142)
#81A39B
(129,163,155)
#93B0A8
(147,176,168)
#A5BDB5
(165,189,181)
#B7CAC2
(183,202,194)
#C9D7CF
(201,215,207)
#DBE4DC
(219,228,220)
#EDF1E9
(237,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #396F67; }

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

This text font color is #396F67.


Background Color

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

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

This div background color is #396F67.


Border color

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

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

This div border color is #396F67.


Opacity

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

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

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

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

This text has shadow with #396F67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396F67 on black background.


Color preview on white background

This text has color #396F67 on white background.



Black color preview on #396F67 background

This text has black color on #396F67 background.


White color preview on #396F67 background

This text has white color on #396F67 background.