COLOR #382646

HEX: #382646
RGB: (56,38,70)

Color info

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

RGB color model

#382646 color RGB value is (56,38,70).

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

RGB channels and saturation

R 56 of 255 = 22%
G 38 of 255 = 15%
B 70 of 255 = 27%

56
38
70

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

Portions of RGB colors in percentages

R + G + B =
56 + 38 + 70 = 164 (100%)
R 56 of 164 ~ 34.15%
G 38 of 164 ~ 23.17%
B 70 of 164 ~ 42.68%

%34.15
%23.17
%42.68

CMYK color model

#382646 color CMYK value is (20,46,0,73).

  • cyan value is 20.00%
  • magenta value is 45.71%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(20,46,0,73)
C20M46Y0K73 
(20%,46%,0%,73%)
(0.20/0.46/0.00/0.73)	

CMYK percentages

%20
%45.71
%0
%72.55

Codes

Color #382646 in popluar color models

382646
RGB563870
HSL274°29.63%21.18%
HSB/HSV274°45.71%27.45%
CMYK20.00%45.71%0.00%
72.55%

Color #382646 in popluar number systems.

HEX382646
Decimal563870
Binary1110001001101000110
Octal7046106

Shades and tints

Shades of #382646

#382646
(56,38,70)
#332340
(51,35,64)
#2E203A
(46,32,58)
#291D34
(41,29,52)
#241A2E
(36,26,46)
#1F1728
(31,23,40)
#1A1422
(26,20,34)
#15111C
(21,17,28)
#100E16
(16,14,22)
#0B0B10
(11,11,16)
#06080A
(6,8,10)
#000000
(0,0,0)

Tints of #382646

#382646
(56,38,70)
#4A3956
(74,57,86)
#5C4C66
(92,76,102)
#6E5F76
(110,95,118)
#807286
(128,114,134)
#928596
(146,133,150)
#A498A6
(164,152,166)
#B6ABB6
(182,171,182)
#C8BEC6
(200,190,198)
#DAD1D6
(218,209,214)
#ECE4E6
(236,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #382646; }

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

This text font color is #382646.


Background Color

.myBgColor { background-color: #382646; }

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

This div background color is #382646.


Border color

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

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

This div border color is #382646.


Opacity

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

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

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

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

This text has shadow with #382646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #382646 on black background.


Color preview on white background

This text has color #382646 on white background.



Black color preview on #382646 background

This text has black color on #382646 background.


White color preview on #382646 background

This text has white color on #382646 background.