COLOR #07063D

HEX: #07063D
RGB: (7,6,61)

Color info

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

RGB color model

#07063D color RGB value is (7,6,61).

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

RGB channels and saturation

R 7 of 255 = 3%
G 6 of 255 = 2%
B 61 of 255 = 24%

7
6
61

R + G + B ~ 10%. #07063D is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 6 + 61 = 74 (100%)
R 7 of 74 ~ 9.46%
G 6 of 74 ~ 8.11%
B 61 of 74 ~ 82.43%

%82.43

CMYK color model

#07063D color CMYK value is (89,90,0,76).

  • cyan value is 88.52%
  • magenta value is 90.16%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(89,90,0,76)
C89M90Y0K76 
(89%,90%,0%,76%)
(0.89/0.90/0.00/0.76)	

CMYK percentages

%88.52
%90.16
%0
%76.08

Codes

Color #07063D in popluar color models

07063D
RGB7661
HSL241°82.09%13.14%
HSB/HSV241°90.16%23.92%
CMYK88.52%90.16%0.00%
76.08%

Color #07063D in popluar number systems.

HEX07063D
Decimal7661
Binary111110111101
Octal7675

Shades and tints

Shades of #07063D

#07063D
(7,6,61)
#070638
(7,6,56)
#070633
(7,6,51)
#07062E
(7,6,46)
#070629
(7,6,41)
#070624
(7,6,36)
#07061F
(7,6,31)
#07061A
(7,6,26)
#070615
(7,6,21)
#070610
(7,6,16)
#07060B
(7,6,11)
#000000
(0,0,0)

Tints of #07063D

#07063D
(7,6,61)
#1D1C4E
(29,28,78)
#33325F
(51,50,95)
#494870
(73,72,112)
#5F5E81
(95,94,129)
#757492
(117,116,146)
#8B8AA3
(139,138,163)
#A1A0B4
(161,160,180)
#B7B6C5
(183,182,197)
#CDCCD6
(205,204,214)
#E3E2E7
(227,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07063D color. Also use rgb(7,6,61) instead hex code.

Text Font Color

.myTextColor { color: #07063D; }

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

This text font color is #07063D.


Background Color

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

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

This div background color is #07063D.


Border color

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

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

This div border color is #07063D.


Opacity

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

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

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

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

This text has shadow with #07063D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07063D on black background.


Color preview on white background

This text has color #07063D on white background.



Black color preview on #07063D background

This text has black color on #07063D background.


White color preview on #07063D background

This text has white color on #07063D background.