COLOR #383646

HEX: #383646
RGB: (56,54,70)

Color info

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

RGB color model

#383646 color RGB value is (56,54,70).

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

RGB channels and saturation

R 56 of 255 = 22%
G 54 of 255 = 21%
B 70 of 255 = 27%

56
54
70

R + G + B ~ 23%. #383646 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 54 + 70 = 180 (100%)
R 56 of 180 ~ 31.11%
G 54 of 180 ~ 30%
B 70 of 180 ~ 38.89%

%31.11
%30
%38.89

CMYK color model

#383646 color CMYK value is (20,23,0,73).

  • cyan value is 20.00%
  • magenta value is 22.86%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(20,23,0,73)
C20M23Y0K73 
(20%,23%,0%,73%)
(0.20/0.23/0.00/0.73)	

CMYK percentages

%20
%22.86
%0
%72.55

Codes

Color #383646 in popluar color models

383646
RGB565470
HSL248°12.90%24.31%
HSB/HSV248°22.86%27.45%
CMYK20.00%22.86%0.00%
72.55%

Color #383646 in popluar number systems.

HEX383646
Decimal565470
Binary1110001101101000110
Octal7066106

Shades and tints

Shades of #383646

#383646
(56,54,70)
#333240
(51,50,64)
#2E2E3A
(46,46,58)
#292A34
(41,42,52)
#24262E
(36,38,46)
#1F2228
(31,34,40)
#1A1E22
(26,30,34)
#151A1C
(21,26,28)
#101616
(16,22,22)
#0B1210
(11,18,16)
#060E0A
(6,14,10)
#000000
(0,0,0)

Tints of #383646

#383646
(56,54,70)
#4A4856
(74,72,86)
#5C5A66
(92,90,102)
#6E6C76
(110,108,118)
#807E86
(128,126,134)
#929096
(146,144,150)
#A4A2A6
(164,162,166)
#B6B4B6
(182,180,182)
#C8C6C6
(200,198,198)
#DAD8D6
(218,216,214)
#ECEAE6
(236,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383646; }

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

This text font color is #383646.


Background Color

.myBgColor { background-color: #383646; }

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

This div background color is #383646.


Border color

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

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

This div border color is #383646.


Opacity

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

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

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

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

This text has shadow with #383646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383646 on black background.


Color preview on white background

This text has color #383646 on white background.



Black color preview on #383646 background

This text has black color on #383646 background.


White color preview on #383646 background

This text has white color on #383646 background.