COLOR #07042A

HEX: #07042A
RGB: (7,4,42)

Color info

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

RGB color model

#07042A color RGB value is (7,4,42).

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

RGB channels and saturation

R 7 of 255 = 3%
G 4 of 255 = 2%
B 42 of 255 = 16%

7
4
42

R + G + B ~ 7%. #07042A is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 4 + 42 = 53 (100%)
R 7 of 53 ~ 13.21%
G 4 of 53 ~ 7.55%
B 42 of 53 ~ 79.25%

%13.21
%79.25

CMYK color model

#07042A color CMYK value is (83,90,0,84).

  • cyan value is 83.33%
  • magenta value is 90.48%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(83,90,0,84)
C83M90Y0K84 
(83%,90%,0%,84%)
(0.83/0.90/0.00/0.84)	

CMYK percentages

%83.33
%90.48
%0
%83.53

Codes

Color #07042A in popluar color models

07042A
RGB7442
HSL245°82.61%9.02%
HSB/HSV245°90.48%16.47%
CMYK83.33%90.48%0.00%
83.53%

Color #07042A in popluar number systems.

HEX07042A
Decimal7442
Binary111100101010
Octal7452

Shades and tints

Shades of #07042A

#07042A
(7,4,42)
#070427
(7,4,39)
#070424
(7,4,36)
#070421
(7,4,33)
#07041E
(7,4,30)
#07041B
(7,4,27)
#070418
(7,4,24)
#070415
(7,4,21)
#070412
(7,4,18)
#07040F
(7,4,15)
#07040C
(7,4,12)
#000000
(0,0,0)

Tints of #07042A

#07042A
(7,4,42)
#1D1A3D
(29,26,61)
#333050
(51,48,80)
#494663
(73,70,99)
#5F5C76
(95,92,118)
#757289
(117,114,137)
#8B889C
(139,136,156)
#A19EAF
(161,158,175)
#B7B4C2
(183,180,194)
#CDCAD5
(205,202,213)
#E3E0E8
(227,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07042A; }

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

This text font color is #07042A.


Background Color

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

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

This div background color is #07042A.


Border color

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

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

This div border color is #07042A.


Opacity

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

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

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

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

This text has shadow with #07042A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07042A on black background.


Color preview on white background

This text has color #07042A on white background.



Black color preview on #07042A background

This text has black color on #07042A background.


White color preview on #07042A background

This text has white color on #07042A background.