COLOR #390503

HEX: #390503
RGB: (57,5,3)

Color info

#390503 contains red, green and blue colors in about the same proportion. Web safe color of #390503 is #330000 (or #300).

RGB color model

#390503 color RGB value is (57,5,3).

  • red value is 57;
  • green value is 5;
  • blue value is 3.
RGB:
(57,5,3)
(22%,2%,1%)

RGB channels and saturation

R 57 of 255 = 22%
G 5 of 255 = 2%
B 3 of 255 = 1%

57
5
3

R + G + B ~ 8%. #390503 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 5 + 3 = 65 (100%)
R 57 of 65 ~ 87.69%
G 5 of 65 ~ 7.69%
B 3 of 65 ~ 4.62%

%87.69

CMYK color model

#390503 color CMYK value is (0,91,95,78).

  • cyan value is 0.00%
  • magenta value is 91.23%
  • yellow value is 94.74%
  • key color value is 77.65%
CMYK:
(0,91,95,78)
C0M91Y95K78 
(0%,91%,95%,78%)
(0.00/0.91/0.95/0.78)	

CMYK percentages

%0
%91.23
%94.74
%77.65

Codes

Color #390503 in popluar color models

390503
RGB5753
HSL90.00%11.76%
HSB/HSV94.74%22.35%
CMYK0.00%91.23%94.74%
77.65%

Color #390503 in popluar number systems.

HEX390503
Decimal5753
Binary11100110111
Octal7153

Shades and tints

Shades of #390503

#390503
(57,5,3)
#340503
(52,5,3)
#2F0503
(47,5,3)
#2A0503
(42,5,3)
#250503
(37,5,3)
#200503
(32,5,3)
#1B0503
(27,5,3)
#160503
(22,5,3)
#110503
(17,5,3)
#0C0503
(12,5,3)
#070503
(7,5,3)
#000000
(0,0,0)

Tints of #390503

#390503
(57,5,3)
#4B1B19
(75,27,25)
#5D312F
(93,49,47)
#6F4745
(111,71,69)
#815D5B
(129,93,91)
#937371
(147,115,113)
#A58987
(165,137,135)
#B79F9D
(183,159,157)
#C9B5B3
(201,181,179)
#DBCBC9
(219,203,201)
#EDE1DF
(237,225,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #390503 color. Also use rgb(57,5,3) instead hex code.

Text Font Color

.myTextColor { color: #390503; }

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

This text font color is #390503.


Background Color

.myBgColor { background-color: #390503; }

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

This div background color is #390503.


Border color

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

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

This div border color is #390503.


Opacity

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

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

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

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

This text has shadow with #390503 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #390503 on black background.


Color preview on white background

This text has color #390503 on white background.



Black color preview on #390503 background

This text has black color on #390503 background.


White color preview on #390503 background

This text has white color on #390503 background.