COLOR #383A44

HEX: #383A44 RGB: (56,58,68)

Color info

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

RGB color model

#383A44 color RGB value is (56,58,68).

RGB: (56,58,68) (22%, 23%, 27%)

RGB channels and saturation

R 56 of 255 = 22%
G 58 of 255 = 23%
B 68 of 255 = 27%

56
58
68

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

Portions of RGB colors in percentages

R + G + B = 56 + 58 + 68 = 182 (100%)
R 56 of 182 ~ 30.77%
G 58 of 182 ~ 31.87%
B 68 of 182 ~ 37.36'%

%30.77
%31.87
%37.36

CMYK color model

#383A44 color CMYK value is (18,15,0,73).

  • cyan value is 17.65%
  • magenta value is 14.71%
  • yellow value is 0.00%
  • key color value is 73.33%

CMYK: (18,15,0,73)
C18M15Y0K73 (18%, 15%, 0%, 73%)
(0.18 / 0.15 / 0.00 / 0.73)

CMYK percentages

%17.65
%14.71
%0
%73.33

Codes

Color #383A44 in popluar color models

38 3A 44
RGB 56 58 68
HSL 230° 9.68% 24.31%
HSB/HSV 230° 17.65% 26.67%
CMYK 17.65% 14.71% 0.00%
73.33%

Color #383A44 in popluar number systems.

HEX 38 3A 44
Decimal 56 58 68
Binary 111000 111010 1000100
Octal 70 72 104

Shades and tints

Shades of #383A44

#383A44
(56,58,68)
#33353E
(51,53,62)
#2E3038
(46,48,56)
#292B32
(41,43,50)
#24262C
(36,38,44)
#1F2126
(31,33,38)
#1A1C20
(26,28,32)
#15171A
(21,23,26)
#101214
(16,18,20)
#0B0D0E
(11,13,14)
#060808
(6,8,8)
#000000
(0,0,0)

Tints of #383A44

#383A44
(56,58,68)
#4A4B55
(74,75,85)
#5C5C66
(92,92,102)
#6E6D77
(110,109,119)
#807E88
(128,126,136)
#928F99
(146,143,153)
#A4A0AA
(164,160,170)
#B6B1BB
(182,177,187)
#C8C2CC
(200,194,204)
#DAD3DD
(218,211,221)
#ECE4EE
(236,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383A44; }

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

This text font color is #383A44.

Background Color

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

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

This div background color is #383A44.

Border color

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

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

This div border color is #383A44.

Opacity

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

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

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

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

This text has shadow with #383A44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #383A44.

Preview

Color preview on black background

This text has color #383A44 on black background.


Color preview on white background

This text has color #383A44 on white background.


Black color preview on #383A44 background

This text has black color on #383A44 background.


White color preview on #383A44 background

This text has white color on #383A44 background.


Related colors

Complementary color

Complementary color for #hex is #C7C5BB.


I love getcolorcode.com

Triadic colors

1 #44383A and #3A4438 with #383A44 are triadic colors.

2 #443A38 and #3A3844 with #383A44 are triadic colors.