COLOR #07030B

HEX: #07030B RGB: (7,3,11)

Color info

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

RGB color model

#07030B color RGB value is (7,3,11).

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

RGB channels and saturation

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

7
3
11

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

Portions of RGB colors in percentages

R + G + B = 7 + 3 + 11 = 21 (100%)
R 7 of 21 ~ 33.33%
G 3 of 21 ~ 14.29%
B 11 of 21 ~ 52.38'%

%33.33
%14.29
%52.38

CMYK color model

#07030B color CMYK value is (36,73,0,96).

  • cyan value is 36.36%
  • magenta value is 72.73%
  • yellow value is 0.00%
  • key color value is 95.69%

CMYK: (36,73,0,96)
C36M73Y0K96 (36%, 73%, 0%, 96%)
(0.36 / 0.73 / 0.00 / 0.96)

CMYK percentages

%36.36
%72.73
%0
%95.69

Codes

Color #07030B in popluar color models

07 03 0B
RGB 7 3 11
HSL 270° 57.14% 2.75%
HSB/HSV 270° 72.73% 4.31%
CMYK 36.36% 72.73% 0.00%
95.69%

Color #07030B in popluar number systems.

HEX 07 03 0B
Decimal 7 3 11
Binary 111 11 1011
Octal 7 3 13

Shades and tints

Shades of #07030B

#07030B
(7,3,11)
#07030A
(7,3,10)
#070309
(7,3,9)
#070308
(7,3,8)
#070307
(7,3,7)
#070306
(7,3,6)
#070305
(7,3,5)
#070304
(7,3,4)
#070303
(7,3,3)
#070302
(7,3,2)
#070301
(7,3,1)
#000000
(0,0,0)

Tints of #07030B

#07030B
(7,3,11)
#1D1921
(29,25,33)
#332F37
(51,47,55)
#49454D
(73,69,77)
#5F5B63
(95,91,99)
#757179
(117,113,121)
#8B878F
(139,135,143)
#A19DA5
(161,157,165)
#B7B3BB
(183,179,187)
#CDC9D1
(205,201,209)
#E3DFE7
(227,223,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07030B; }

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

This text font color is #07030B.

Background Color

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

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

This div background color is #07030B.

Border color

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

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

This div border color is #07030B.

Opacity

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

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

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

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

This text has shadow with #07030B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #07030B.

Preview

Color preview on black background

This text has color #07030B on black background.


Color preview on white background

This text has color #07030B on white background.


Black color preview on #07030B background

This text has black color on #07030B background.


White color preview on #07030B background

This text has white color on #07030B background.


Related colors

Complementary color

Complementary color for #hex is #F8FCF4.


I love getcolorcode.com

Triadic colors

1 #0B0703 and #030B07 with #07030B are triadic colors.

2 #0B0307 and #03070B with #07030B are triadic colors.