COLOR #383849

HEX: #383849
RGB: (56,56,73)

Color info

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

RGB color model

#383849 color RGB value is (56,56,73).

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

RGB channels and saturation

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

56
56
73

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

Portions of RGB colors in percentages

R + G + B =
56 + 56 + 73 = 185 (100%)
R 56 of 185 ~ 30.27%
G 56 of 185 ~ 30.27%
B 73 of 185 ~ 39.46%

%30.27
%30.27
%39.46

CMYK color model

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

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

CMYK percentages

%23.29
%23.29
%0
%71.37

Codes

Color #383849 in popluar color models

383849
RGB565673
HSL240°13.18%25.29%
HSB/HSV240°23.29%28.63%
CMYK23.29%23.29%0.00%
71.37%

Color #383849 in popluar number systems.

HEX383849
Decimal565673
Binary1110001110001001001
Octal7070111

Shades and tints

Shades of #383849

#383849
(56,56,73)
#333343
(51,51,67)
#2E2E3D
(46,46,61)
#292937
(41,41,55)
#242431
(36,36,49)
#1F1F2B
(31,31,43)
#1A1A25
(26,26,37)
#15151F
(21,21,31)
#101019
(16,16,25)
#0B0B13
(11,11,19)
#06060D
(6,6,13)
#000000
(0,0,0)

Tints of #383849

#383849
(56,56,73)
#4A4A59
(74,74,89)
#5C5C69
(92,92,105)
#6E6E79
(110,110,121)
#808089
(128,128,137)
#929299
(146,146,153)
#A4A4A9
(164,164,169)
#B6B6B9
(182,182,185)
#C8C8C9
(200,200,201)
#DADAD9
(218,218,217)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383849; }

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

This text font color is #383849.


Background Color

.myBgColor { background-color: #383849; }

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

This div background color is #383849.


Border color

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

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

This div border color is #383849.


Opacity

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

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

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

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

This text has shadow with #383849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383849 on black background.


Color preview on white background

This text has color #383849 on white background.



Black color preview on #383849 background

This text has black color on #383849 background.


White color preview on #383849 background

This text has white color on #383849 background.