COLOR #386679

HEX: #386679
RGB: (56,102,121)

Color info

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

RGB color model

#386679 color RGB value is (56,102,121).

  • red value is 56;
  • green value is 102;
  • blue value is 121.
RGB:
(56,102,121)
(22%,40%,47%)

RGB channels and saturation

R 56 of 255 = 22%
G 102 of 255 = 40%
B 121 of 255 = 47%

56
102
121

R + G + B ~ 36%. #386679 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 102 + 121 = 279 (100%)
R 56 of 279 ~ 20.07%
G 102 of 279 ~ 36.56%
B 121 of 279 ~ 43.37%

%20.07
%36.56
%43.37

CMYK color model

#386679 color CMYK value is (54,16,0,53).

  • cyan value is 53.72%
  • magenta value is 15.70%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(54,16,0,53)
C54M16Y0K53 
(54%,16%,0%,53%)
(0.54/0.16/0.00/0.53)	

CMYK percentages

%53.72
%15.7
%0
%52.55

Codes

Color #386679 in popluar color models

386679
RGB56102121
HSL198°36.72%34.71%
HSB/HSV198°53.72%47.45%
CMYK53.72%15.70%0.00%
52.55%

Color #386679 in popluar number systems.

HEX386679
Decimal56102121
Binary11100011001101111001
Octal70146171

Shades and tints

Shades of #386679

#386679
(56,102,121)
#335D6E
(51,93,110)
#2E5463
(46,84,99)
#294B58
(41,75,88)
#24424D
(36,66,77)
#1F3942
(31,57,66)
#1A3037
(26,48,55)
#15272C
(21,39,44)
#101E21
(16,30,33)
#0B1516
(11,21,22)
#060C0B
(6,12,11)
#000000
(0,0,0)

Tints of #386679

#386679
(56,102,121)
#4A7385
(74,115,133)
#5C8091
(92,128,145)
#6E8D9D
(110,141,157)
#809AA9
(128,154,169)
#92A7B5
(146,167,181)
#A4B4C1
(164,180,193)
#B6C1CD
(182,193,205)
#C8CED9
(200,206,217)
#DADBE5
(218,219,229)
#ECE8F1
(236,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386679 color. Also use rgb(56,102,121) instead hex code.

Text Font Color

.myTextColor { color: #386679; }

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

This text font color is #386679.


Background Color

.myBgColor { background-color: #386679; }

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

This div background color is #386679.


Border color

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

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

This div border color is #386679.


Opacity

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

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

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

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

This text has shadow with #386679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386679 on black background.


Color preview on white background

This text has color #386679 on white background.



Black color preview on #386679 background

This text has black color on #386679 background.


White color preview on #386679 background

This text has white color on #386679 background.