COLOR #382639

HEX: #382639
RGB: (56,38,57)

Color info

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

RGB color model

#382639 color RGB value is (56,38,57).

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

RGB channels and saturation

R 56 of 255 = 22%
G 38 of 255 = 15%
B 57 of 255 = 22%

56
38
57

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

Portions of RGB colors in percentages

R + G + B =
56 + 38 + 57 = 151 (100%)
R 56 of 151 ~ 37.09%
G 38 of 151 ~ 25.17%
B 57 of 151 ~ 37.75%

%37.09
%25.17
%37.75

CMYK color model

#382639 color CMYK value is (2,33,0,78).

  • cyan value is 1.75%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(2,33,0,78)
C2M33Y0K78 
(2%,33%,0%,78%)
(0.02/0.33/0.00/0.78)	

CMYK percentages

%1.75
%33.33
%0
%77.65

Codes

Color #382639 in popluar color models

382639
RGB563857
HSL297°20.00%18.63%
HSB/HSV297°33.33%22.35%
CMYK1.75%33.33%0.00%
77.65%

Color #382639 in popluar number systems.

HEX382639
Decimal563857
Binary111000100110111001
Octal704671

Shades and tints

Shades of #382639

#382639
(56,38,57)
#332334
(51,35,52)
#2E202F
(46,32,47)
#291D2A
(41,29,42)
#241A25
(36,26,37)
#1F1720
(31,23,32)
#1A141B
(26,20,27)
#151116
(21,17,22)
#100E11
(16,14,17)
#0B0B0C
(11,11,12)
#060807
(6,8,7)
#000000
(0,0,0)

Tints of #382639

#382639
(56,38,57)
#4A394B
(74,57,75)
#5C4C5D
(92,76,93)
#6E5F6F
(110,95,111)
#807281
(128,114,129)
#928593
(146,133,147)
#A498A5
(164,152,165)
#B6ABB7
(182,171,183)
#C8BEC9
(200,190,201)
#DAD1DB
(218,209,219)
#ECE4ED
(236,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #382639; }

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

This text font color is #382639.


Background Color

.myBgColor { background-color: #382639; }

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

This div background color is #382639.


Border color

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

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

This div border color is #382639.


Opacity

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

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

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

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

This text has shadow with #382639 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #382639 on black background.


Color preview on white background

This text has color #382639 on white background.



Black color preview on #382639 background

This text has black color on #382639 background.


White color preview on #382639 background

This text has white color on #382639 background.