COLOR #07031C

HEX: #07031C RGB: (7,3,28)

Color info

#07031C contains red, green and blue colors in about the same proportion. Web safe color of #07031C is #000033 (or #003).

RGB color model

#07031C color RGB value is (7,3,28).

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

RGB channels and saturation

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

7
3
28

R + G + B ~ 5%. #07031C is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 3 + 28 = 38 (100%)
R 7 of 38 ~ 18.42%
G 3 of 38 ~ 7.89%
B 28 of 38 ~ 73.68'%

%18.42
%73.68

CMYK color model

#07031C color CMYK value is (75,89,0,89).

  • cyan value is 75.00%
  • magenta value is 89.29%
  • yellow value is 0.00%
  • key color value is 89.02%

CMYK: (75,89,0,89)
C75M89Y0K89 (75%, 89%, 0%, 89%)
(0.75 / 0.89 / 0.00 / 0.89)

CMYK percentages

%75
%89.29
%0
%89.02

Codes

Color #07031C in popluar color models

07 03 1C
RGB 7 3 28
HSL 250° 80.65% 6.08%
HSB/HSV 250° 89.29% 10.98%
CMYK 75.00% 89.29% 0.00%
89.02%

Color #07031C in popluar number systems.

HEX 07 03 1C
Decimal 7 3 28
Binary 111 11 11100
Octal 7 3 34

Shades and tints

Shades of #07031C

#07031C
(7,3,28)
#07031A
(7,3,26)
#070318
(7,3,24)
#070316
(7,3,22)
#070314
(7,3,20)
#070312
(7,3,18)
#070310
(7,3,16)
#07030E
(7,3,14)
#07030C
(7,3,12)
#07030A
(7,3,10)
#070308
(7,3,8)
#000000
(0,0,0)

Tints of #07031C

#07031C
(7,3,28)
#1D1930
(29,25,48)
#332F44
(51,47,68)
#494558
(73,69,88)
#5F5B6C
(95,91,108)
#757180
(117,113,128)
#8B8794
(139,135,148)
#A19DA8
(161,157,168)
#B7B3BC
(183,179,188)
#CDC9D0
(205,201,208)
#E3DFE4
(227,223,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07031C color. Also use rgb(7,3,28) instead hex code.

Text Font Color

.myTextColor { color: #07031C; }

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

This text font color is #07031C.

Background Color

.myBgColor { background-color: #07031C; }

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

This div background color is #07031C.

Border color

.myBorderColor { border: 1px solid #07031C; }

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

This div border color is #07031C.

Opacity

.myOpacity80 { color: #07031C; opacity: 0.8; }

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

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

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

This text has shadow with #07031C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #07031C.

Preview

Color preview on black background

This text has color #07031C on black background.


Color preview on white background

This text has color #07031C on white background.


Black color preview on #07031C background

This text has black color on #07031C background.


White color preview on #07031C background

This text has white color on #07031C background.


Related colors

Complementary color

Complementary color for #hex is #F8FCE3.


I love getcolorcode.com

Triadic colors

1 #1C0703 and #031C07 with #07031C are triadic colors.

2 #1C0307 and #03071C with #07031C are triadic colors.