COLOR #383C49

HEX: #383C49
RGB: (56,60,73)

Color info

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

RGB color model

#383C49 color RGB value is (56,60,73).

  • red value is 56;
  • green value is 60;
  • blue value is 73.
RGB:
(56,60,73)
(22%,24%,29%)

RGB channels and saturation

R 56 of 255 = 22%
G 60 of 255 = 24%
B 73 of 255 = 29%

56
60
73

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

Portions of RGB colors in percentages

R + G + B =
56 + 60 + 73 = 189 (100%)
R 56 of 189 ~ 29.63%
G 60 of 189 ~ 31.75%
B 73 of 189 ~ 38.62%

%29.63
%31.75
%38.62

CMYK color model

#383C49 color CMYK value is (23,18,0,71).

  • cyan value is 23.29%
  • magenta value is 17.81%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(23,18,0,71)
C23M18Y0K71 
(23%,18%,0%,71%)
(0.23/0.18/0.00/0.71)	

CMYK percentages

%23.29
%17.81
%0
%71.37

Codes

Color #383C49 in popluar color models

383C49
RGB566073
HSL226°13.18%25.29%
HSB/HSV226°23.29%28.63%
CMYK23.29%17.81%0.00%
71.37%

Color #383C49 in popluar number systems.

HEX383C49
Decimal566073
Binary1110001111001001001
Octal7074111

Shades and tints

Shades of #383C49

#383C49
(56,60,73)
#333743
(51,55,67)
#2E323D
(46,50,61)
#292D37
(41,45,55)
#242831
(36,40,49)
#1F232B
(31,35,43)
#1A1E25
(26,30,37)
#15191F
(21,25,31)
#101419
(16,20,25)
#0B0F13
(11,15,19)
#060A0D
(6,10,13)
#000000
(0,0,0)

Tints of #383C49

#383C49
(56,60,73)
#4A4D59
(74,77,89)
#5C5E69
(92,94,105)
#6E6F79
(110,111,121)
#808089
(128,128,137)
#929199
(146,145,153)
#A4A2A9
(164,162,169)
#B6B3B9
(182,179,185)
#C8C4C9
(200,196,201)
#DAD5D9
(218,213,217)
#ECE6E9
(236,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #383C49 color. Also use rgb(56,60,73) instead hex code.

Text Font Color

.myTextColor { color: #383C49; }

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

This text font color is #383C49.


Background Color

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

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

This div background color is #383C49.


Border color

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

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

This div border color is #383C49.


Opacity

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

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

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

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

This text has shadow with #383C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383C49 on black background.


Color preview on white background

This text has color #383C49 on white background.



Black color preview on #383C49 background

This text has black color on #383C49 background.


White color preview on #383C49 background

This text has white color on #383C49 background.