COLOR #07020B

HEX: #07020B RGB: (7,2,11)

Color info

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

RGB color model

#07020B color RGB value is (7,2,11).

RGB: (7,2,11) (3%, 1%, 4%)

RGB channels and saturation

R 7 of 255 = 3%
G 2 of 255 = 1%
B 11 of 255 = 4%

7
2
11

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

Portions of RGB colors in percentages

R + G + B = 7 + 2 + 11 = 20 (100%)
R 7 of 20 ~ 35%
G 2 of 20 ~ 10%
B 11 of 20 ~ 55'%

%35
%10
%55

CMYK color model

#07020B color CMYK value is (36,82,0,96).

  • cyan value is 36.36%
  • magenta value is 81.82%
  • yellow value is 0.00%
  • key color value is 95.69%
CMYK: (36,82,0,96) C36M82Y0K96 (36%,82%,0%,96%) (0.36/0.82/0.00/0.96) 

CMYK percentages

%36.36
%81.82
%0
%95.69

Codes

Color #07020B in popluar color models

07 02 0B
RGB 7 2 11
HSL 273° 69.23% 2.55%
HSB/HSV 273° 81.82% 4.31%
CMYK 36.36% 81.82% 0.00%
95.69%

Color #07020B in popluar number systems.

HEX 07 02 0B
Decimal 7 2 11
Binary 111 10 1011
Octal 7 2 13

Shades and tints

Shades of #07020B

#07020B
(7,2,11)
#07020A
(7,2,10)
#070209
(7,2,9)
#070208
(7,2,8)
#070207
(7,2,7)
#070206
(7,2,6)
#070205
(7,2,5)
#070204
(7,2,4)
#070203
(7,2,3)
#070202
(7,2,2)
#070201
(7,2,1)
#000000
(0,0,0)

Tints of #07020B

#07020B
(7,2,11)
#1D1921
(29,25,33)
#333037
(51,48,55)
#49474D
(73,71,77)
#5F5E63
(95,94,99)
#757579
(117,117,121)
#8B8C8F
(139,140,143)
#A1A3A5
(161,163,165)
#B7BABB
(183,186,187)
#CDD1D1
(205,209,209)
#E3E8E7
(227,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07020B color. Also use rgb(7,2,11) instead hex code.

Text Font Color

.myTextColor { color: #07020B; }

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

This text font color is #07020B.

Background Color

.myBgColor { background-color: #07020B; }

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

This div background color is #07020B.

Border color

.myBorderColor { border: 1px solid #07020B; }

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

This div border color is #07020B.

Opacity

.myOpacity80 { color: #07020B; opacity: 0.8; }

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

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

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

This text has shadow with #07020B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #07020B.

Preview

Color preview on black background

This text has color #07020B on black background.


Color preview on white background

This text has color #07020B on white background.


Black color preview on #07020B background

This text has black color on #07020B background.


White color preview on #07020B background

This text has white color on #07020B background.


Related colors

Complementary color

Complementary color for #hex is #F8FDF4.


I love getcolorcode.com

Triadic colors

1 #0B0702 and #020B07 with #07020B are triadic colors.

2 #0B0207 and #02070B with #07020B are triadic colors.