COLOR #386C84

HEX: #386C84
RGB: (56,108,132)

Color info

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

RGB color model

#386C84 color RGB value is (56,108,132).

  • red value is 56;
  • green value is 108;
  • blue value is 132.
RGB:
(56,108,132)
(22%,42%,52%)

RGB channels and saturation

R 56 of 255 = 22%
G 108 of 255 = 42%
B 132 of 255 = 52%

56
108
132

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

Portions of RGB colors in percentages

R + G + B =
56 + 108 + 132 = 296 (100%)
R 56 of 296 ~ 18.92%
G 108 of 296 ~ 36.49%
B 132 of 296 ~ 44.59%

%18.92
%36.49
%44.59

CMYK color model

#386C84 color CMYK value is (58,18,0,48).

  • cyan value is 57.58%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(58,18,0,48)
C58M18Y0K48 
(58%,18%,0%,48%)
(0.58/0.18/0.00/0.48)	

CMYK percentages

%57.58
%18.18
%0
%48.24

Codes

Color #386C84 in popluar color models

386C84
RGB56108132
HSL199°40.43%36.86%
HSB/HSV199°57.58%51.76%
CMYK57.58%18.18%0.00%
48.24%

Color #386C84 in popluar number systems.

HEX386C84
Decimal56108132
Binary111000110110010000100
Octal70154204

Shades and tints

Shades of #386C84

#386C84
(56,108,132)
#336378
(51,99,120)
#2E5A6C
(46,90,108)
#295160
(41,81,96)
#244854
(36,72,84)
#1F3F48
(31,63,72)
#1A363C
(26,54,60)
#152D30
(21,45,48)
#102424
(16,36,36)
#0B1B18
(11,27,24)
#06120C
(6,18,12)
#000000
(0,0,0)

Tints of #386C84

#386C84
(56,108,132)
#4A798F
(74,121,143)
#5C869A
(92,134,154)
#6E93A5
(110,147,165)
#80A0B0
(128,160,176)
#92ADBB
(146,173,187)
#A4BAC6
(164,186,198)
#B6C7D1
(182,199,209)
#C8D4DC
(200,212,220)
#DAE1E7
(218,225,231)
#ECEEF2
(236,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386C84 color. Also use rgb(56,108,132) instead hex code.

Text Font Color

.myTextColor { color: #386C84; }

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

This text font color is #386C84.


Background Color

.myBgColor { background-color: #386C84; }

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

This div background color is #386C84.


Border color

.myBorderColor { border: 1px solid #386C84; }

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

This div border color is #386C84.


Opacity

.myOpacity80 { color: #386C84; opacity: 0.8; }

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

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

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

This text has shadow with #386C84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386C84 on black background.


Color preview on white background

This text has color #386C84 on white background.



Black color preview on #386C84 background

This text has black color on #386C84 background.


White color preview on #386C84 background

This text has white color on #386C84 background.