COLOR #390D1C

HEX: #390D1C
RGB: (57,13,28)

Color info

#390D1C contains red, green and blue colors in about the same proportion. Web safe color of #390D1C is #330033 (or #303).

RGB color model

#390D1C color RGB value is (57,13,28).

  • red value is 57;
  • green value is 13;
  • blue value is 28.
RGB:
(57,13,28)
(22%,5%,11%)

RGB channels and saturation

R 57 of 255 = 22%
G 13 of 255 = 5%
B 28 of 255 = 11%

57
13
28

R + G + B ~ 13%. #390D1C is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 13 + 28 = 98 (100%)
R 57 of 98 ~ 58.16%
G 13 of 98 ~ 13.27%
B 28 of 98 ~ 28.57%

%58.16
%13.27
%28.57

CMYK color model

#390D1C color CMYK value is (0,77,51,78).

  • cyan value is 0.00%
  • magenta value is 77.19%
  • yellow value is 50.88%
  • key color value is 77.65%
CMYK:
(0,77,51,78)
C0M77Y51K78 
(0%,77%,51%,78%)
(0.00/0.77/0.51/0.78)	

CMYK percentages

%0
%77.19
%50.88
%77.65

Codes

Color #390D1C in popluar color models

390D1C
RGB571328
HSL340°62.86%13.73%
HSB/HSV340°77.19%22.35%
CMYK0.00%77.19%50.88%
77.65%

Color #390D1C in popluar number systems.

HEX390D1C
Decimal571328
Binary111001110111100
Octal711534

Shades and tints

Shades of #390D1C

#390D1C
(57,13,28)
#340C1A
(52,12,26)
#2F0B18
(47,11,24)
#2A0A16
(42,10,22)
#250914
(37,9,20)
#200812
(32,8,18)
#1B0710
(27,7,16)
#16060E
(22,6,14)
#11050C
(17,5,12)
#0C040A
(12,4,10)
#070308
(7,3,8)
#000000
(0,0,0)

Tints of #390D1C

#390D1C
(57,13,28)
#4B2330
(75,35,48)
#5D3944
(93,57,68)
#6F4F58
(111,79,88)
#81656C
(129,101,108)
#937B80
(147,123,128)
#A59194
(165,145,148)
#B7A7A8
(183,167,168)
#C9BDBC
(201,189,188)
#DBD3D0
(219,211,208)
#EDE9E4
(237,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #390D1C color. Also use rgb(57,13,28) instead hex code.

Text Font Color

.myTextColor { color: #390D1C; }

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

This text font color is #390D1C.


Background Color

.myBgColor { background-color: #390D1C; }

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

This div background color is #390D1C.


Border color

.myBorderColor { border: 1px solid #390D1C; }

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

This div border color is #390D1C.


Opacity

.myOpacity80 { color: #390D1C; opacity: 0.8; }

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

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

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

This text has shadow with #390D1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #390D1C on black background.


Color preview on white background

This text has color #390D1C on white background.



Black color preview on #390D1C background

This text has black color on #390D1C background.


White color preview on #390D1C background

This text has white color on #390D1C background.