COLOR #07090C

HEX: #07090C RGB: (7,9,12)

Color info

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

RGB color model

#07090C color RGB value is (7,9,12).

RGB: (7,9,12) (3%, 4%, 5%)

RGB channels and saturation

R 7 of 255 = 3%
G 9 of 255 = 4%
B 12 of 255 = 5%

7
9
12

R + G + B ~ 4%. #07090C is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 9 + 12 = 28 (100%)
R 7 of 28 ~ 25%
G 9 of 28 ~ 32.14%
B 12 of 28 ~ 42.86'%

%25
%32.14
%42.86

CMYK color model

#07090C color CMYK value is (42,25,0,95).

  • cyan value is 41.67%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 95.29%

CMYK: (42,25,0,95)
C42M25Y0K95 (42%, 25%, 0%, 95%)
(0.42 / 0.25 / 0.00 / 0.95)

CMYK percentages

%41.67
%25
%0
%95.29

Codes

Color #07090C in popluar color models

07 09 0C
RGB 7 9 12
HSL 216° 26.32% 3.73%
HSB/HSV 216° 41.67% 4.71%
CMYK 41.67% 25.00% 0.00%
95.29%

Color #07090C in popluar number systems.

HEX 07 09 0C
Decimal 7 9 12
Binary 111 1001 1100
Octal 7 11 14

Shades and tints

Shades of #07090C

#07090C
(7,9,12)
#07090B
(7,9,11)
#07090A
(7,9,10)
#070909
(7,9,9)
#070908
(7,9,8)
#070907
(7,9,7)
#070906
(7,9,6)
#070905
(7,9,5)
#070904
(7,9,4)
#070903
(7,9,3)
#070902
(7,9,2)
#000000
(0,0,0)

Tints of #07090C

#07090C
(7,9,12)
#1D1F22
(29,31,34)
#333538
(51,53,56)
#494B4E
(73,75,78)
#5F6164
(95,97,100)
#75777A
(117,119,122)
#8B8D90
(139,141,144)
#A1A3A6
(161,163,166)
#B7B9BC
(183,185,188)
#CDCFD2
(205,207,210)
#E3E5E8
(227,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07090C; }

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

This text font color is #07090C.

Background Color

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

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

This div background color is #07090C.

Border color

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

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

This div border color is #07090C.

Opacity

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

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

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

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

This text has shadow with #07090C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #07090C.

Preview

Color preview on black background

This text has color #07090C on black background.


Color preview on white background

This text has color #07090C on white background.


Black color preview on #07090C background

This text has black color on #07090C background.


White color preview on #07090C background

This text has white color on #07090C background.


Related colors

Complementary color

Complementary color for #hex is #F8F6F3.


I love getcolorcode.com

Triadic colors

1 #0C0709 and #090C07 with #07090C are triadic colors.

2 #0C0907 and #09070C with #07090C are triadic colors.