COLOR #383C4E

HEX: #383C4E
RGB: (56,60,78)

Color info

#383C4E contains red, green and blue colors in about the same proportion. Web safe color of #383C4E is #333366 (or #336).

RGB color model

#383C4E color RGB value is (56,60,78).

  • red value is 56;
  • green value is 60;
  • blue value is 78.
RGB:
(56,60,78)
(22%,24%,31%)

RGB channels and saturation

R 56 of 255 = 22%
G 60 of 255 = 24%
B 78 of 255 = 31%

56
60
78

R + G + B ~ 26%. #383C4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 60 + 78 = 194 (100%)
R 56 of 194 ~ 28.87%
G 60 of 194 ~ 30.93%
B 78 of 194 ~ 40.21%

%28.87
%30.93
%40.21

CMYK color model

#383C4E color CMYK value is (28,23,0,69).

  • cyan value is 28.21%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(28,23,0,69)
C28M23Y0K69 
(28%,23%,0%,69%)
(0.28/0.23/0.00/0.69)	

CMYK percentages

%28.21
%23.08
%0
%69.41

Codes

Color #383C4E in popluar color models

383C4E
RGB566078
HSL229°16.42%26.27%
HSB/HSV229°28.21%30.59%
CMYK28.21%23.08%0.00%
69.41%

Color #383C4E in popluar number systems.

HEX383C4E
Decimal566078
Binary1110001111001001110
Octal7074116

Shades and tints

Shades of #383C4E

#383C4E
(56,60,78)
#333747
(51,55,71)
#2E3240
(46,50,64)
#292D39
(41,45,57)
#242832
(36,40,50)
#1F232B
(31,35,43)
#1A1E24
(26,30,36)
#15191D
(21,25,29)
#101416
(16,20,22)
#0B0F0F
(11,15,15)
#060A08
(6,10,8)
#000000
(0,0,0)

Tints of #383C4E

#383C4E
(56,60,78)
#4A4D5E
(74,77,94)
#5C5E6E
(92,94,110)
#6E6F7E
(110,111,126)
#80808E
(128,128,142)
#92919E
(146,145,158)
#A4A2AE
(164,162,174)
#B6B3BE
(182,179,190)
#C8C4CE
(200,196,206)
#DAD5DE
(218,213,222)
#ECE6EE
(236,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #383C4E color. Also use rgb(56,60,78) instead hex code.

Text Font Color

.myTextColor { color: #383C4E; }

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

This text font color is #383C4E.


Background Color

.myBgColor { background-color: #383C4E; }

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

This div background color is #383C4E.


Border color

.myBorderColor { border: 1px solid #383C4E; }

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

This div border color is #383C4E.


Opacity

.myOpacity80 { color: #383C4E; opacity: 0.8; }

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

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

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

This text has shadow with #383C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383C4E on black background.


Color preview on white background

This text has color #383C4E on white background.



Black color preview on #383C4E background

This text has black color on #383C4E background.


White color preview on #383C4E background

This text has white color on #383C4E background.