COLOR #07050F

HEX: #07050F RGB: (7,5,15)

Color info

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

RGB color model

#07050F color RGB value is (7,5,15).

RGB: (7,5,15) (3%, 2%, 6%)

RGB channels and saturation

R 7 of 255 = 3%
G 5 of 255 = 2%
B 15 of 255 = 6%

7
5
15

R + G + B ~ 4%. #07050F is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 5 + 15 = 27 (100%)
R 7 of 27 ~ 25.93%
G 5 of 27 ~ 18.52%
B 15 of 27 ~ 55.56'%

%25.93
%18.52
%55.56

CMYK color model

#07050F color CMYK value is (53,67,0,94).

  • cyan value is 53.33%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 94.12%

CMYK: (53,67,0,94)
C53M67Y0K94 (53%, 67%, 0%, 94%)
(0.53 / 0.67 / 0.00 / 0.94)

CMYK percentages

%53.33
%66.67
%0
%94.12

Codes

Color #07050F in popluar color models

07 05 0F
RGB 7 5 15
HSL 252° 50.00% 3.92%
HSB/HSV 252° 66.67% 5.88%
CMYK 53.33% 66.67% 0.00%
94.12%

Color #07050F in popluar number systems.

HEX 07 05 0F
Decimal 7 5 15
Binary 111 101 1111
Octal 7 5 17

Shades and tints

Shades of #07050F

#07050F
(7,5,15)
#07050E
(7,5,14)
#07050D
(7,5,13)
#07050C
(7,5,12)
#07050B
(7,5,11)
#07050A
(7,5,10)
#070509
(7,5,9)
#070508
(7,5,8)
#070507
(7,5,7)
#070506
(7,5,6)
#070505
(7,5,5)
#000000
(0,0,0)

Tints of #07050F

#07050F
(7,5,15)
#1D1B24
(29,27,36)
#333139
(51,49,57)
#49474E
(73,71,78)
#5F5D63
(95,93,99)
#757378
(117,115,120)
#8B898D
(139,137,141)
#A19FA2
(161,159,162)
#B7B5B7
(183,181,183)
#CDCBCC
(205,203,204)
#E3E1E1
(227,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07050F; }

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

This text font color is #07050F.

Background Color

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

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

This div background color is #07050F.

Border color

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

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

This div border color is #07050F.

Opacity

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

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

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

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

This text has shadow with #07050F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #07050F.

Preview

Color preview on black background

This text has color #07050F on black background.


Color preview on white background

This text has color #07050F on white background.


Black color preview on #07050F background

This text has black color on #07050F background.


White color preview on #07050F background

This text has white color on #07050F background.


Related colors

Complementary color

Complementary color for #hex is #F8FAF0.


I love getcolorcode.com

Triadic colors

1 #0F0705 and #050F07 with #07050F are triadic colors.

2 #0F0507 and #05070F with #07050F are triadic colors.