COLOR #07141A

HEX: #07141A
RGB: (7,20,26)

Color info

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

RGB color model

#07141A color RGB value is (7,20,26).

  • red value is 7;
  • green value is 20;
  • blue value is 26.
RGB:
(7,20,26)
(3%,8%,10%)

RGB channels and saturation

R 7 of 255 = 3%
G 20 of 255 = 8%
B 26 of 255 = 10%

7
20
26

R + G + B ~ 7%. #07141A is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 20 + 26 = 53 (100%)
R 7 of 53 ~ 13.21%
G 20 of 53 ~ 37.74%
B 26 of 53 ~ 49.06%

%13.21
%37.74
%49.06

CMYK color model

#07141A color CMYK value is (73,23,0,90).

  • cyan value is 73.08%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 89.80%
CMYK:
(73,23,0,90)
C73M23Y0K90 
(73%,23%,0%,90%)
(0.73/0.23/0.00/0.90)	

CMYK percentages

%73.08
%23.08
%0
%89.8

Codes

Color #07141A in popluar color models

07141A
RGB72026
HSL199°57.58%6.47%
HSB/HSV199°73.08%10.20%
CMYK73.08%23.08%0.00%
89.80%

Color #07141A in popluar number systems.

HEX07141A
Decimal72026
Binary1111010011010
Octal72432

Shades and tints

Shades of #07141A

#07141A
(7,20,26)
#071318
(7,19,24)
#071216
(7,18,22)
#071114
(7,17,20)
#071012
(7,16,18)
#070F10
(7,15,16)
#070E0E
(7,14,14)
#070D0C
(7,13,12)
#070C0A
(7,12,10)
#070B08
(7,11,8)
#070A06
(7,10,6)
#000000
(0,0,0)

Tints of #07141A

#07141A
(7,20,26)
#1D292E
(29,41,46)
#333E42
(51,62,66)
#495356
(73,83,86)
#5F686A
(95,104,106)
#757D7E
(117,125,126)
#8B9292
(139,146,146)
#A1A7A6
(161,167,166)
#B7BCBA
(183,188,186)
#CDD1CE
(205,209,206)
#E3E6E2
(227,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07141A color. Also use rgb(7,20,26) instead hex code.

Text Font Color

.myTextColor { color: #07141A; }

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

This text font color is #07141A.


Background Color

.myBgColor { background-color: #07141A; }

<div style="background-color:#07141A">Inner text</div>

This div background color is #07141A.


Border color

.myBorderColor { border: 1px solid #07141A; }

<div style="border:3px solid #07141A">Div</div>

This div border color is #07141A.


Opacity

.myOpacity80 { color: #07141A; opacity: 0.8; }

<p style="color:#07141A;opacity:0.8;">80%</p>

Text with #07141A 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 #07141A;}

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

This text has shadow with #07141A color.

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

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

This text has shadow with #07141A primary color and red secondary color.


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

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

This text has shadow with #07141A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07141A on black background.


Color preview on white background

This text has color #07141A on white background.



Black color preview on #07141A background

This text has black color on #07141A background.


White color preview on #07141A background

This text has white color on #07141A background.