COLOR #396C75

HEX: #396C75
RGB: (57,108,117)

Color info

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

RGB color model

#396C75 color RGB value is (57,108,117).

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

RGB channels and saturation

R 57 of 255 = 22%
G 108 of 255 = 42%
B 117 of 255 = 46%

57
108
117

R + G + B ~ 37%. #396C75 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 108 + 117 = 282 (100%)
R 57 of 282 ~ 20.21%
G 108 of 282 ~ 38.3%
B 117 of 282 ~ 41.49%

%20.21
%38.3
%41.49

CMYK color model

#396C75 color CMYK value is (51,8,0,54).

  • cyan value is 51.28%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(51,8,0,54)
C51M8Y0K54 
(51%,8%,0%,54%)
(0.51/0.08/0.00/0.54)	

CMYK percentages

%51.28
%7.69
%0
%54.12

Codes

Color #396C75 in popluar color models

396C75
RGB57108117
HSL189°34.48%34.12%
HSB/HSV189°51.28%45.88%
CMYK51.28%7.69%0.00%
54.12%

Color #396C75 in popluar number systems.

HEX396C75
Decimal57108117
Binary11100111011001110101
Octal71154165

Shades and tints

Shades of #396C75

#396C75
(57,108,117)
#34636B
(52,99,107)
#2F5A61
(47,90,97)
#2A5157
(42,81,87)
#25484D
(37,72,77)
#203F43
(32,63,67)
#1B3639
(27,54,57)
#162D2F
(22,45,47)
#112425
(17,36,37)
#0C1B1B
(12,27,27)
#071211
(7,18,17)
#000000
(0,0,0)

Tints of #396C75

#396C75
(57,108,117)
#4B7981
(75,121,129)
#5D868D
(93,134,141)
#6F9399
(111,147,153)
#81A0A5
(129,160,165)
#93ADB1
(147,173,177)
#A5BABD
(165,186,189)
#B7C7C9
(183,199,201)
#C9D4D5
(201,212,213)
#DBE1E1
(219,225,225)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #396C75; }

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

This text font color is #396C75.


Background Color

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

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

This div background color is #396C75.


Border color

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

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

This div border color is #396C75.


Opacity

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

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

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

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

This text has shadow with #396C75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396C75 on black background.


Color preview on white background

This text has color #396C75 on white background.



Black color preview on #396C75 background

This text has black color on #396C75 background.


White color preview on #396C75 background

This text has white color on #396C75 background.