COLOR #07131E

HEX: #07131E
RGB: (7,19,30)

Color info

#07131E contains red, green and blue colors in about the same proportion. Web safe color of #07131E is #000033 (or #003).

RGB color model

#07131E color RGB value is (7,19,30).

  • red value is 7;
  • green value is 19;
  • blue value is 30.
RGB:
(7,19,30)
(3%,7%,12%)

RGB channels and saturation

R 7 of 255 = 3%
G 19 of 255 = 7%
B 30 of 255 = 12%

7
19
30

R + G + B ~ 7%. #07131E is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 19 + 30 = 56 (100%)
R 7 of 56 ~ 12.5%
G 19 of 56 ~ 33.93%
B 30 of 56 ~ 53.57%

%12.5
%33.93
%53.57

CMYK color model

#07131E color CMYK value is (77,37,0,88).

  • cyan value is 76.67%
  • magenta value is 36.67%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(77,37,0,88)
C77M37Y0K88 
(77%,37%,0%,88%)
(0.77/0.37/0.00/0.88)	

CMYK percentages

%76.67
%36.67
%0
%88.24

Codes

Color #07131E in popluar color models

07131E
RGB71930
HSL209°62.16%7.25%
HSB/HSV209°76.67%11.76%
CMYK76.67%36.67%0.00%
88.24%

Color #07131E in popluar number systems.

HEX07131E
Decimal71930
Binary1111001111110
Octal72336

Shades and tints

Shades of #07131E

#07131E
(7,19,30)
#07121C
(7,18,28)
#07111A
(7,17,26)
#071018
(7,16,24)
#070F16
(7,15,22)
#070E14
(7,14,20)
#070D12
(7,13,18)
#070C10
(7,12,16)
#070B0E
(7,11,14)
#070A0C
(7,10,12)
#07090A
(7,9,10)
#000000
(0,0,0)

Tints of #07131E

#07131E
(7,19,30)
#1D2832
(29,40,50)
#333D46
(51,61,70)
#49525A
(73,82,90)
#5F676E
(95,103,110)
#757C82
(117,124,130)
#8B9196
(139,145,150)
#A1A6AA
(161,166,170)
#B7BBBE
(183,187,190)
#CDD0D2
(205,208,210)
#E3E5E6
(227,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07131E color. Also use rgb(7,19,30) instead hex code.

Text Font Color

.myTextColor { color: #07131E; }

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

This text font color is #07131E.


Background Color

.myBgColor { background-color: #07131E; }

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

This div background color is #07131E.


Border color

.myBorderColor { border: 1px solid #07131E; }

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

This div border color is #07131E.


Opacity

.myOpacity80 { color: #07131E; opacity: 0.8; }

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

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

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

This text has shadow with #07131E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07131E on black background.


Color preview on white background

This text has color #07131E on white background.



Black color preview on #07131E background

This text has black color on #07131E background.


White color preview on #07131E background

This text has white color on #07131E background.