COLOR #383A42

HEX: #383A42 RGB: (56,58,66)

Color info

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

RGB color model

#383A42 color RGB value is (56,58,66).

RGB: (56,58,66) (22%, 23%, 26%)

RGB channels and saturation

R 56 of 255 = 22%
G 58 of 255 = 23%
B 66 of 255 = 26%

56
58
66

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

Portions of RGB colors in percentages

R + G + B = 56 + 58 + 66 = 180 (100%)
R 56 of 180 ~ 31.11%
G 58 of 180 ~ 32.22%
B 66 of 180 ~ 36.67'%

%31.11
%32.22
%36.67

CMYK color model

#383A42 color CMYK value is (15,12,0,74).

  • cyan value is 15.15%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK: (15,12,0,74) C15M12Y0K74 (15%,12%,0%,74%) (0.15/0.12/0.00/0.74) 

CMYK percentages

%15.15
%12.12
%0
%74.12

Codes

Color #383A42 in popluar color models

38 3A 42
RGB 56 58 66
HSL 228° 8.20% 23.92%
HSB/HSV 228° 15.15% 25.88%
CMYK 15.15% 12.12% 0.00%
74.12%

Color #383A42 in popluar number systems.

HEX 38 3A 42
Decimal 56 58 66
Binary 111000 111010 1000010
Octal 70 72 102

Shades and tints

Shades of #383A42

#383A42
(56,58,66)
#33353C
(51,53,60)
#2E3036
(46,48,54)
#292B30
(41,43,48)
#24262A
(36,38,42)
#1F2124
(31,33,36)
#1A1C1E
(26,28,30)
#151718
(21,23,24)
#101212
(16,18,18)
#0B0D0C
(11,13,12)
#060806
(6,8,6)
#000000
(0,0,0)

Tints of #383A42

#383A42
(56,58,66)
#4A4B53
(74,75,83)
#5C5C64
(92,92,100)
#6E6D75
(110,109,117)
#807E86
(128,126,134)
#928F97
(146,143,151)
#A4A0A8
(164,160,168)
#B6B1B9
(182,177,185)
#C8C2CA
(200,194,202)
#DAD3DB
(218,211,219)
#ECE4EC
(236,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383A42; }

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

This text font color is #383A42.

Background Color

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

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

This div background color is #383A42.

Border color

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

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

This div border color is #383A42.

Opacity

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

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

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

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

This text has shadow with #383A42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #383A42.

Preview

Color preview on black background

This text has color #383A42 on black background.


Color preview on white background

This text has color #383A42 on white background.


Black color preview on #383A42 background

This text has black color on #383A42 background.


White color preview on #383A42 background

This text has white color on #383A42 background.


Related colors

Complementary color

Complementary color for #hex is #C7C5BD.


I love getcolorcode.com

Triadic colors

1 #42383A and #3A4238 with #383A42 are triadic colors.

2 #423A38 and #3A3842 with #383A42 are triadic colors.