COLOR #07150A

HEX: #07150A
RGB: (7,21,10)

Color info

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

RGB color model

#07150A color RGB value is (7,21,10).

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

RGB channels and saturation

R 7 of 255 = 3%
G 21 of 255 = 8%
B 10 of 255 = 4%

7
21
10

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

Portions of RGB colors in percentages

R + G + B =
7 + 21 + 10 = 38 (100%)
R 7 of 38 ~ 18.42%
G 21 of 38 ~ 55.26%
B 10 of 38 ~ 26.32%

%18.42
%55.26
%26.32

CMYK color model

#07150A color CMYK value is (67,0,52,92).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 52.38%
  • key color value is 91.76%
CMYK:
(67,0,52,92)
C67M0Y52K92 
(67%,0%,52%,92%)
(0.67/0.00/0.52/0.92)	

CMYK percentages

%66.67
%0
%52.38
%91.76

Codes

Color #07150A in popluar color models

07150A
RGB72110
HSL133°50.00%5.49%
HSB/HSV133°66.67%8.24%
CMYK66.67%0.00%52.38%
91.76%

Color #07150A in popluar number systems.

HEX07150A
Decimal72110
Binary111101011010
Octal72512

Shades and tints

Shades of #07150A

#07150A
(7,21,10)
#07140A
(7,20,10)
#07130A
(7,19,10)
#07120A
(7,18,10)
#07110A
(7,17,10)
#07100A
(7,16,10)
#070F0A
(7,15,10)
#070E0A
(7,14,10)
#070D0A
(7,13,10)
#070C0A
(7,12,10)
#070B0A
(7,11,10)
#000000
(0,0,0)

Tints of #07150A

#07150A
(7,21,10)
#1D2A20
(29,42,32)
#333F36
(51,63,54)
#49544C
(73,84,76)
#5F6962
(95,105,98)
#757E78
(117,126,120)
#8B938E
(139,147,142)
#A1A8A4
(161,168,164)
#B7BDBA
(183,189,186)
#CDD2D0
(205,210,208)
#E3E7E6
(227,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07150A; }

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

This text font color is #07150A.


Background Color

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

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

This div background color is #07150A.


Border color

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

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

This div border color is #07150A.


Opacity

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

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

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

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

This text has shadow with #07150A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07150A on black background.


Color preview on white background

This text has color #07150A on white background.



Black color preview on #07150A background

This text has black color on #07150A background.


White color preview on #07150A background

This text has white color on #07150A background.