COLOR #383A46

HEX: #383A46 RGB: (56,58,70)

Color info

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

RGB color model

#383A46 color RGB value is (56,58,70).

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

RGB channels and saturation

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

56
58
70

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

Portions of RGB colors in percentages

R + G + B = 56 + 58 + 70 = 184 (100%)
R 56 of 184 ~ 30.43%
G 58 of 184 ~ 31.52%
B 70 of 184 ~ 38.04'%

%30.43
%31.52
%38.04

CMYK color model

#383A46 color CMYK value is (20,17,0,73).

  • cyan value is 20.00%
  • magenta value is 17.14%
  • yellow value is 0.00%
  • key color value is 72.55%

CMYK: (20,17,0,73)
C20M17Y0K73 (20%, 17%, 0%, 73%)
(0.20 / 0.17 / 0.00 / 0.73)

CMYK percentages

%20
%17.14
%0
%72.55

Codes

Color #383A46 in popluar color models

38 3A 46
RGB 56 58 70
HSL 231° 11.11% 24.71%
HSB/HSV 231° 20.00% 27.45%
CMYK 20.00% 17.14% 0.00%
72.55%

Color #383A46 in popluar number systems.

HEX 38 3A 46
Decimal 56 58 70
Binary 111000 111010 1000110
Octal 70 72 106

Shades and tints

Shades of #383A46

#383A46
(56,58,70)
#333540
(51,53,64)
#2E303A
(46,48,58)
#292B34
(41,43,52)
#24262E
(36,38,46)
#1F2128
(31,33,40)
#1A1C22
(26,28,34)
#15171C
(21,23,28)
#101216
(16,18,22)
#0B0D10
(11,13,16)
#06080A
(6,8,10)
#000000
(0,0,0)

Tints of #383A46

#383A46
(56,58,70)
#4A4B56
(74,75,86)
#5C5C66
(92,92,102)
#6E6D76
(110,109,118)
#807E86
(128,126,134)
#928F96
(146,143,150)
#A4A0A6
(164,160,166)
#B6B1B6
(182,177,182)
#C8C2C6
(200,194,198)
#DAD3D6
(218,211,214)
#ECE4E6
(236,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383A46; }

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

This text font color is #383A46.

Background Color

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

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

This div background color is #383A46.

Border color

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

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

This div border color is #383A46.

Opacity

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

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

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

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

This text has shadow with #383A46 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #383A46.

Preview

Color preview on black background

This text has color #383A46 on black background.


Color preview on white background

This text has color #383A46 on white background.


Black color preview on #383A46 background

This text has black color on #383A46 background.


White color preview on #383A46 background

This text has white color on #383A46 background.


Related colors

Complementary color

Complementary color for #hex is #C7C5B9.


I love getcolorcode.com

Triadic colors

1 #46383A and #3A4638 with #383A46 are triadic colors.

2 #463A38 and #3A3846 with #383A46 are triadic colors.