COLOR #382E4D

HEX: #382E4D RGB: (56,46,77)

Color info

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

RGB color model

#382E4D color RGB value is (56,46,77).

RGB: (56,46,77) (22%, 18%, 30%)

RGB channels and saturation

R 56 of 255 = 22%
G 46 of 255 = 18%
B 77 of 255 = 30%

56
46
77

R + G + B ~ 23%. #382E4D is dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 46 + 77 = 179 (100%)
R 56 of 179 ~ 31.28%
G 46 of 179 ~ 25.7%
B 77 of 179 ~ 43.02'%

%31.28
%25.7
%43.02

CMYK color model

#382E4D color CMYK value is (27,40,0,70).

  • cyan value is 27.27%
  • magenta value is 40.26%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (27,40,0,70)
C27M40Y0K70 (27%, 40%, 0%, 70%)
(0.27 / 0.40 / 0.00 / 0.70)

CMYK percentages

%27.27
%40.26
%0
%69.8

Codes

Color #382E4D in popluar color models

38 2E 4D
RGB 56 46 77
HSL 259° 25.20% 24.12%
HSB/HSV 259° 40.26% 30.20%
CMYK 27.27% 40.26% 0.00%
69.80%

Color #382E4D in popluar number systems.

HEX 38 2E 4D
Decimal 56 46 77
Binary 111000 101110 1001101
Octal 70 56 115

Shades and tints

Shades of #382E4D

#382E4D
(56,46,77)
#332A46
(51,42,70)
#2E263F
(46,38,63)
#292238
(41,34,56)
#241E31
(36,30,49)
#1F1A2A
(31,26,42)
#1A1623
(26,22,35)
#15121C
(21,18,28)
#100E15
(16,14,21)
#0B0A0E
(11,10,14)
#060607
(6,6,7)
#000000
(0,0,0)

Tints of #382E4D

#382E4D
(56,46,77)
#4A415D
(74,65,93)
#5C546D
(92,84,109)
#6E677D
(110,103,125)
#807A8D
(128,122,141)
#928D9D
(146,141,157)
#A4A0AD
(164,160,173)
#B6B3BD
(182,179,189)
#C8C6CD
(200,198,205)
#DAD9DD
(218,217,221)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #382E4D color. Also use rgb(56,46,77) instead hex code.

Text Font Color

.myTextColor { color: #382E4D; }

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

This text font color is #382E4D.

Background Color

.myBgColor { background-color: #382E4D; }

<div style="background-color:#382E4D">Inner text</div>

This div background color is #382E4D.

Border color

.myBorderColor { border: 1px solid #382E4D; }

<div style="border:3px solid #382E4D">Div</div>

This div border color is #382E4D.

Opacity

.myOpacity80 { color: #382E4D; opacity: 0.8; }

<p style="color:#382E4D;opacity:0.8;">80%</p>

Text with #382E4D 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 #382E4D;}

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

This text has shadow with #382E4D color.


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

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

This text has shadow with #382E4D primary color and red secondary color.


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

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

This text has shadow with #382E4D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #382E4D.

Preview

Color preview on black background

This text has color #382E4D on black background.


Color preview on white background

This text has color #382E4D on white background.


Black color preview on #382E4D background

This text has black color on #382E4D background.


White color preview on #382E4D background

This text has white color on #382E4D background.


Related colors

Complementary color

Complementary color for #hex is #C7D1B2.


I love getcolorcode.com

Triadic colors

1 #4D382E and #2E4D38 with #382E4D are triadic colors.

2 #4D2E38 and #2E384D with #382E4D are triadic colors.