COLOR #390B2F

HEX: #390B2F
RGB: (57,11,47)

Color info

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

RGB color model

#390B2F color RGB value is (57,11,47).

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

RGB channels and saturation

R 57 of 255 = 22%
G 11 of 255 = 4%
B 47 of 255 = 18%

57
11
47

R + G + B ~ 15%. #390B2F is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 11 + 47 = 115 (100%)
R 57 of 115 ~ 49.57%
G 11 of 115 ~ 9.57%
B 47 of 115 ~ 40.87%

%49.57
%9.57
%40.87

CMYK color model

#390B2F color CMYK value is (0,81,18,78).

  • cyan value is 0.00%
  • magenta value is 80.70%
  • yellow value is 17.54%
  • key color value is 77.65%
CMYK:
(0,81,18,78)
C0M81Y18K78 
(0%,81%,18%,78%)
(0.00/0.81/0.18/0.78)	

CMYK percentages

%0
%80.7
%17.54
%77.65

Codes

Color #390B2F in popluar color models

390B2F
RGB571147
HSL313°67.65%13.33%
HSB/HSV313°80.70%22.35%
CMYK0.00%80.70%17.54%
77.65%

Color #390B2F in popluar number systems.

HEX390B2F
Decimal571147
Binary1110011011101111
Octal711357

Shades and tints

Shades of #390B2F

#390B2F
(57,11,47)
#340A2B
(52,10,43)
#2F0927
(47,9,39)
#2A0823
(42,8,35)
#25071F
(37,7,31)
#20061B
(32,6,27)
#1B0517
(27,5,23)
#160413
(22,4,19)
#11030F
(17,3,15)
#0C020B
(12,2,11)
#070107
(7,1,7)
#000000
(0,0,0)

Tints of #390B2F

#390B2F
(57,11,47)
#4B2141
(75,33,65)
#5D3753
(93,55,83)
#6F4D65
(111,77,101)
#816377
(129,99,119)
#937989
(147,121,137)
#A58F9B
(165,143,155)
#B7A5AD
(183,165,173)
#C9BBBF
(201,187,191)
#DBD1D1
(219,209,209)
#EDE7E3
(237,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #390B2F; }

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

This text font color is #390B2F.


Background Color

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

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

This div background color is #390B2F.


Border color

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

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

This div border color is #390B2F.


Opacity

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

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

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

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

This text has shadow with #390B2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #390B2F on black background.


Color preview on white background

This text has color #390B2F on white background.



Black color preview on #390B2F background

This text has black color on #390B2F background.


White color preview on #390B2F background

This text has white color on #390B2F background.