COLOR #07050A

HEX: #07050A
RGB: (7,5,10)

Color info

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

RGB color model

#07050A color RGB value is (7,5,10).

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

RGB channels and saturation

R 7 of 255 = 3%
G 5 of 255 = 2%
B 10 of 255 = 4%

7
5
10

R + G + B ~ 3%. #07050A is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 5 + 10 = 22 (100%)
R 7 of 22 ~ 31.82%
G 5 of 22 ~ 22.73%
B 10 of 22 ~ 45.45%

%31.82
%22.73
%45.45

CMYK color model

#07050A color CMYK value is (30,50,0,96).

  • cyan value is 30.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 96.08%
CMYK:
(30,50,0,96)
C30M50Y0K96 
(30%,50%,0%,96%)
(0.30/0.50/0.00/0.96)	

CMYK percentages

%30
%50
%0
%96.08

Codes

Color #07050A in popluar color models

07050A
RGB7510
HSL264°33.33%2.94%
HSB/HSV264°50.00%3.92%
CMYK30.00%50.00%0.00%
96.08%

Color #07050A in popluar number systems.

HEX07050A
Decimal7510
Binary1111011010
Octal7512

Shades and tints

Tints of #07050A

#07050A
(7,5,10)
#1D1B20
(29,27,32)
#333136
(51,49,54)
#49474C
(73,71,76)
#5F5D62
(95,93,98)
#757378
(117,115,120)
#8B898E
(139,137,142)
#A19FA4
(161,159,164)
#B7B5BA
(183,181,186)
#CDCBD0
(205,203,208)
#E3E1E6
(227,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07050A; }

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

This text font color is #07050A.


Background Color

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

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

This div background color is #07050A.


Border color

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

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

This div border color is #07050A.


Opacity

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

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

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

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

This text has shadow with #07050A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07050A on black background.


Color preview on white background

This text has color #07050A on white background.



Black color preview on #07050A background

This text has black color on #07050A background.


White color preview on #07050A background

This text has white color on #07050A background.