COLOR #386F84

HEX: #386F84
RGB: (56,111,132)

Color info

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

RGB color model

#386F84 color RGB value is (56,111,132).

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

RGB channels and saturation

R 56 of 255 = 22%
G 111 of 255 = 44%
B 132 of 255 = 52%

56
111
132

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

Portions of RGB colors in percentages

R + G + B =
56 + 111 + 132 = 299 (100%)
R 56 of 299 ~ 18.73%
G 111 of 299 ~ 37.12%
B 132 of 299 ~ 44.15%

%18.73
%37.12
%44.15

CMYK color model

#386F84 color CMYK value is (58,16,0,48).

  • cyan value is 57.58%
  • magenta value is 15.91%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(58,16,0,48)
C58M16Y0K48 
(58%,16%,0%,48%)
(0.58/0.16/0.00/0.48)	

CMYK percentages

%57.58
%15.91
%0
%48.24

Codes

Color #386F84 in popluar color models

386F84
RGB56111132
HSL197°40.43%36.86%
HSB/HSV197°57.58%51.76%
CMYK57.58%15.91%0.00%
48.24%

Color #386F84 in popluar number systems.

HEX386F84
Decimal56111132
Binary111000110111110000100
Octal70157204

Shades and tints

Shades of #386F84

#386F84
(56,111,132)
#336578
(51,101,120)
#2E5B6C
(46,91,108)
#295160
(41,81,96)
#244754
(36,71,84)
#1F3D48
(31,61,72)
#1A333C
(26,51,60)
#152930
(21,41,48)
#101F24
(16,31,36)
#0B1518
(11,21,24)
#060B0C
(6,11,12)
#000000
(0,0,0)

Tints of #386F84

#386F84
(56,111,132)
#4A7C8F
(74,124,143)
#5C899A
(92,137,154)
#6E96A5
(110,150,165)
#80A3B0
(128,163,176)
#92B0BB
(146,176,187)
#A4BDC6
(164,189,198)
#B6CAD1
(182,202,209)
#C8D7DC
(200,215,220)
#DAE4E7
(218,228,231)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #386F84; }

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

This text font color is #386F84.


Background Color

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

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

This div background color is #386F84.


Border color

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

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

This div border color is #386F84.


Opacity

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

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

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

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

This text has shadow with #386F84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386F84 on black background.


Color preview on white background

This text has color #386F84 on white background.



Black color preview on #386F84 background

This text has black color on #386F84 background.


White color preview on #386F84 background

This text has white color on #386F84 background.