COLOR #383F4E

HEX: #383F4E
RGB: (56,63,78)

Color info

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

RGB color model

#383F4E color RGB value is (56,63,78).

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

RGB channels and saturation

R 56 of 255 = 22%
G 63 of 255 = 25%
B 78 of 255 = 31%

56
63
78

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

Portions of RGB colors in percentages

R + G + B =
56 + 63 + 78 = 197 (100%)
R 56 of 197 ~ 28.43%
G 63 of 197 ~ 31.98%
B 78 of 197 ~ 39.59%

%28.43
%31.98
%39.59

CMYK color model

#383F4E color CMYK value is (28,19,0,69).

  • cyan value is 28.21%
  • magenta value is 19.23%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(28,19,0,69)
C28M19Y0K69 
(28%,19%,0%,69%)
(0.28/0.19/0.00/0.69)	

CMYK percentages

%28.21
%19.23
%0
%69.41

Codes

Color #383F4E in popluar color models

383F4E
RGB566378
HSL221°16.42%26.27%
HSB/HSV221°28.21%30.59%
CMYK28.21%19.23%0.00%
69.41%

Color #383F4E in popluar number systems.

HEX383F4E
Decimal566378
Binary1110001111111001110
Octal7077116

Shades and tints

Shades of #383F4E

#383F4E
(56,63,78)
#333A47
(51,58,71)
#2E3540
(46,53,64)
#293039
(41,48,57)
#242B32
(36,43,50)
#1F262B
(31,38,43)
#1A2124
(26,33,36)
#151C1D
(21,28,29)
#101716
(16,23,22)
#0B120F
(11,18,15)
#060D08
(6,13,8)
#000000
(0,0,0)

Tints of #383F4E

#383F4E
(56,63,78)
#4A505E
(74,80,94)
#5C616E
(92,97,110)
#6E727E
(110,114,126)
#80838E
(128,131,142)
#92949E
(146,148,158)
#A4A5AE
(164,165,174)
#B6B6BE
(182,182,190)
#C8C7CE
(200,199,206)
#DAD8DE
(218,216,222)
#ECE9EE
(236,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383F4E; }

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

This text font color is #383F4E.


Background Color

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

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

This div background color is #383F4E.


Border color

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

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

This div border color is #383F4E.


Opacity

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

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

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

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

This text has shadow with #383F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383F4E on black background.


Color preview on white background

This text has color #383F4E on white background.



Black color preview on #383F4E background

This text has black color on #383F4E background.


White color preview on #383F4E background

This text has white color on #383F4E background.