COLOR #383836

HEX: #383836 RGB: (56,56,54)

Color info

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

RGB color model

#383836 color RGB value is (56,56,54).

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

RGB channels and saturation

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

56
56
54

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

Portions of RGB colors in percentages

R + G + B = 56 + 56 + 54 = 166 (100%)
R 56 of 166 ~ 33.73%
G 56 of 166 ~ 33.73%
B 54 of 166 ~ 32.53'%

%33.73
%33.73
%32.53

CMYK color model

#383836 color CMYK value is (0,0,4,78).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 3.57%
  • key color value is 78.04%

CMYK: (0,0,4,78)
C0M0Y4K78 (0%, 0%, 4%, 78%)
(0.00 / 0.00 / 0.04 / 0.78)

CMYK percentages

%0
%0
%3.57
%78.04

Codes

Color #383836 in popluar color models

38 38 36
RGB 56 56 54
HSL 60° 1.82% 21.57%
HSB/HSV 60° 3.57% 21.96%
CMYK 0.00% 0.00% 3.57%
78.04%

Color #383836 in popluar number systems.

HEX 38 38 36
Decimal 56 56 54
Binary 111000 111000 110110
Octal 70 70 66

Shades and tints

Shades of #383836

#383836
(56,56,54)
#333332
(51,51,50)
#2E2E2E
(46,46,46)
#29292A
(41,41,42)
#242426
(36,36,38)
#1F1F22
(31,31,34)
#1A1A1E
(26,26,30)
#15151A
(21,21,26)
#101016
(16,16,22)
#0B0B12
(11,11,18)
#06060E
(6,6,14)
#000000
(0,0,0)

Tints of #383836

#383836
(56,56,54)
#4A4A48
(74,74,72)
#5C5C5A
(92,92,90)
#6E6E6C
(110,110,108)
#80807E
(128,128,126)
#929290
(146,146,144)
#A4A4A2
(164,164,162)
#B6B6B4
(182,182,180)
#C8C8C6
(200,200,198)
#DADAD8
(218,218,216)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383836; }

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

This text font color is #383836.

Background Color

.myBgColor { background-color: #383836; }

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

This div background color is #383836.

Border color

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

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

This div border color is #383836.

Opacity

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

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

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

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

This text has shadow with #383836 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #383836.

Preview

Color preview on black background

This text has color #383836 on black background.


Color preview on white background

This text has color #383836 on white background.


Black color preview on #383836 background

This text has black color on #383836 background.


White color preview on #383836 background

This text has white color on #383836 background.


Related colors

Complementary color

Complementary color for #hex is #C7C7C9.


I love getcolorcode.com