COLOR #386563

HEX: #386563
RGB: (56,101,99)

Color info

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

RGB color model

#386563 color RGB value is (56,101,99).

  • red value is 56;
  • green value is 101;
  • blue value is 99.
RGB:
(56,101,99)
(22%,40%,39%)

RGB channels and saturation

R 56 of 255 = 22%
G 101 of 255 = 40%
B 99 of 255 = 39%

56
101
99

R + G + B ~ 34%. #386563 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 101 + 99 = 256 (100%)
R 56 of 256 ~ 21.88%
G 101 of 256 ~ 39.45%
B 99 of 256 ~ 38.67%

%21.88
%39.45
%38.67

CMYK color model

#386563 color CMYK value is (45,0,2,60).

  • cyan value is 44.55%
  • magenta value is 0.00%
  • yellow value is 1.98%
  • key color value is 60.39%
CMYK:
(45,0,2,60)
C45M0Y2K60 
(45%,0%,2%,60%)
(0.45/0.00/0.02/0.60)	

CMYK percentages

%44.55
%0
%1.98
%60.39

Codes

Color #386563 in popluar color models

386563
RGB5610199
HSL177°28.66%30.78%
HSB/HSV177°44.55%39.61%
CMYK44.55%0.00%1.98%
60.39%

Color #386563 in popluar number systems.

HEX386563
Decimal5610199
Binary11100011001011100011
Octal70145143

Shades and tints

Shades of #386563

#386563
(56,101,99)
#335C5A
(51,92,90)
#2E5351
(46,83,81)
#294A48
(41,74,72)
#24413F
(36,65,63)
#1F3836
(31,56,54)
#1A2F2D
(26,47,45)
#152624
(21,38,36)
#101D1B
(16,29,27)
#0B1412
(11,20,18)
#060B09
(6,11,9)
#000000
(0,0,0)

Tints of #386563

#386563
(56,101,99)
#4A7371
(74,115,113)
#5C817F
(92,129,127)
#6E8F8D
(110,143,141)
#809D9B
(128,157,155)
#92ABA9
(146,171,169)
#A4B9B7
(164,185,183)
#B6C7C5
(182,199,197)
#C8D5D3
(200,213,211)
#DAE3E1
(218,227,225)
#ECF1EF
(236,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386563 color. Also use rgb(56,101,99) instead hex code.

Text Font Color

.myTextColor { color: #386563; }

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

This text font color is #386563.


Background Color

.myBgColor { background-color: #386563; }

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

This div background color is #386563.


Border color

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

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

This div border color is #386563.


Opacity

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

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

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

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

This text has shadow with #386563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386563 on black background.


Color preview on white background

This text has color #386563 on white background.



Black color preview on #386563 background

This text has black color on #386563 background.


White color preview on #386563 background

This text has white color on #386563 background.