COLOR #390B1C

HEX: #390B1C
RGB: (57,11,28)

Color info

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

RGB color model

#390B1C color RGB value is (57,11,28).

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

RGB channels and saturation

R 57 of 255 = 22%
G 11 of 255 = 4%
B 28 of 255 = 11%

57
11
28

R + G + B ~ 12%. #390B1C is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 11 + 28 = 96 (100%)
R 57 of 96 ~ 59.38%
G 11 of 96 ~ 11.46%
B 28 of 96 ~ 29.17%

%59.38
%11.46
%29.17

CMYK color model

#390B1C color CMYK value is (0,81,51,78).

  • cyan value is 0.00%
  • magenta value is 80.70%
  • yellow value is 50.88%
  • key color value is 77.65%
CMYK:
(0,81,51,78)
C0M81Y51K78 
(0%,81%,51%,78%)
(0.00/0.81/0.51/0.78)	

CMYK percentages

%0
%80.7
%50.88
%77.65

Codes

Color #390B1C in popluar color models

390B1C
RGB571128
HSL338°67.65%13.33%
HSB/HSV338°80.70%22.35%
CMYK0.00%80.70%50.88%
77.65%

Color #390B1C in popluar number systems.

HEX390B1C
Decimal571128
Binary111001101111100
Octal711334

Shades and tints

Shades of #390B1C

#390B1C
(57,11,28)
#340A1A
(52,10,26)
#2F0918
(47,9,24)
#2A0816
(42,8,22)
#250714
(37,7,20)
#200612
(32,6,18)
#1B0510
(27,5,16)
#16040E
(22,4,14)
#11030C
(17,3,12)
#0C020A
(12,2,10)
#070108
(7,1,8)
#000000
(0,0,0)

Tints of #390B1C

#390B1C
(57,11,28)
#4B2130
(75,33,48)
#5D3744
(93,55,68)
#6F4D58
(111,77,88)
#81636C
(129,99,108)
#937980
(147,121,128)
#A58F94
(165,143,148)
#B7A5A8
(183,165,168)
#C9BBBC
(201,187,188)
#DBD1D0
(219,209,208)
#EDE7E4
(237,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #390B1C; }

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

This text font color is #390B1C.


Background Color

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

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

This div background color is #390B1C.


Border color

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

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

This div border color is #390B1C.


Opacity

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

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

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

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

This text has shadow with #390B1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #390B1C on black background.


Color preview on white background

This text has color #390B1C on white background.



Black color preview on #390B1C background

This text has black color on #390B1C background.


White color preview on #390B1C background

This text has white color on #390B1C background.