COLOR #383A4C

HEX: #383A4C RGB: (56,58,76)

Color info

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

RGB color model

#383A4C color RGB value is (56,58,76).

RGB: (56,58,76) (22%, 23%, 30%)

RGB channels and saturation

R 56 of 255 = 22%
G 58 of 255 = 23%
B 76 of 255 = 30%

56
58
76

R + G + B ~ 25%. #383A4C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 58 + 76 = 190 (100%)
R 56 of 190 ~ 29.47%
G 58 of 190 ~ 30.53%
B 76 of 190 ~ 40'%

%29.47
%30.53
%40

CMYK color model

#383A4C color CMYK value is (26,24,0,70).

  • cyan value is 26.32%
  • magenta value is 23.68%
  • yellow value is 0.00%
  • key color value is 70.20%

CMYK: (26,24,0,70)
C26M24Y0K70 (26%, 24%, 0%, 70%)
(0.26 / 0.24 / 0.00 / 0.70)

CMYK percentages

%26.32
%23.68
%0
%70.2

Codes

Color #383A4C in popluar color models

38 3A 4C
RGB 56 58 76
HSL 234° 15.15% 25.88%
HSB/HSV 234° 26.32% 29.80%
CMYK 26.32% 23.68% 0.00%
70.20%

Color #383A4C in popluar number systems.

HEX 38 3A 4C
Decimal 56 58 76
Binary 111000 111010 1001100
Octal 70 72 114

Shades and tints

Shades of #383A4C

#383A4C
(56,58,76)
#333546
(51,53,70)
#2E3040
(46,48,64)
#292B3A
(41,43,58)
#242634
(36,38,52)
#1F212E
(31,33,46)
#1A1C28
(26,28,40)
#151722
(21,23,34)
#10121C
(16,18,28)
#0B0D16
(11,13,22)
#060810
(6,8,16)
#000000
(0,0,0)

Tints of #383A4C

#383A4C
(56,58,76)
#4A4B5C
(74,75,92)
#5C5C6C
(92,92,108)
#6E6D7C
(110,109,124)
#807E8C
(128,126,140)
#928F9C
(146,143,156)
#A4A0AC
(164,160,172)
#B6B1BC
(182,177,188)
#C8C2CC
(200,194,204)
#DAD3DC
(218,211,220)
#ECE4EC
(236,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383A4C; }

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

This text font color is #383A4C.

Background Color

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

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

This div background color is #383A4C.

Border color

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

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

This div border color is #383A4C.

Opacity

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

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

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

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

This text has shadow with #383A4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #383A4C.

Preview

Color preview on black background

This text has color #383A4C on black background.


Color preview on white background

This text has color #383A4C on white background.


Black color preview on #383A4C background

This text has black color on #383A4C background.


White color preview on #383A4C background

This text has white color on #383A4C background.


Related colors

Complementary color

Complementary color for #hex is #C7C5B3.


I love getcolorcode.com

Triadic colors

1 #4C383A and #3A4C38 with #383A4C are triadic colors.

2 #4C3A38 and #3A384C with #383A4C are triadic colors.