COLOR #386789

HEX: #386789
RGB: (56,103,137)

Color info

#386789 contains mainly green and blue colors. Web safe color of #386789 is #336699 (or #369).

RGB color model

#386789 color RGB value is (56,103,137).

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

RGB channels and saturation

R 56 of 255 = 22%
G 103 of 255 = 40%
B 137 of 255 = 54%

56
103
137

R + G + B ~ 39%. #386789 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 103 + 137 = 296 (100%)
R 56 of 296 ~ 18.92%
G 103 of 296 ~ 34.8%
B 137 of 296 ~ 46.28%

%18.92
%34.8
%46.28

CMYK color model

#386789 color CMYK value is (59,25,0,46).

  • cyan value is 59.12%
  • magenta value is 24.82%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(59,25,0,46)
C59M25Y0K46 
(59%,25%,0%,46%)
(0.59/0.25/0.00/0.46)	

CMYK percentages

%59.12
%24.82
%0
%46.27

Codes

Color #386789 in popluar color models

386789
RGB56103137
HSL205°41.97%37.84%
HSB/HSV205°59.12%53.73%
CMYK59.12%24.82%0.00%
46.27%

Color #386789 in popluar number systems.

HEX386789
Decimal56103137
Binary111000110011110001001
Octal70147211

Shades and tints

Shades of #386789

#386789
(56,103,137)
#335E7D
(51,94,125)
#2E5571
(46,85,113)
#294C65
(41,76,101)
#244359
(36,67,89)
#1F3A4D
(31,58,77)
#1A3141
(26,49,65)
#152835
(21,40,53)
#101F29
(16,31,41)
#0B161D
(11,22,29)
#060D11
(6,13,17)
#000000
(0,0,0)

Tints of #386789

#386789
(56,103,137)
#4A7493
(74,116,147)
#5C819D
(92,129,157)
#6E8EA7
(110,142,167)
#809BB1
(128,155,177)
#92A8BB
(146,168,187)
#A4B5C5
(164,181,197)
#B6C2CF
(182,194,207)
#C8CFD9
(200,207,217)
#DADCE3
(218,220,227)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #386789; }

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

This text font color is #386789.


Background Color

.myBgColor { background-color: #386789; }

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

This div background color is #386789.


Border color

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

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

This div border color is #386789.


Opacity

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

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

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

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

This text has shadow with #386789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386789 on black background.


Color preview on white background

This text has color #386789 on white background.



Black color preview on #386789 background

This text has black color on #386789 background.


White color preview on #386789 background

This text has white color on #386789 background.