COLOR #383331

HEX: #383331
RGB: (56,51,49)

Color info

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

RGB color model

#383331 color RGB value is (56,51,49).

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

RGB channels and saturation

R 56 of 255 = 22%
G 51 of 255 = 20%
B 49 of 255 = 19%

56
51
49

R + G + B ~ 20%. #383331 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 51 + 49 = 156 (100%)
R 56 of 156 ~ 35.9%
G 51 of 156 ~ 32.69%
B 49 of 156 ~ 31.41%

%35.9
%32.69
%31.41

CMYK color model

#383331 color CMYK value is (0,9,13,78).

  • cyan value is 0.00%
  • magenta value is 8.93%
  • yellow value is 12.50%
  • key color value is 78.04%
CMYK:
(0,9,13,78)
C0M9Y13K78 
(0%,9%,13%,78%)
(0.00/0.09/0.13/0.78)	

CMYK percentages

%0
%8.93
%12.5
%78.04

Codes

Color #383331 in popluar color models

383331
RGB565149
HSL17°6.67%20.59%
HSB/HSV17°12.50%21.96%
CMYK0.00%8.93%12.50%
78.04%

Color #383331 in popluar number systems.

HEX383331
Decimal565149
Binary111000110011110001
Octal706361

Shades and tints

Shades of #383331

#383331
(56,51,49)
#332F2D
(51,47,45)
#2E2B29
(46,43,41)
#292725
(41,39,37)
#242321
(36,35,33)
#1F1F1D
(31,31,29)
#1A1B19
(26,27,25)
#151715
(21,23,21)
#101311
(16,19,17)
#0B0F0D
(11,15,13)
#060B09
(6,11,9)
#000000
(0,0,0)

Tints of #383331

#383331
(56,51,49)
#4A4543
(74,69,67)
#5C5755
(92,87,85)
#6E6967
(110,105,103)
#807B79
(128,123,121)
#928D8B
(146,141,139)
#A49F9D
(164,159,157)
#B6B1AF
(182,177,175)
#C8C3C1
(200,195,193)
#DAD5D3
(218,213,211)
#ECE7E5
(236,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383331; }

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

This text font color is #383331.


Background Color

.myBgColor { background-color: #383331; }

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

This div background color is #383331.


Border color

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

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

This div border color is #383331.


Opacity

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

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

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

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

This text has shadow with #383331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383331 on black background.


Color preview on white background

This text has color #383331 on white background.



Black color preview on #383331 background

This text has black color on #383331 background.


White color preview on #383331 background

This text has white color on #383331 background.