COLOR #382631

HEX: #382631
RGB: (56,38,49)

Color info

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

RGB color model

#382631 color RGB value is (56,38,49).

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

RGB channels and saturation

R 56 of 255 = 22%
G 38 of 255 = 15%
B 49 of 255 = 19%

56
38
49

R + G + B ~ 19%. #382631 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 38 + 49 = 143 (100%)
R 56 of 143 ~ 39.16%
G 38 of 143 ~ 26.57%
B 49 of 143 ~ 34.27%

%39.16
%26.57
%34.27

CMYK color model

#382631 color CMYK value is (0,32,13,78).

  • cyan value is 0.00%
  • magenta value is 32.14%
  • yellow value is 12.50%
  • key color value is 78.04%
CMYK: (0,32,13,78) C0M32Y13K78 (0%,32%,13%,78%) (0.00/0.32/0.13/0.78)

CMYK percentages

%0
%32.14
%12.5
%78.04

Codes

Color #382631 in popluar color models

382631
RGB563849
HSL323°19.15%18.43%
HSB/HSV323°32.14%21.96%
CMYK0.00%32.14%12.50%
78.04%

Color #382631 in popluar number systems.

HEX382631
Decimal563849
Binary111000100110110001
Octal704661

Shades and tints

Shades of #382631

#382631
(56,38,49)
#33232D
(51,35,45)
#2E2029
(46,32,41)
#291D25
(41,29,37)
#241A21
(36,26,33)
#1F171D
(31,23,29)
#1A1419
(26,20,25)
#151115
(21,17,21)
#100E11
(16,14,17)
#0B0B0D
(11,11,13)
#060809
(6,8,9)
#000000
(0,0,0)

Tints of #382631

#382631
(56,38,49)
#4A3943
(74,57,67)
#5C4C55
(92,76,85)
#6E5F67
(110,95,103)
#807279
(128,114,121)
#92858B
(146,133,139)
#A4989D
(164,152,157)
#B6ABAF
(182,171,175)
#C8BEC1
(200,190,193)
#DAD1D3
(218,209,211)
#ECE4E5
(236,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #382631; }

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

This text font color is #382631.


Background Color

.myBgColor { background-color: #382631; }

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

This div background color is #382631.


Border color

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

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

This div border color is #382631.


Opacity

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

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

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

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

This text has shadow with #382631 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #382631 on black background.


Color preview on white background

This text has color #382631 on white background.



Black color preview on #382631 background

This text has black color on #382631 background.


White color preview on #382631 background

This text has white color on #382631 background.