COLOR #396868

HEX: #396868 RGB: (57,104,104)

Color info

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

RGB color model

#396868 color RGB value is (57,104,104).

RGB: (57,104,104) (22%, 41%, 41%)

RGB channels and saturation

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

57
104
104

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

Portions of RGB colors in percentages

R + G + B = 57 + 104 + 104 = 265 (100%)
R 57 of 265 ~ 21.51%
G 104 of 265 ~ 39.25%
B 104 of 265 ~ 39.25'%

%21.51
%39.25
%39.25

CMYK color model

#396868 color CMYK value is (45,0,0,59).

  • cyan value is 45.19%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 59.22%

CMYK: (45,0,0,59)
C45M0Y0K59 (45%, 0%, 0%, 59%)
(0.45 / 0.00 / 0.00 / 0.59)

CMYK percentages

%45.19
%0
%0
%59.22

Codes

Color #396868 in popluar color models

39 68 68
RGB 57 104 104
HSL 180° 29.19% 31.57%
HSB/HSV 180° 45.19% 40.78%
CMYK 45.19% 0.00% 0.00%
59.22%

Color #396868 in popluar number systems.

HEX 39 68 68
Decimal 57 104 104
Binary 111001 1101000 1101000
Octal 71 150 150

Shades and tints

Shades of #396868

#396868
(57,104,104)
#345F5F
(52,95,95)
#2F5656
(47,86,86)
#2A4D4D
(42,77,77)
#254444
(37,68,68)
#203B3B
(32,59,59)
#1B3232
(27,50,50)
#162929
(22,41,41)
#112020
(17,32,32)
#0C1717
(12,23,23)
#070E0E
(7,14,14)
#000000
(0,0,0)

Tints of #396868

#396868
(57,104,104)
#4B7575
(75,117,117)
#5D8282
(93,130,130)
#6F8F8F
(111,143,143)
#819C9C
(129,156,156)
#93A9A9
(147,169,169)
#A5B6B6
(165,182,182)
#B7C3C3
(183,195,195)
#C9D0D0
(201,208,208)
#DBDDDD
(219,221,221)
#EDEAEA
(237,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #396868; }

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

This text font color is #396868.

Background Color

.myBgColor { background-color: #396868; }

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

This div background color is #396868.

Border color

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

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

This div border color is #396868.

Opacity

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

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

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

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

This text has shadow with #396868 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #396868.

Preview

Color preview on black background

This text has color #396868 on black background.


Color preview on white background

This text has color #396868 on white background.


Black color preview on #396868 background

This text has black color on #396868 background.


White color preview on #396868 background

This text has white color on #396868 background.


Related colors

Complementary color

Complementary color for #hex is #C69797.


I love getcolorcode.com