COLOR #386469

HEX: #386469
RGB: (56,100,105)

Color info

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

RGB color model

#386469 color RGB value is (56,100,105).

  • red value is 56;
  • green value is 100;
  • blue value is 105.
RGB:
(56,100,105)
(22%,39%,41%)

RGB channels and saturation

R 56 of 255 = 22%
G 100 of 255 = 39%
B 105 of 255 = 41%

56
100
105

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

Portions of RGB colors in percentages

R + G + B =
56 + 100 + 105 = 261 (100%)
R 56 of 261 ~ 21.46%
G 100 of 261 ~ 38.31%
B 105 of 261 ~ 40.23%

%21.46
%38.31
%40.23

CMYK color model

#386469 color CMYK value is (47,5,0,59).

  • cyan value is 46.67%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(47,5,0,59)
C47M5Y0K59 
(47%,5%,0%,59%)
(0.47/0.05/0.00/0.59)	

CMYK percentages

%46.67
%4.76
%0
%58.82

Codes

Color #386469 in popluar color models

386469
RGB56100105
HSL186°30.43%31.57%
HSB/HSV186°46.67%41.18%
CMYK46.67%4.76%0.00%
58.82%

Color #386469 in popluar number systems.

HEX386469
Decimal56100105
Binary11100011001001101001
Octal70144151

Shades and tints

Shades of #386469

#386469
(56,100,105)
#335B60
(51,91,96)
#2E5257
(46,82,87)
#29494E
(41,73,78)
#244045
(36,64,69)
#1F373C
(31,55,60)
#1A2E33
(26,46,51)
#15252A
(21,37,42)
#101C21
(16,28,33)
#0B1318
(11,19,24)
#060A0F
(6,10,15)
#000000
(0,0,0)

Tints of #386469

#386469
(56,100,105)
#4A7276
(74,114,118)
#5C8083
(92,128,131)
#6E8E90
(110,142,144)
#809C9D
(128,156,157)
#92AAAA
(146,170,170)
#A4B8B7
(164,184,183)
#B6C6C4
(182,198,196)
#C8D4D1
(200,212,209)
#DAE2DE
(218,226,222)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386469 color. Also use rgb(56,100,105) instead hex code.

Text Font Color

.myTextColor { color: #386469; }

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

This text font color is #386469.


Background Color

.myBgColor { background-color: #386469; }

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

This div background color is #386469.


Border color

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

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

This div border color is #386469.


Opacity

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

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

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

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

This text has shadow with #386469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386469 on black background.


Color preview on white background

This text has color #386469 on white background.



Black color preview on #386469 background

This text has black color on #386469 background.


White color preview on #386469 background

This text has white color on #386469 background.