COLOR #386764

HEX: #386764
RGB: (56,103,100)

Color info

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

RGB color model

#386764 color RGB value is (56,103,100).

  • red value is 56;
  • green value is 103;
  • blue value is 100.
RGB:
(56,103,100)
(22%,40%,39%)

RGB channels and saturation

R 56 of 255 = 22%
G 103 of 255 = 40%
B 100 of 255 = 39%

56
103
100

R + G + B ~ 34%. #386764 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 103 + 100 = 259 (100%)
R 56 of 259 ~ 21.62%
G 103 of 259 ~ 39.77%
B 100 of 259 ~ 38.61%

%21.62
%39.77
%38.61

CMYK color model

#386764 color CMYK value is (46,0,3,60).

  • cyan value is 45.63%
  • magenta value is 0.00%
  • yellow value is 2.91%
  • key color value is 59.61%
CMYK:
(46,0,3,60)
C46M0Y3K60 
(46%,0%,3%,60%)
(0.46/0.00/0.03/0.60)	

CMYK percentages

%45.63
%0
%2.91
%59.61

Codes

Color #386764 in popluar color models

386764
RGB56103100
HSL176°29.56%31.18%
HSB/HSV176°45.63%40.39%
CMYK45.63%0.00%2.91%
59.61%

Color #386764 in popluar number systems.

HEX386764
Decimal56103100
Binary11100011001111100100
Octal70147144

Shades and tints

Shades of #386764

#386764
(56,103,100)
#335E5B
(51,94,91)
#2E5552
(46,85,82)
#294C49
(41,76,73)
#244340
(36,67,64)
#1F3A37
(31,58,55)
#1A312E
(26,49,46)
#152825
(21,40,37)
#101F1C
(16,31,28)
#0B1613
(11,22,19)
#060D0A
(6,13,10)
#000000
(0,0,0)

Tints of #386764

#386764
(56,103,100)
#4A7472
(74,116,114)
#5C8180
(92,129,128)
#6E8E8E
(110,142,142)
#809B9C
(128,155,156)
#92A8AA
(146,168,170)
#A4B5B8
(164,181,184)
#B6C2C6
(182,194,198)
#C8CFD4
(200,207,212)
#DADCE2
(218,220,226)
#ECE9F0
(236,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386764 color. Also use rgb(56,103,100) instead hex code.

Text Font Color

.myTextColor { color: #386764; }

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

This text font color is #386764.


Background Color

.myBgColor { background-color: #386764; }

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

This div background color is #386764.


Border color

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

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

This div border color is #386764.


Opacity

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

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

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

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

This text has shadow with #386764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386764 on black background.


Color preview on white background

This text has color #386764 on white background.



Black color preview on #386764 background

This text has black color on #386764 background.


White color preview on #386764 background

This text has white color on #386764 background.