COLOR #383931

HEX: #383931
RGB: (56,57,49)

Color info

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

RGB color model

#383931 color RGB value is (56,57,49).

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

RGB channels and saturation

R 56 of 255 = 22%
G 57 of 255 = 22%
B 49 of 255 = 19%

56
57
49

R + G + B ~ 21%. #383931 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 57 + 49 = 162 (100%)
R 56 of 162 ~ 34.57%
G 57 of 162 ~ 35.19%
B 49 of 162 ~ 30.25%

%34.57
%35.19
%30.25

CMYK color model

#383931 color CMYK value is (2,0,14,78).

  • cyan value is 1.75%
  • magenta value is 0.00%
  • yellow value is 14.04%
  • key color value is 77.65%
CMYK:
(2,0,14,78)
C2M0Y14K78 
(2%,0%,14%,78%)
(0.02/0.00/0.14/0.78)	

CMYK percentages

%1.75
%0
%14.04
%77.65

Codes

Color #383931 in popluar color models

383931
RGB565749
HSL68°7.55%20.78%
HSB/HSV68°14.04%22.35%
CMYK1.75%0.00%14.04%
77.65%

Color #383931 in popluar number systems.

HEX383931
Decimal565749
Binary111000111001110001
Octal707161

Shades and tints

Shades of #383931

#383931
(56,57,49)
#33342D
(51,52,45)
#2E2F29
(46,47,41)
#292A25
(41,42,37)
#242521
(36,37,33)
#1F201D
(31,32,29)
#1A1B19
(26,27,25)
#151615
(21,22,21)
#101111
(16,17,17)
#0B0C0D
(11,12,13)
#060709
(6,7,9)
#000000
(0,0,0)

Tints of #383931

#383931
(56,57,49)
#4A4B43
(74,75,67)
#5C5D55
(92,93,85)
#6E6F67
(110,111,103)
#808179
(128,129,121)
#92938B
(146,147,139)
#A4A59D
(164,165,157)
#B6B7AF
(182,183,175)
#C8C9C1
(200,201,193)
#DADBD3
(218,219,211)
#ECEDE5
(236,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383931; }

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

This text font color is #383931.


Background Color

.myBgColor { background-color: #383931; }

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

This div background color is #383931.


Border color

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

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

This div border color is #383931.


Opacity

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

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

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

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

This text has shadow with #383931 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383931 on black background.


Color preview on white background

This text has color #383931 on white background.



Black color preview on #383931 background

This text has black color on #383931 background.


White color preview on #383931 background

This text has white color on #383931 background.