COLOR #396A68

HEX: #396A68
RGB: (57,106,104)

Color info

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

RGB color model

#396A68 color RGB value is (57,106,104).

  • red value is 57;
  • green value is 106;
  • blue value is 104.
RGB:
(57,106,104)
(22%,42%,41%)

RGB channels and saturation

R 57 of 255 = 22%
G 106 of 255 = 42%
B 104 of 255 = 41%

57
106
104

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

Portions of RGB colors in percentages

R + G + B =
57 + 106 + 104 = 267 (100%)
R 57 of 267 ~ 21.35%
G 106 of 267 ~ 39.7%
B 104 of 267 ~ 38.95%

%21.35
%39.7
%38.95

CMYK color model

#396A68 color CMYK value is (46,0,2,58).

  • cyan value is 46.23%
  • magenta value is 0.00%
  • yellow value is 1.89%
  • key color value is 58.43%
CMYK:
(46,0,2,58)
C46M0Y2K58 
(46%,0%,2%,58%)
(0.46/0.00/0.02/0.58)	

CMYK percentages

%46.23
%0
%1.89
%58.43

Codes

Color #396A68 in popluar color models

396A68
RGB57106104
HSL178°30.06%31.96%
HSB/HSV178°46.23%41.57%
CMYK46.23%0.00%1.89%
58.43%

Color #396A68 in popluar number systems.

HEX396A68
Decimal57106104
Binary11100111010101101000
Octal71152150

Shades and tints

Shades of #396A68

#396A68
(57,106,104)
#34615F
(52,97,95)
#2F5856
(47,88,86)
#2A4F4D
(42,79,77)
#254644
(37,70,68)
#203D3B
(32,61,59)
#1B3432
(27,52,50)
#162B29
(22,43,41)
#112220
(17,34,32)
#0C1917
(12,25,23)
#07100E
(7,16,14)
#000000
(0,0,0)

Tints of #396A68

#396A68
(57,106,104)
#4B7775
(75,119,117)
#5D8482
(93,132,130)
#6F918F
(111,145,143)
#819E9C
(129,158,156)
#93ABA9
(147,171,169)
#A5B8B6
(165,184,182)
#B7C5C3
(183,197,195)
#C9D2D0
(201,210,208)
#DBDFDD
(219,223,221)
#EDECEA
(237,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #396A68 color. Also use rgb(57,106,104) instead hex code.

Text Font Color

.myTextColor { color: #396A68; }

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

This text font color is #396A68.


Background Color

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

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

This div background color is #396A68.


Border color

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

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

This div border color is #396A68.


Opacity

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

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

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

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

This text has shadow with #396A68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396A68 on black background.


Color preview on white background

This text has color #396A68 on white background.



Black color preview on #396A68 background

This text has black color on #396A68 background.


White color preview on #396A68 background

This text has white color on #396A68 background.