COLOR #382949

HEX: #382949
RGB: (56,41,73)

Color info

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

RGB color model

#382949 color RGB value is (56,41,73).

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

RGB channels and saturation

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

56
41
73

R + G + B ~ 22%. #382949 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 41 + 73 = 170 (100%)
R 56 of 170 ~ 32.94%
G 41 of 170 ~ 24.12%
B 73 of 170 ~ 42.94%

%32.94
%24.12
%42.94

CMYK color model

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

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

CMYK percentages

%23.29
%43.84
%0
%71.37

Codes

Color #382949 in popluar color models

382949
RGB564173
HSL268°28.07%22.35%
HSB/HSV268°43.84%28.63%
CMYK23.29%43.84%0.00%
71.37%

Color #382949 in popluar number systems.

HEX382949
Decimal564173
Binary1110001010011001001
Octal7051111

Shades and tints

Shades of #382949

#382949
(56,41,73)
#332643
(51,38,67)
#2E233D
(46,35,61)
#292037
(41,32,55)
#241D31
(36,29,49)
#1F1A2B
(31,26,43)
#1A1725
(26,23,37)
#15141F
(21,20,31)
#101119
(16,17,25)
#0B0E13
(11,14,19)
#060B0D
(6,11,13)
#000000
(0,0,0)

Tints of #382949

#382949
(56,41,73)
#4A3C59
(74,60,89)
#5C4F69
(92,79,105)
#6E6279
(110,98,121)
#807589
(128,117,137)
#928899
(146,136,153)
#A49BA9
(164,155,169)
#B6AEB9
(182,174,185)
#C8C1C9
(200,193,201)
#DAD4D9
(218,212,217)
#ECE7E9
(236,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #382949; }

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

This text font color is #382949.


Background Color

.myBgColor { background-color: #382949; }

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

This div background color is #382949.


Border color

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

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

This div border color is #382949.


Opacity

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

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

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

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

This text has shadow with #382949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #382949 on black background.


Color preview on white background

This text has color #382949 on white background.



Black color preview on #382949 background

This text has black color on #382949 background.


White color preview on #382949 background

This text has white color on #382949 background.