COLOR #383956

HEX: #383956
RGB: (56,57,86)

Color info

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

RGB color model

#383956 color RGB value is (56,57,86).

  • red value is 56;
  • green value is 57;
  • blue value is 86.
RGB:
(56,57,86)
(22%,22%,34%)

RGB channels and saturation

R 56 of 255 = 22%
G 57 of 255 = 22%
B 86 of 255 = 34%

56
57
86

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

Portions of RGB colors in percentages

R + G + B =
56 + 57 + 86 = 199 (100%)
R 56 of 199 ~ 28.14%
G 57 of 199 ~ 28.64%
B 86 of 199 ~ 43.22%

%28.14
%28.64
%43.22

CMYK color model

#383956 color CMYK value is (35,34,0,66).

  • cyan value is 34.88%
  • magenta value is 33.72%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(35,34,0,66)
C35M34Y0K66 
(35%,34%,0%,66%)
(0.35/0.34/0.00/0.66)	

CMYK percentages

%34.88
%33.72
%0
%66.27

Codes

Color #383956 in popluar color models

383956
RGB565786
HSL238°21.13%27.84%
HSB/HSV238°34.88%33.73%
CMYK34.88%33.72%0.00%
66.27%

Color #383956 in popluar number systems.

HEX383956
Decimal565786
Binary1110001110011010110
Octal7071126

Shades and tints

Shades of #383956

#383956
(56,57,86)
#33344F
(51,52,79)
#2E2F48
(46,47,72)
#292A41
(41,42,65)
#24253A
(36,37,58)
#1F2033
(31,32,51)
#1A1B2C
(26,27,44)
#151625
(21,22,37)
#10111E
(16,17,30)
#0B0C17
(11,12,23)
#060710
(6,7,16)
#000000
(0,0,0)

Tints of #383956

#383956
(56,57,86)
#4A4B65
(74,75,101)
#5C5D74
(92,93,116)
#6E6F83
(110,111,131)
#808192
(128,129,146)
#9293A1
(146,147,161)
#A4A5B0
(164,165,176)
#B6B7BF
(182,183,191)
#C8C9CE
(200,201,206)
#DADBDD
(218,219,221)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #383956 color. Also use rgb(56,57,86) instead hex code.

Text Font Color

.myTextColor { color: #383956; }

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

This text font color is #383956.


Background Color

.myBgColor { background-color: #383956; }

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

This div background color is #383956.


Border color

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

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

This div border color is #383956.


Opacity

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

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

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

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

This text has shadow with #383956 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383956 on black background.


Color preview on white background

This text has color #383956 on white background.



Black color preview on #383956 background

This text has black color on #383956 background.


White color preview on #383956 background

This text has white color on #383956 background.