COLOR #07190C

HEX: #07190C
RGB: (7,25,12)

Color info

#07190C contains red, green and blue colors in about the same proportion. Web safe color of #07190C is #000000 (or #000).

RGB color model

#07190C color RGB value is (7,25,12).

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

RGB channels and saturation

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

7
25
12

R + G + B ~ 6%. #07190C is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 25 + 12 = 44 (100%)
R 7 of 44 ~ 15.91%
G 25 of 44 ~ 56.82%
B 12 of 44 ~ 27.27%

%15.91
%56.82
%27.27

CMYK color model

#07190C color CMYK value is (72,0,52,90).

  • cyan value is 72.00%
  • magenta value is 0.00%
  • yellow value is 52.00%
  • key color value is 90.20%
CMYK:
(72,0,52,90)
C72M0Y52K90 
(72%,0%,52%,90%)
(0.72/0.00/0.52/0.90)	

CMYK percentages

%72
%0
%52
%90.2

Codes

Color #07190C in popluar color models

07190C
RGB72512
HSL137°56.25%6.27%
HSB/HSV137°72.00%9.80%
CMYK72.00%0.00%52.00%
90.20%

Color #07190C in popluar number systems.

HEX07190C
Decimal72512
Binary111110011100
Octal73114

Shades and tints

Shades of #07190C

#07190C
(7,25,12)
#07170B
(7,23,11)
#07150A
(7,21,10)
#071309
(7,19,9)
#071108
(7,17,8)
#070F07
(7,15,7)
#070D06
(7,13,6)
#070B05
(7,11,5)
#070904
(7,9,4)
#070703
(7,7,3)
#070502
(7,5,2)
#000000
(0,0,0)

Tints of #07190C

#07190C
(7,25,12)
#1D2D22
(29,45,34)
#334138
(51,65,56)
#49554E
(73,85,78)
#5F6964
(95,105,100)
#757D7A
(117,125,122)
#8B9190
(139,145,144)
#A1A5A6
(161,165,166)
#B7B9BC
(183,185,188)
#CDCDD2
(205,205,210)
#E3E1E8
(227,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07190C color. Also use rgb(7,25,12) instead hex code.

Text Font Color

.myTextColor { color: #07190C; }

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

This text font color is #07190C.


Background Color

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

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

This div background color is #07190C.


Border color

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

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

This div border color is #07190C.


Opacity

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

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

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

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

This text has shadow with #07190C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07190C on black background.


Color preview on white background

This text has color #07190C on white background.



Black color preview on #07190C background

This text has black color on #07190C background.


White color preview on #07190C background

This text has white color on #07190C background.