COLOR #396165

HEX: #396165
RGB: (57,97,101)

Color info

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

RGB color model

#396165 color RGB value is (57,97,101).

  • red value is 57;
  • green value is 97;
  • blue value is 101.
RGB:
(57,97,101)
(22%,38%,40%)

RGB channels and saturation

R 57 of 255 = 22%
G 97 of 255 = 38%
B 101 of 255 = 40%

57
97
101

R + G + B ~ 33%. #396165 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 97 + 101 = 255 (100%)
R 57 of 255 ~ 22.35%
G 97 of 255 ~ 38.04%
B 101 of 255 ~ 39.61%

%22.35
%38.04
%39.61

CMYK color model

#396165 color CMYK value is (44,4,0,60).

  • cyan value is 43.56%
  • magenta value is 3.96%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(44,4,0,60)
C44M4Y0K60 
(44%,4%,0%,60%)
(0.44/0.04/0.00/0.60)	

CMYK percentages

%43.56
%3.96
%0
%60.39

Codes

Color #396165 in popluar color models

396165
RGB5797101
HSL185°27.85%30.98%
HSB/HSV185°43.56%39.61%
CMYK43.56%3.96%0.00%
60.39%

Color #396165 in popluar number systems.

HEX396165
Decimal5797101
Binary11100111000011100101
Octal71141145

Shades and tints

Shades of #396165

#396165
(57,97,101)
#34595C
(52,89,92)
#2F5153
(47,81,83)
#2A494A
(42,73,74)
#254141
(37,65,65)
#203938
(32,57,56)
#1B312F
(27,49,47)
#162926
(22,41,38)
#11211D
(17,33,29)
#0C1914
(12,25,20)
#07110B
(7,17,11)
#000000
(0,0,0)

Tints of #396165

#396165
(57,97,101)
#4B6F73
(75,111,115)
#5D7D81
(93,125,129)
#6F8B8F
(111,139,143)
#81999D
(129,153,157)
#93A7AB
(147,167,171)
#A5B5B9
(165,181,185)
#B7C3C7
(183,195,199)
#C9D1D5
(201,209,213)
#DBDFE3
(219,223,227)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #396165; }

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

This text font color is #396165.


Background Color

.myBgColor { background-color: #396165; }

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

This div background color is #396165.


Border color

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

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

This div border color is #396165.


Opacity

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

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

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

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

This text has shadow with #396165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396165 on black background.


Color preview on white background

This text has color #396165 on white background.



Black color preview on #396165 background

This text has black color on #396165 background.


White color preview on #396165 background

This text has white color on #396165 background.