COLOR #386770

HEX: #386770
RGB: (56,103,112)

Color info

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

RGB color model

#386770 color RGB value is (56,103,112).

  • red value is 56;
  • green value is 103;
  • blue value is 112.
RGB:
(56,103,112)
(22%,40%,44%)

RGB channels and saturation

R 56 of 255 = 22%
G 103 of 255 = 40%
B 112 of 255 = 44%

56
103
112

R + G + B ~ 35%. #386770 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 103 + 112 = 271 (100%)
R 56 of 271 ~ 20.66%
G 103 of 271 ~ 38.01%
B 112 of 271 ~ 41.33%

%20.66
%38.01
%41.33

CMYK color model

#386770 color CMYK value is (50,8,0,56).

  • cyan value is 50.00%
  • magenta value is 8.04%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(50,8,0,56)
C50M8Y0K56 
(50%,8%,0%,56%)
(0.50/0.08/0.00/0.56)	

CMYK percentages

%50
%8.04
%0
%56.08

Codes

Color #386770 in popluar color models

386770
RGB56103112
HSL190°33.33%32.94%
HSB/HSV190°50.00%43.92%
CMYK50.00%8.04%0.00%
56.08%

Color #386770 in popluar number systems.

HEX386770
Decimal56103112
Binary11100011001111110000
Octal70147160

Shades and tints

Shades of #386770

#386770
(56,103,112)
#335E66
(51,94,102)
#2E555C
(46,85,92)
#294C52
(41,76,82)
#244348
(36,67,72)
#1F3A3E
(31,58,62)
#1A3134
(26,49,52)
#15282A
(21,40,42)
#101F20
(16,31,32)
#0B1616
(11,22,22)
#060D0C
(6,13,12)
#000000
(0,0,0)

Tints of #386770

#386770
(56,103,112)
#4A747D
(74,116,125)
#5C818A
(92,129,138)
#6E8E97
(110,142,151)
#809BA4
(128,155,164)
#92A8B1
(146,168,177)
#A4B5BE
(164,181,190)
#B6C2CB
(182,194,203)
#C8CFD8
(200,207,216)
#DADCE5
(218,220,229)
#ECE9F2
(236,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386770 color. Also use rgb(56,103,112) instead hex code.

Text Font Color

.myTextColor { color: #386770; }

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

This text font color is #386770.


Background Color

.myBgColor { background-color: #386770; }

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

This div background color is #386770.


Border color

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

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

This div border color is #386770.


Opacity

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

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

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

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

This text has shadow with #386770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386770 on black background.


Color preview on white background

This text has color #386770 on white background.



Black color preview on #386770 background

This text has black color on #386770 background.


White color preview on #386770 background

This text has white color on #386770 background.