COLOR #386065

HEX: #386065
RGB: (56,96,101)

Color info

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

RGB color model

#386065 color RGB value is (56,96,101).

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

RGB channels and saturation

R 56 of 255 = 22%
G 96 of 255 = 38%
B 101 of 255 = 40%

56
96
101

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

Portions of RGB colors in percentages

R + G + B =
56 + 96 + 101 = 253 (100%)
R 56 of 253 ~ 22.13%
G 96 of 253 ~ 37.94%
B 101 of 253 ~ 39.92%

%22.13
%37.94
%39.92

CMYK color model

#386065 color CMYK value is (45,5,0,60).

  • cyan value is 44.55%
  • magenta value is 4.95%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(45,5,0,60)
C45M5Y0K60 
(45%,5%,0%,60%)
(0.45/0.05/0.00/0.60)	

CMYK percentages

%44.55
%4.95
%0
%60.39

Codes

Color #386065 in popluar color models

386065
RGB5696101
HSL187°28.66%30.78%
HSB/HSV187°44.55%39.61%
CMYK44.55%4.95%0.00%
60.39%

Color #386065 in popluar number systems.

HEX386065
Decimal5696101
Binary11100011000001100101
Octal70140145

Shades and tints

Shades of #386065

#386065
(56,96,101)
#33585C
(51,88,92)
#2E5053
(46,80,83)
#29484A
(41,72,74)
#244041
(36,64,65)
#1F3838
(31,56,56)
#1A302F
(26,48,47)
#152826
(21,40,38)
#10201D
(16,32,29)
#0B1814
(11,24,20)
#06100B
(6,16,11)
#000000
(0,0,0)

Tints of #386065

#386065
(56,96,101)
#4A6E73
(74,110,115)
#5C7C81
(92,124,129)
#6E8A8F
(110,138,143)
#80989D
(128,152,157)
#92A6AB
(146,166,171)
#A4B4B9
(164,180,185)
#B6C2C7
(182,194,199)
#C8D0D5
(200,208,213)
#DADEE3
(218,222,227)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386065 color. Also use rgb(56,96,101) instead hex code.

Text Font Color

.myTextColor { color: #386065; }

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

This text font color is #386065.


Background Color

.myBgColor { background-color: #386065; }

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

This div background color is #386065.


Border color

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

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

This div border color is #386065.


Opacity

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

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

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

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

This text has shadow with #386065 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386065 on black background.


Color preview on white background

This text has color #386065 on white background.



Black color preview on #386065 background

This text has black color on #386065 background.


White color preview on #386065 background

This text has white color on #386065 background.