COLOR #070511

HEX: #070511 RGB: (7,5,17)

Color info

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

RGB color model

#070511 color RGB value is (7,5,17).

RGB: (7,5,17) (3%, 2%, 7%)

RGB channels and saturation

R 7 of 255 = 3%
G 5 of 255 = 2%
B 17 of 255 = 7%

7
5
17

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

Portions of RGB colors in percentages

R + G + B = 7 + 5 + 17 = 29 (100%)
R 7 of 29 ~ 24.14%
G 5 of 29 ~ 17.24%
B 17 of 29 ~ 58.62'%

%24.14
%17.24
%58.62

CMYK color model

#070511 color CMYK value is (59,71,0,93).

  • cyan value is 58.82%
  • magenta value is 70.59%
  • yellow value is 0.00%
  • key color value is 93.33%

CMYK: (59,71,0,93)
C59M71Y0K93 (59%, 71%, 0%, 93%)
(0.59 / 0.71 / 0.00 / 0.93)

CMYK percentages

%58.82
%70.59
%0
%93.33

Codes

Color #070511 in popluar color models

07 05 11
RGB 7 5 17
HSL 250° 54.55% 4.31%
HSB/HSV 250° 70.59% 6.67%
CMYK 58.82% 70.59% 0.00%
93.33%

Color #070511 in popluar number systems.

HEX 07 05 11
Decimal 7 5 17
Binary 111 101 10001
Octal 7 5 21

Shades and tints

Shades of #070511

#070511
(7,5,17)
#070510
(7,5,16)
#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)
#000000
(0,0,0)

Tints of #070511

#070511
(7,5,17)
#1D1B26
(29,27,38)
#33313B
(51,49,59)
#494750
(73,71,80)
#5F5D65
(95,93,101)
#75737A
(117,115,122)
#8B898F
(139,137,143)
#A19FA4
(161,159,164)
#B7B5B9
(183,181,185)
#CDCBCE
(205,203,206)
#E3E1E3
(227,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070511; }

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

This text font color is #070511.

Background Color

.myBgColor { background-color: #070511; }

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

This div background color is #070511.

Border color

.myBorderColor { border: 1px solid #070511; }

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

This div border color is #070511.

Opacity

.myOpacity80 { color: #070511; opacity: 0.8; }

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

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

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

This text has shadow with #070511 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #070511.

Preview

Color preview on black background

This text has color #070511 on black background.


Color preview on white background

This text has color #070511 on white background.


Black color preview on #070511 background

This text has black color on #070511 background.


White color preview on #070511 background

This text has white color on #070511 background.


Related colors

Complementary color

Complementary color for #hex is #F8FAEE.


I love getcolorcode.com

Triadic colors

1 #110705 and #051107 with #070511 are triadic colors.

2 #110507 and #050711 with #070511 are triadic colors.