COLOR #07120D

HEX: #07120D
RGB: (7,18,13)

Color info

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

RGB color model

#07120D color RGB value is (7,18,13).

  • red value is 7;
  • green value is 18;
  • blue value is 13.
RGB:
(7,18,13)
(3%,7%,5%)

RGB channels and saturation

R 7 of 255 = 3%
G 18 of 255 = 7%
B 13 of 255 = 5%

7
18
13

R + G + B ~ 5%. #07120D is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 18 + 13 = 38 (100%)
R 7 of 38 ~ 18.42%
G 18 of 38 ~ 47.37%
B 13 of 38 ~ 34.21%

%18.42
%47.37
%34.21

CMYK color model

#07120D color CMYK value is (61,0,28,93).

  • cyan value is 61.11%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 92.94%
CMYK:
(61,0,28,93)
C61M0Y28K93 
(61%,0%,28%,93%)
(0.61/0.00/0.28/0.93)	

CMYK percentages

%61.11
%0
%27.78
%92.94

Codes

Color #07120D in popluar color models

07120D
RGB71813
HSL153°44.00%4.90%
HSB/HSV153°61.11%7.06%
CMYK61.11%0.00%27.78%
92.94%

Color #07120D in popluar number systems.

HEX07120D
Decimal71813
Binary111100101101
Octal72215

Shades and tints

Shades of #07120D

#07120D
(7,18,13)
#07110C
(7,17,12)
#07100B
(7,16,11)
#070F0A
(7,15,10)
#070E09
(7,14,9)
#070D08
(7,13,8)
#070C07
(7,12,7)
#070B06
(7,11,6)
#070A05
(7,10,5)
#070904
(7,9,4)
#070803
(7,8,3)
#000000
(0,0,0)

Tints of #07120D

#07120D
(7,18,13)
#1D2723
(29,39,35)
#333C39
(51,60,57)
#49514F
(73,81,79)
#5F6665
(95,102,101)
#757B7B
(117,123,123)
#8B9091
(139,144,145)
#A1A5A7
(161,165,167)
#B7BABD
(183,186,189)
#CDCFD3
(205,207,211)
#E3E4E9
(227,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07120D color. Also use rgb(7,18,13) instead hex code.

Text Font Color

.myTextColor { color: #07120D; }

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

This text font color is #07120D.


Background Color

.myBgColor { background-color: #07120D; }

<div style="background-color:#07120D">Inner text</div>

This div background color is #07120D.


Border color

.myBorderColor { border: 1px solid #07120D; }

<div style="border:3px solid #07120D">Div</div>

This div border color is #07120D.


Opacity

.myOpacity80 { color: #07120D; opacity: 0.8; }

<p style="color:#07120D;opacity:0.8;">80%</p>

Text with #07120D 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 #07120D;}

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

This text has shadow with #07120D color.

.textShadow {text-shadow: 3px 3px 1px #07120D, 3px 3px 1px red;}

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

This text has shadow with #07120D primary color and red secondary color.


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

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

This text has shadow with #07120D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07120D on black background.


Color preview on white background

This text has color #07120D on white background.



Black color preview on #07120D background

This text has black color on #07120D background.


White color preview on #07120D background

This text has white color on #07120D background.