COLOR #386672

HEX: #386672
RGB: (56,102,114)

Color info

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

RGB color model

#386672 color RGB value is (56,102,114).

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

RGB channels and saturation

R 56 of 255 = 22%
G 102 of 255 = 40%
B 114 of 255 = 45%

56
102
114

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

Portions of RGB colors in percentages

R + G + B =
56 + 102 + 114 = 272 (100%)
R 56 of 272 ~ 20.59%
G 102 of 272 ~ 37.5%
B 114 of 272 ~ 41.91%

%20.59
%37.5
%41.91

CMYK color model

#386672 color CMYK value is (51,11,0,55).

  • cyan value is 50.88%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(51,11,0,55)
C51M11Y0K55 
(51%,11%,0%,55%)
(0.51/0.11/0.00/0.55)	

CMYK percentages

%50.88
%10.53
%0
%55.29

Codes

Color #386672 in popluar color models

386672
RGB56102114
HSL192°34.12%33.33%
HSB/HSV192°50.88%44.71%
CMYK50.88%10.53%0.00%
55.29%

Color #386672 in popluar number systems.

HEX386672
Decimal56102114
Binary11100011001101110010
Octal70146162

Shades and tints

Shades of #386672

#386672
(56,102,114)
#335D68
(51,93,104)
#2E545E
(46,84,94)
#294B54
(41,75,84)
#24424A
(36,66,74)
#1F3940
(31,57,64)
#1A3036
(26,48,54)
#15272C
(21,39,44)
#101E22
(16,30,34)
#0B1518
(11,21,24)
#060C0E
(6,12,14)
#000000
(0,0,0)

Tints of #386672

#386672
(56,102,114)
#4A737E
(74,115,126)
#5C808A
(92,128,138)
#6E8D96
(110,141,150)
#809AA2
(128,154,162)
#92A7AE
(146,167,174)
#A4B4BA
(164,180,186)
#B6C1C6
(182,193,198)
#C8CED2
(200,206,210)
#DADBDE
(218,219,222)
#ECE8EA
(236,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #386672; }

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

This text font color is #386672.


Background Color

.myBgColor { background-color: #386672; }

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

This div background color is #386672.


Border color

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

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

This div border color is #386672.


Opacity

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

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

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

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

This text has shadow with #386672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386672 on black background.


Color preview on white background

This text has color #386672 on white background.



Black color preview on #386672 background

This text has black color on #386672 background.


White color preview on #386672 background

This text has white color on #386672 background.