COLOR #07191F

HEX: #07191F RGB: (7,25,31)

Color info

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

RGB color model

#07191F color RGB value is (7,25,31).

RGB: (7,25,31) (3%, 10%, 12%)

RGB channels and saturation

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

7
25
31

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

Portions of RGB colors in percentages

R + G + B = 7 + 25 + 31 = 63 (100%)
R 7 of 63 ~ 11.11%
G 25 of 63 ~ 39.68%
B 31 of 63 ~ 49.21'%

%11.11
%39.68
%49.21

CMYK color model

#07191F color CMYK value is (77,19,0,88).

  • cyan value is 77.42%
  • magenta value is 19.35%
  • yellow value is 0.00%
  • key color value is 87.84%

CMYK: (77,19,0,88)
C77M19Y0K88 (77%, 19%, 0%, 88%)
(0.77 / 0.19 / 0.00 / 0.88)

CMYK percentages

%77.42
%19.35
%0
%87.84

Codes

Color #07191F in popluar color models

07 19 1F
RGB 7 25 31
HSL 195° 63.16% 7.45%
HSB/HSV 195° 77.42% 12.16%
CMYK 77.42% 19.35% 0.00%
87.84%

Color #07191F in popluar number systems.

HEX 07 19 1F
Decimal 7 25 31
Binary 111 11001 11111
Octal 7 31 37

Shades and tints

Shades of #07191F

#07191F
(7,25,31)
#07171D
(7,23,29)
#07151B
(7,21,27)
#071319
(7,19,25)
#071117
(7,17,23)
#070F15
(7,15,21)
#070D13
(7,13,19)
#070B11
(7,11,17)
#07090F
(7,9,15)
#07070D
(7,7,13)
#07050B
(7,5,11)
#000000
(0,0,0)

Tints of #07191F

#07191F
(7,25,31)
#1D2D33
(29,45,51)
#334147
(51,65,71)
#49555B
(73,85,91)
#5F696F
(95,105,111)
#757D83
(117,125,131)
#8B9197
(139,145,151)
#A1A5AB
(161,165,171)
#B7B9BF
(183,185,191)
#CDCDD3
(205,205,211)
#E3E1E7
(227,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07191F color. Also use rgb(7,25,31) instead hex code.

Text Font Color

.myTextColor { color: #07191F; }

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

This text font color is #07191F.

Background Color

.myBgColor { background-color: #07191F; }

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

This div background color is #07191F.

Border color

.myBorderColor { border: 1px solid #07191F; }

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

This div border color is #07191F.

Opacity

.myOpacity80 { color: #07191F; opacity: 0.8; }

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

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

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

This text has shadow with #07191F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #07191F.

Preview

Color preview on black background

This text has color #07191F on black background.


Color preview on white background

This text has color #07191F on white background.


Black color preview on #07191F background

This text has black color on #07191F background.


White color preview on #07191F background

This text has white color on #07191F background.


Related colors

Complementary color

Complementary color for #hex is #F8E6E0.


I love getcolorcode.com

Triadic colors

1 #1F0719 and #191F07 with #07191F are triadic colors.

2 #1F1907 and #19071F with #07191F are triadic colors.