COLOR #07062A

HEX: #07062A
RGB: (7,6,42)

Color info

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

RGB color model

#07062A color RGB value is (7,6,42).

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

RGB channels and saturation

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

7
6
42

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

Portions of RGB colors in percentages

R + G + B =
7 + 6 + 42 = 55 (100%)
R 7 of 55 ~ 12.73%
G 6 of 55 ~ 10.91%
B 42 of 55 ~ 76.36%

%12.73
%10.91
%76.36

CMYK color model

#07062A color CMYK value is (83,86,0,84).

  • cyan value is 83.33%
  • magenta value is 85.71%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(83,86,0,84)
C83M86Y0K84 
(83%,86%,0%,84%)
(0.83/0.86/0.00/0.84)	

CMYK percentages

%83.33
%85.71
%0
%83.53

Codes

Color #07062A in popluar color models

07062A
RGB7642
HSL242°75.00%9.41%
HSB/HSV242°85.71%16.47%
CMYK83.33%85.71%0.00%
83.53%

Color #07062A in popluar number systems.

HEX07062A
Decimal7642
Binary111110101010
Octal7652

Shades and tints

Shades of #07062A

#07062A
(7,6,42)
#070627
(7,6,39)
#070624
(7,6,36)
#070621
(7,6,33)
#07061E
(7,6,30)
#07061B
(7,6,27)
#070618
(7,6,24)
#070615
(7,6,21)
#070612
(7,6,18)
#07060F
(7,6,15)
#07060C
(7,6,12)
#000000
(0,0,0)

Tints of #07062A

#07062A
(7,6,42)
#1D1C3D
(29,28,61)
#333250
(51,50,80)
#494863
(73,72,99)
#5F5E76
(95,94,118)
#757489
(117,116,137)
#8B8A9C
(139,138,156)
#A1A0AF
(161,160,175)
#B7B6C2
(183,182,194)
#CDCCD5
(205,204,213)
#E3E2E8
(227,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07062A; }

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

This text font color is #07062A.


Background Color

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

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

This div background color is #07062A.


Border color

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

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

This div border color is #07062A.


Opacity

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

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

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

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

This text has shadow with #07062A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07062A on black background.


Color preview on white background

This text has color #07062A on white background.



Black color preview on #07062A background

This text has black color on #07062A background.


White color preview on #07062A background

This text has white color on #07062A background.