COLOR #07042F

HEX: #07042F
RGB: (7,4,47)

Color info

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

RGB color model

#07042F color RGB value is (7,4,47).

  • red value is 7;
  • green value is 4;
  • blue value is 47.
RGB:
(7,4,47)
(3%,2%,18%)

RGB channels and saturation

R 7 of 255 = 3%
G 4 of 255 = 2%
B 47 of 255 = 18%

7
4
47

R + G + B ~ 8%. #07042F is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 4 + 47 = 58 (100%)
R 7 of 58 ~ 12.07%
G 4 of 58 ~ 6.9%
B 47 of 58 ~ 81.03%

%12.07
%81.03

CMYK color model

#07042F color CMYK value is (85,91,0,82).

  • cyan value is 85.11%
  • magenta value is 91.49%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(85,91,0,82)
C85M91Y0K82 
(85%,91%,0%,82%)
(0.85/0.91/0.00/0.82)	

CMYK percentages

%85.11
%91.49
%0
%81.57

Codes

Color #07042F in popluar color models

07042F
RGB7447
HSL244°84.31%10.00%
HSB/HSV244°91.49%18.43%
CMYK85.11%91.49%0.00%
81.57%

Color #07042F in popluar number systems.

HEX07042F
Decimal7447
Binary111100101111
Octal7457

Shades and tints

Shades of #07042F

#07042F
(7,4,47)
#07042B
(7,4,43)
#070427
(7,4,39)
#070423
(7,4,35)
#07041F
(7,4,31)
#07041B
(7,4,27)
#070417
(7,4,23)
#070413
(7,4,19)
#07040F
(7,4,15)
#07040B
(7,4,11)
#070407
(7,4,7)
#000000
(0,0,0)

Tints of #07042F

#07042F
(7,4,47)
#1D1A41
(29,26,65)
#333053
(51,48,83)
#494665
(73,70,101)
#5F5C77
(95,92,119)
#757289
(117,114,137)
#8B889B
(139,136,155)
#A19EAD
(161,158,173)
#B7B4BF
(183,180,191)
#CDCAD1
(205,202,209)
#E3E0E3
(227,224,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07042F color. Also use rgb(7,4,47) instead hex code.

Text Font Color

.myTextColor { color: #07042F; }

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

This text font color is #07042F.


Background Color

.myBgColor { background-color: #07042F; }

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

This div background color is #07042F.


Border color

.myBorderColor { border: 1px solid #07042F; }

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

This div border color is #07042F.


Opacity

.myOpacity80 { color: #07042F; opacity: 0.8; }

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

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

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

This text has shadow with #07042F color.

.textShadow {text-shadow: 3px 3px 1px #07042F, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #07042F;
-webkit-box-shadow: 1px 1px 3px 2px #07042F;
box-shadow:1px 1px 3px 2px #07042F;">
Div content here</div>
This div box has shadow with color #07042F.

Preview

Color preview on black background

This text has color #07042F on black background.


Color preview on white background

This text has color #07042F on white background.



Black color preview on #07042F background

This text has black color on #07042F background.


White color preview on #07042F background

This text has white color on #07042F background.