COLOR #07150C

HEX: #07150C
RGB: (7,21,12)

Color info

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

RGB color model

#07150C color RGB value is (7,21,12).

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

RGB channels and saturation

R 7 of 255 = 3%
G 21 of 255 = 8%
B 12 of 255 = 5%

7
21
12

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

Portions of RGB colors in percentages

R + G + B =
7 + 21 + 12 = 40 (100%)
R 7 of 40 ~ 17.5%
G 21 of 40 ~ 52.5%
B 12 of 40 ~ 30%

%17.5
%52.5
%30

CMYK color model

#07150C color CMYK value is (67,0,43,92).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 91.76%
CMYK:
(67,0,43,92)
C67M0Y43K92 
(67%,0%,43%,92%)
(0.67/0.00/0.43/0.92)	

CMYK percentages

%66.67
%0
%42.86
%91.76

Codes

Color #07150C in popluar color models

07150C
RGB72112
HSL141°50.00%5.49%
HSB/HSV141°66.67%8.24%
CMYK66.67%0.00%42.86%
91.76%

Color #07150C in popluar number systems.

HEX07150C
Decimal72112
Binary111101011100
Octal72514

Shades and tints

Shades of #07150C

#07150C
(7,21,12)
#07140B
(7,20,11)
#07130A
(7,19,10)
#071209
(7,18,9)
#071108
(7,17,8)
#071007
(7,16,7)
#070F06
(7,15,6)
#070E05
(7,14,5)
#070D04
(7,13,4)
#070C03
(7,12,3)
#070B02
(7,11,2)
#000000
(0,0,0)

Tints of #07150C

#07150C
(7,21,12)
#1D2A22
(29,42,34)
#333F38
(51,63,56)
#49544E
(73,84,78)
#5F6964
(95,105,100)
#757E7A
(117,126,122)
#8B9390
(139,147,144)
#A1A8A6
(161,168,166)
#B7BDBC
(183,189,188)
#CDD2D2
(205,210,210)
#E3E7E8
(227,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07150C; }

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

This text font color is #07150C.


Background Color

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

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

This div background color is #07150C.


Border color

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

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

This div border color is #07150C.


Opacity

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

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

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

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

This text has shadow with #07150C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07150C on black background.


Color preview on white background

This text has color #07150C on white background.



Black color preview on #07150C background

This text has black color on #07150C background.


White color preview on #07150C background

This text has white color on #07150C background.