COLOR #07041D

HEX: #07041D RGB: (7,4,29)

Color info

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

RGB color model

#07041D color RGB value is (7,4,29).

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

RGB channels and saturation

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

7
4
29

R + G + B ~ 5%. #07041D is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 4 + 29 = 40 (100%)
R 7 of 40 ~ 17.5%
G 4 of 40 ~ 10%
B 29 of 40 ~ 72.5'%

%17.5
%72.5

CMYK color model

#07041D color CMYK value is (76,86,0,89).

  • cyan value is 75.86%
  • magenta value is 86.21%
  • yellow value is 0.00%
  • key color value is 88.63%

CMYK: (76,86,0,89)
C76M86Y0K89 (76%, 86%, 0%, 89%)
(0.76 / 0.86 / 0.00 / 0.89)

CMYK percentages

%75.86
%86.21
%0
%88.63

Codes

Color #07041D in popluar color models

07 04 1D
RGB 7 4 29
HSL 247° 75.76% 6.47%
HSB/HSV 247° 86.21% 11.37%
CMYK 75.86% 86.21% 0.00%
88.63%

Color #07041D in popluar number systems.

HEX 07 04 1D
Decimal 7 4 29
Binary 111 100 11101
Octal 7 4 35

Shades and tints

Shades of #07041D

#07041D
(7,4,29)
#07041B
(7,4,27)
#070419
(7,4,25)
#070417
(7,4,23)
#070415
(7,4,21)
#070413
(7,4,19)
#070411
(7,4,17)
#07040F
(7,4,15)
#07040D
(7,4,13)
#07040B
(7,4,11)
#070409
(7,4,9)
#000000
(0,0,0)

Tints of #07041D

#07041D
(7,4,29)
#1D1A31
(29,26,49)
#333045
(51,48,69)
#494659
(73,70,89)
#5F5C6D
(95,92,109)
#757281
(117,114,129)
#8B8895
(139,136,149)
#A19EA9
(161,158,169)
#B7B4BD
(183,180,189)
#CDCAD1
(205,202,209)
#E3E0E5
(227,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07041D color. Also use rgb(7,4,29) instead hex code.

Text Font Color

.myTextColor { color: #07041D; }

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

This text font color is #07041D.

Background Color

.myBgColor { background-color: #07041D; }

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

This div background color is #07041D.

Border color

.myBorderColor { border: 1px solid #07041D; }

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

This div border color is #07041D.

Opacity

.myOpacity80 { color: #07041D; opacity: 0.8; }

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

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

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

This text has shadow with #07041D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #07041D.

Preview

Color preview on black background

This text has color #07041D on black background.


Color preview on white background

This text has color #07041D on white background.


Black color preview on #07041D background

This text has black color on #07041D background.


White color preview on #07041D background

This text has white color on #07041D background.


Related colors

Complementary color

Complementary color for #hex is #F8FBE2.


I love getcolorcode.com

Triadic colors

1 #1D0704 and #041D07 with #07041D are triadic colors.

2 #1D0407 and #04071D with #07041D are triadic colors.