COLOR #383940

HEX: #383940 RGB: (56,57,64)

Color info

#383940 contains red, green and blue colors in about the same proportion. Web safe color of #383940 is #333333 (or #333).

RGB color model

#383940 color RGB value is (56,57,64).

RGB: (56,57,64) (22%, 22%, 25%)

RGB channels and saturation

R 56 of 255 = 22%
G 57 of 255 = 22%
B 64 of 255 = 25%

56
57
64

R + G + B ~ 23%. #383940 is dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 57 + 64 = 177 (100%)
R 56 of 177 ~ 31.64%
G 57 of 177 ~ 32.2%
B 64 of 177 ~ 36.16'%

%31.64
%32.2
%36.16

CMYK color model

#383940 color CMYK value is (13,11,0,75).

  • cyan value is 12.50%
  • magenta value is 10.94%
  • yellow value is 0.00%
  • key color value is 74.90%

CMYK: (13,11,0,75)
C13M11Y0K75 (13%, 11%, 0%, 75%)
(0.13 / 0.11 / 0.00 / 0.75)

CMYK percentages

%12.5
%10.94
%0
%74.9

Codes

Color #383940 in popluar color models

38 39 40
RGB 56 57 64
HSL 233° 6.67% 23.53%
HSB/HSV 233° 12.50% 25.10%
CMYK 12.50% 10.94% 0.00%
74.90%

Color #383940 in popluar number systems.

HEX 38 39 40
Decimal 56 57 64
Binary 111000 111001 1000000
Octal 70 71 100

Shades and tints

Shades of #383940

#383940
(56,57,64)
#33343B
(51,52,59)
#2E2F36
(46,47,54)
#292A31
(41,42,49)
#24252C
(36,37,44)
#1F2027
(31,32,39)
#1A1B22
(26,27,34)
#15161D
(21,22,29)
#101118
(16,17,24)
#0B0C13
(11,12,19)
#06070E
(6,7,14)
#000000
(0,0,0)

Tints of #383940

#383940
(56,57,64)
#4A4B51
(74,75,81)
#5C5D62
(92,93,98)
#6E6F73
(110,111,115)
#808184
(128,129,132)
#929395
(146,147,149)
#A4A5A6
(164,165,166)
#B6B7B7
(182,183,183)
#C8C9C8
(200,201,200)
#DADBD9
(218,219,217)
#ECEDEA
(236,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383940; }

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

This text font color is #383940.

Background Color

.myBgColor { background-color: #383940; }

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

This div background color is #383940.

Border color

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

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

This div border color is #383940.

Opacity

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

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

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

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

This text has shadow with #383940 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #383940.

Preview

Color preview on black background

This text has color #383940 on black background.


Color preview on white background

This text has color #383940 on white background.


Black color preview on #383940 background

This text has black color on #383940 background.


White color preview on #383940 background

This text has white color on #383940 background.


Related colors

Complementary color

Complementary color for #hex is #C7C6BF.


I love getcolorcode.com

Triadic colors

1 #403839 and #394038 with #383940 are triadic colors.

2 #403938 and #393840 with #383940 are triadic colors.