COLOR #390B43

HEX: #390B43
RGB: (57,11,67)

Color info

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

RGB color model

#390B43 color RGB value is (57,11,67).

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

RGB channels and saturation

R 57 of 255 = 22%
G 11 of 255 = 4%
B 67 of 255 = 26%

57
11
67

R + G + B ~ 17%. #390B43 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 11 + 67 = 135 (100%)
R 57 of 135 ~ 42.22%
G 11 of 135 ~ 8.15%
B 67 of 135 ~ 49.63%

%42.22
%49.63

CMYK color model

#390B43 color CMYK value is (15,84,0,74).

  • cyan value is 14.93%
  • magenta value is 83.58%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(15,84,0,74)
C15M84Y0K74 
(15%,84%,0%,74%)
(0.15/0.84/0.00/0.74)	

CMYK percentages

%14.93
%83.58
%0
%73.73

Codes

Color #390B43 in popluar color models

390B43
RGB571167
HSL289°71.79%15.29%
HSB/HSV289°83.58%26.27%
CMYK14.93%83.58%0.00%
73.73%

Color #390B43 in popluar number systems.

HEX390B43
Decimal571167
Binary11100110111000011
Octal7113103

Shades and tints

Shades of #390B43

#390B43
(57,11,67)
#340A3D
(52,10,61)
#2F0937
(47,9,55)
#2A0831
(42,8,49)
#25072B
(37,7,43)
#200625
(32,6,37)
#1B051F
(27,5,31)
#160419
(22,4,25)
#110313
(17,3,19)
#0C020D
(12,2,13)
#070107
(7,1,7)
#000000
(0,0,0)

Tints of #390B43

#390B43
(57,11,67)
#4B2154
(75,33,84)
#5D3765
(93,55,101)
#6F4D76
(111,77,118)
#816387
(129,99,135)
#937998
(147,121,152)
#A58FA9
(165,143,169)
#B7A5BA
(183,165,186)
#C9BBCB
(201,187,203)
#DBD1DC
(219,209,220)
#EDE7ED
(237,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #390B43; }

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

This text font color is #390B43.


Background Color

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

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

This div background color is #390B43.


Border color

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

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

This div border color is #390B43.


Opacity

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

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

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

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

This text has shadow with #390B43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #390B43 on black background.


Color preview on white background

This text has color #390B43 on white background.



Black color preview on #390B43 background

This text has black color on #390B43 background.


White color preview on #390B43 background

This text has white color on #390B43 background.