COLOR #1F0740

HEX: #1F0740
RGB: (31,7,64)

Color info

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

RGB color model

#1F0740 color RGB value is (31,7,64).

  • red value is 31;
  • green value is 7;
  • blue value is 64.
RGB:
(31,7,64)
(12%,3%,25%)

RGB channels and saturation

R 31 of 255 = 12%
G 7 of 255 = 3%
B 64 of 255 = 25%

31
7
64

R + G + B ~ 13%. #1F0740 is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 7 + 64 = 102 (100%)
R 31 of 102 ~ 30.39%
G 7 of 102 ~ 6.86%
B 64 of 102 ~ 62.75%

%30.39
%62.75

CMYK color model

#1F0740 color CMYK value is (52,89,0,75).

  • cyan value is 51.56%
  • magenta value is 89.06%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(52,89,0,75)
C52M89Y0K75 
(52%,89%,0%,75%)
(0.52/0.89/0.00/0.75)	

CMYK percentages

%51.56
%89.06
%0
%74.9

Codes

Color #1F0740 in popluar color models

1F0740
RGB31764
HSL265°80.28%13.92%
HSB/HSV265°89.06%25.10%
CMYK51.56%89.06%0.00%
74.90%

Color #1F0740 in popluar number systems.

HEX1F0740
Decimal31764
Binary111111111000000
Octal377100

Shades and tints

Shades of #1F0740

#1F0740
(31,7,64)
#1D073B
(29,7,59)
#1B0736
(27,7,54)
#190731
(25,7,49)
#17072C
(23,7,44)
#150727
(21,7,39)
#130722
(19,7,34)
#11071D
(17,7,29)
#0F0718
(15,7,24)
#0D0713
(13,7,19)
#0B070E
(11,7,14)
#000000
(0,0,0)

Tints of #1F0740

#1F0740
(31,7,64)
#331D51
(51,29,81)
#473362
(71,51,98)
#5B4973
(91,73,115)
#6F5F84
(111,95,132)
#837595
(131,117,149)
#978BA6
(151,139,166)
#ABA1B7
(171,161,183)
#BFB7C8
(191,183,200)
#D3CDD9
(211,205,217)
#E7E3EA
(231,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F0740 color. Also use rgb(31,7,64) instead hex code.

Text Font Color

.myTextColor { color: #1F0740; }

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

This text font color is #1F0740.


Background Color

.myBgColor { background-color: #1F0740; }

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

This div background color is #1F0740.


Border color

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

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

This div border color is #1F0740.


Opacity

.myOpacity80 { color: #1F0740; opacity: 0.8; }

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

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

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

This text has shadow with #1F0740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F0740 on black background.


Color preview on white background

This text has color #1F0740 on white background.



Black color preview on #1F0740 background

This text has black color on #1F0740 background.


White color preview on #1F0740 background

This text has white color on #1F0740 background.