COLOR #383936

HEX: #383936 RGB: (56,57,54)

Color info

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

RGB color model

#383936 color RGB value is (56,57,54).

RGB: (56,57,54) (22%, 22%, 21%)

RGB channels and saturation

R 56 of 255 = 22%
G 57 of 255 = 22%
B 54 of 255 = 21%

56
57
54

R + G + B ~ 22%. #383936 is dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 57 + 54 = 167 (100%)
R 56 of 167 ~ 33.53%
G 57 of 167 ~ 34.13%
B 54 of 167 ~ 32.34'%

%33.53
%34.13
%32.34

CMYK color model

#383936 color CMYK value is (2,0,5,78).

  • cyan value is 1.75%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 77.65%

CMYK: (2,0,5,78)
C2M0Y5K78 (2%, 0%, 5%, 78%)
(0.02 / 0.00 / 0.05 / 0.78)

CMYK percentages

%1.75
%0
%5.26
%77.65

Codes

Color #383936 in popluar color models

38 39 36
RGB 56 57 54
HSL 80° 2.70% 21.76%
HSB/HSV 80° 5.26% 22.35%
CMYK 1.75% 0.00% 5.26%
77.65%

Color #383936 in popluar number systems.

HEX 38 39 36
Decimal 56 57 54
Binary 111000 111001 110110
Octal 70 71 66

Shades and tints

Shades of #383936

#383936
(56,57,54)
#333432
(51,52,50)
#2E2F2E
(46,47,46)
#292A2A
(41,42,42)
#242526
(36,37,38)
#1F2022
(31,32,34)
#1A1B1E
(26,27,30)
#15161A
(21,22,26)
#101116
(16,17,22)
#0B0C12
(11,12,18)
#06070E
(6,7,14)
#000000
(0,0,0)

Tints of #383936

#383936
(56,57,54)
#4A4B48
(74,75,72)
#5C5D5A
(92,93,90)
#6E6F6C
(110,111,108)
#80817E
(128,129,126)
#929390
(146,147,144)
#A4A5A2
(164,165,162)
#B6B7B4
(182,183,180)
#C8C9C6
(200,201,198)
#DADBD8
(218,219,216)
#ECEDEA
(236,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383936; }

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

This text font color is #383936.

Background Color

.myBgColor { background-color: #383936; }

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

This div background color is #383936.

Border color

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

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

This div border color is #383936.

Opacity

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

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

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

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

This text has shadow with #383936 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #383936.

Preview

Color preview on black background

This text has color #383936 on black background.


Color preview on white background

This text has color #383936 on white background.


Black color preview on #383936 background

This text has black color on #383936 background.


White color preview on #383936 background

This text has white color on #383936 background.


Related colors

Complementary color

Complementary color for #hex is #C7C6C9.


I love getcolorcode.com

Triadic colors

1 #363839 and #393638 with #383936 are triadic colors.

2 #363938 and #393836 with #383936 are triadic colors.