COLOR #383C42

HEX: #383C42
RGB: (56,60,66)

Color info

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

RGB color model

#383C42 color RGB value is (56,60,66).

  • red value is 56;
  • green value is 60;
  • blue value is 66.
RGB:
(56,60,66)
(22%,24%,26%)

RGB channels and saturation

R 56 of 255 = 22%
G 60 of 255 = 24%
B 66 of 255 = 26%

56
60
66

R + G + B ~ 24%. #383C42 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 60 + 66 = 182 (100%)
R 56 of 182 ~ 30.77%
G 60 of 182 ~ 32.97%
B 66 of 182 ~ 36.26%

%30.77
%32.97
%36.26

CMYK color model

#383C42 color CMYK value is (15,9,0,74).

  • cyan value is 15.15%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(15,9,0,74)
C15M9Y0K74 
(15%,9%,0%,74%)
(0.15/0.09/0.00/0.74)	

CMYK percentages

%15.15
%9.09
%0
%74.12

Codes

Color #383C42 in popluar color models

383C42
RGB566066
HSL216°8.20%23.92%
HSB/HSV216°15.15%25.88%
CMYK15.15%9.09%0.00%
74.12%

Color #383C42 in popluar number systems.

HEX383C42
Decimal566066
Binary1110001111001000010
Octal7074102

Shades and tints

Shades of #383C42

#383C42
(56,60,66)
#33373C
(51,55,60)
#2E3236
(46,50,54)
#292D30
(41,45,48)
#24282A
(36,40,42)
#1F2324
(31,35,36)
#1A1E1E
(26,30,30)
#151918
(21,25,24)
#101412
(16,20,18)
#0B0F0C
(11,15,12)
#060A06
(6,10,6)
#000000
(0,0,0)

Tints of #383C42

#383C42
(56,60,66)
#4A4D53
(74,77,83)
#5C5E64
(92,94,100)
#6E6F75
(110,111,117)
#808086
(128,128,134)
#929197
(146,145,151)
#A4A2A8
(164,162,168)
#B6B3B9
(182,179,185)
#C8C4CA
(200,196,202)
#DAD5DB
(218,213,219)
#ECE6EC
(236,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #383C42 color. Also use rgb(56,60,66) instead hex code.

Text Font Color

.myTextColor { color: #383C42; }

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

This text font color is #383C42.


Background Color

.myBgColor { background-color: #383C42; }

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

This div background color is #383C42.


Border color

.myBorderColor { border: 1px solid #383C42; }

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

This div border color is #383C42.


Opacity

.myOpacity80 { color: #383C42; opacity: 0.8; }

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

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

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

This text has shadow with #383C42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383C42 on black background.


Color preview on white background

This text has color #383C42 on white background.



Black color preview on #383C42 background

This text has black color on #383C42 background.


White color preview on #383C42 background

This text has white color on #383C42 background.