COLOR #383A3E

HEX: #383A3E RGB: (56,58,62)

Color info

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

RGB color model

#383A3E color RGB value is (56,58,62).

RGB: (56,58,62) (22%, 23%, 24%)

RGB channels and saturation

R 56 of 255 = 22%
G 58 of 255 = 23%
B 62 of 255 = 24%

56
58
62

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

Portions of RGB colors in percentages

R + G + B = 56 + 58 + 62 = 176 (100%)
R 56 of 176 ~ 31.82%
G 58 of 176 ~ 32.95%
B 62 of 176 ~ 35.23'%

%31.82
%32.95
%35.23

CMYK color model

#383A3E color CMYK value is (10,6,0,76).

  • cyan value is 9.68%
  • magenta value is 6.45%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK: (10,6,0,76) C10M6Y0K76 (10%,6%,0%,76%) (0.10/0.06/0.00/0.76) 

CMYK percentages

%9.68
%6.45
%0
%75.69

Codes

Color #383A3E in popluar color models

38 3A 3E
RGB 56 58 62
HSL 220° 5.08% 23.14%
HSB/HSV 220° 9.68% 24.31%
CMYK 9.68% 6.45% 0.00%
75.69%

Color #383A3E in popluar number systems.

HEX 38 3A 3E
Decimal 56 58 62
Binary 111000 111010 111110
Octal 70 72 76

Shades and tints

Shades of #383A3E

#383A3E
(56,58,62)
#333539
(51,53,57)
#2E3034
(46,48,52)
#292B2F
(41,43,47)
#24262A
(36,38,42)
#1F2125
(31,33,37)
#1A1C20
(26,28,32)
#15171B
(21,23,27)
#101216
(16,18,22)
#0B0D11
(11,13,17)
#06080C
(6,8,12)
#000000
(0,0,0)

Tints of #383A3E

#383A3E
(56,58,62)
#4A4B4F
(74,75,79)
#5C5C60
(92,92,96)
#6E6D71
(110,109,113)
#807E82
(128,126,130)
#928F93
(146,143,147)
#A4A0A4
(164,160,164)
#B6B1B5
(182,177,181)
#C8C2C6
(200,194,198)
#DAD3D7
(218,211,215)
#ECE4E8
(236,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383A3E; }

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

This text font color is #383A3E.

Background Color

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

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

This div background color is #383A3E.

Border color

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

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

This div border color is #383A3E.

Opacity

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

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

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

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

This text has shadow with #383A3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #383A3E.

Preview

Color preview on black background

This text has color #383A3E on black background.


Color preview on white background

This text has color #383A3E on white background.


Black color preview on #383A3E background

This text has black color on #383A3E background.


White color preview on #383A3E background

This text has white color on #383A3E background.


Related colors

Complementary color

Complementary color for #hex is #C7C5C1.


I love getcolorcode.com

Triadic colors

1 #3E383A and #3A3E38 with #383A3E are triadic colors.

2 #3E3A38 and #3A383E with #383A3E are triadic colors.