COLOR #07131C

HEX: #07131C RGB: (7,19,28)

Color info

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

RGB color model

#07131C color RGB value is (7,19,28).

RGB: (7,19,28) (3%, 7%, 11%)

RGB channels and saturation

R 7 of 255 = 3%
G 19 of 255 = 7%
B 28 of 255 = 11%

7
19
28

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

Portions of RGB colors in percentages

R + G + B = 7 + 19 + 28 = 54 (100%)
R 7 of 54 ~ 12.96%
G 19 of 54 ~ 35.19%
B 28 of 54 ~ 51.85'%

%12.96
%35.19
%51.85

CMYK color model

#07131C color CMYK value is (75,32,0,89).

  • cyan value is 75.00%
  • magenta value is 32.14%
  • yellow value is 0.00%
  • key color value is 89.02%

CMYK: (75,32,0,89)
C75M32Y0K89 (75%, 32%, 0%, 89%)
(0.75 / 0.32 / 0.00 / 0.89)

CMYK percentages

%75
%32.14
%0
%89.02

Codes

Color #07131C in popluar color models

07 13 1C
RGB 7 19 28
HSL 206° 60.00% 6.86%
HSB/HSV 206° 75.00% 10.98%
CMYK 75.00% 32.14% 0.00%
89.02%

Color #07131C in popluar number systems.

HEX 07 13 1C
Decimal 7 19 28
Binary 111 10011 11100
Octal 7 23 34

Shades and tints

Shades of #07131C

#07131C
(7,19,28)
#07121A
(7,18,26)
#071118
(7,17,24)
#071016
(7,16,22)
#070F14
(7,15,20)
#070E12
(7,14,18)
#070D10
(7,13,16)
#070C0E
(7,12,14)
#070B0C
(7,11,12)
#070A0A
(7,10,10)
#070908
(7,9,8)
#000000
(0,0,0)

Tints of #07131C

#07131C
(7,19,28)
#1D2830
(29,40,48)
#333D44
(51,61,68)
#495258
(73,82,88)
#5F676C
(95,103,108)
#757C80
(117,124,128)
#8B9194
(139,145,148)
#A1A6A8
(161,166,168)
#B7BBBC
(183,187,188)
#CDD0D0
(205,208,208)
#E3E5E4
(227,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07131C; }

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

This text font color is #07131C.

Background Color

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

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

This div background color is #07131C.

Border color

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

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

This div border color is #07131C.

Opacity

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

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

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

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

This text has shadow with #07131C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #07131C.

Preview

Color preview on black background

This text has color #07131C on black background.


Color preview on white background

This text has color #07131C on white background.


Black color preview on #07131C background

This text has black color on #07131C background.


White color preview on #07131C background

This text has white color on #07131C background.


Related colors

Complementary color

Complementary color for #hex is #F8ECE3.


I love getcolorcode.com

Triadic colors

1 #1C0713 and #131C07 with #07131C are triadic colors.

2 #1C1307 and #13071C with #07131C are triadic colors.