COLOR #07120B

HEX: #07120B RGB: (7,18,11)

Color info

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

RGB color model

#07120B color RGB value is (7,18,11).

RGB: (7,18,11) (3%, 7%, 4%)

RGB channels and saturation

R 7 of 255 = 3%
G 18 of 255 = 7%
B 11 of 255 = 4%

7
18
11

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

Portions of RGB colors in percentages

R + G + B = 7 + 18 + 11 = 36 (100%)
R 7 of 36 ~ 19.44%
G 18 of 36 ~ 50%
B 11 of 36 ~ 30.56'%

%19.44
%50
%30.56

CMYK color model

#07120B color CMYK value is (61,0,39,93).

  • cyan value is 61.11%
  • magenta value is 0.00%
  • yellow value is 38.89%
  • key color value is 92.94%
CMYK: (61,0,39,93) C61M0Y39K93 (61%,0%,39%,93%) (0.61/0.00/0.39/0.93) 

CMYK percentages

%61.11
%0
%38.89
%92.94

Codes

Color #07120B in popluar color models

07 12 0B
RGB 7 18 11
HSL 142° 44.00% 4.90%
HSB/HSV 142° 61.11% 7.06%
CMYK 61.11% 0.00% 38.89%
92.94%

Color #07120B in popluar number systems.

HEX 07 12 0B
Decimal 7 18 11
Binary 111 10010 1011
Octal 7 22 13

Shades and tints

Shades of #07120B

#07120B
(7,18,11)
#07110A
(7,17,10)
#071009
(7,16,9)
#070F08
(7,15,8)
#070E07
(7,14,7)
#070D06
(7,13,6)
#070C05
(7,12,5)
#070B04
(7,11,4)
#070A03
(7,10,3)
#070902
(7,9,2)
#070801
(7,8,1)
#000000
(0,0,0)

Tints of #07120B

#07120B
(7,18,11)
#1D2721
(29,39,33)
#333C37
(51,60,55)
#49514D
(73,81,77)
#5F6663
(95,102,99)
#757B79
(117,123,121)
#8B908F
(139,144,143)
#A1A5A5
(161,165,165)
#B7BABB
(183,186,187)
#CDCFD1
(205,207,209)
#E3E4E7
(227,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07120B; }

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

This text font color is #07120B.

Background Color

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

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

This div background color is #07120B.

Border color

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

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

This div border color is #07120B.

Opacity

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

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

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

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

This text has shadow with #07120B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #07120B.

Preview

Color preview on black background

This text has color #07120B on black background.


Color preview on white background

This text has color #07120B on white background.


Black color preview on #07120B background

This text has black color on #07120B background.


White color preview on #07120B background

This text has white color on #07120B background.


Related colors

Complementary color

Complementary color for #hex is #F8EDF4.


I love getcolorcode.com

Triadic colors

1 #0B0712 and #120B07 with #07120B are triadic colors.

2 #0B1207 and #12070B with #07120B are triadic colors.