COLOR #383949

HEX: #383949
RGB: (56,57,73)

Color info

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

RGB color model

#383949 color RGB value is (56,57,73).

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

RGB channels and saturation

R 56 of 255 = 22%
G 57 of 255 = 22%
B 73 of 255 = 29%

56
57
73

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

Portions of RGB colors in percentages

R + G + B =
56 + 57 + 73 = 186 (100%)
R 56 of 186 ~ 30.11%
G 57 of 186 ~ 30.65%
B 73 of 186 ~ 39.25%

%30.11
%30.65
%39.25

CMYK color model

#383949 color CMYK value is (23,22,0,71).

  • cyan value is 23.29%
  • magenta value is 21.92%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(23,22,0,71)
C23M22Y0K71 
(23%,22%,0%,71%)
(0.23/0.22/0.00/0.71)	

CMYK percentages

%23.29
%21.92
%0
%71.37

Codes

Color #383949 in popluar color models

383949
RGB565773
HSL236°13.18%25.29%
HSB/HSV236°23.29%28.63%
CMYK23.29%21.92%0.00%
71.37%

Color #383949 in popluar number systems.

HEX383949
Decimal565773
Binary1110001110011001001
Octal7071111

Shades and tints

Shades of #383949

#383949
(56,57,73)
#333443
(51,52,67)
#2E2F3D
(46,47,61)
#292A37
(41,42,55)
#242531
(36,37,49)
#1F202B
(31,32,43)
#1A1B25
(26,27,37)
#15161F
(21,22,31)
#101119
(16,17,25)
#0B0C13
(11,12,19)
#06070D
(6,7,13)
#000000
(0,0,0)

Tints of #383949

#383949
(56,57,73)
#4A4B59
(74,75,89)
#5C5D69
(92,93,105)
#6E6F79
(110,111,121)
#808189
(128,129,137)
#929399
(146,147,153)
#A4A5A9
(164,165,169)
#B6B7B9
(182,183,185)
#C8C9C9
(200,201,201)
#DADBD9
(218,219,217)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383949; }

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

This text font color is #383949.


Background Color

.myBgColor { background-color: #383949; }

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

This div background color is #383949.


Border color

.myBorderColor { border: 1px solid #383949; }

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

This div border color is #383949.


Opacity

.myOpacity80 { color: #383949; opacity: 0.8; }

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

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

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

This text has shadow with #383949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383949 on black background.


Color preview on white background

This text has color #383949 on white background.



Black color preview on #383949 background

This text has black color on #383949 background.


White color preview on #383949 background

This text has white color on #383949 background.