COLOR #07075A

HEX: #07075A
RGB: (7,7,90)

Color info

#07075A contains mainly blue color. Web safe color of #07075A is #000066 (or #006).

RGB color model

#07075A color RGB value is (7,7,90).

  • red value is 7;
  • green value is 7;
  • blue value is 90.
RGB:
(7,7,90)
(3%,3%,35%)

RGB channels and saturation

R 7 of 255 = 3%
G 7 of 255 = 3%
B 90 of 255 = 35%

7
7
90

R + G + B ~ 14%. #07075A is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 7 + 90 = 104 (100%)
R 7 of 104 ~ 6.73%
G 7 of 104 ~ 6.73%
B 90 of 104 ~ 86.54%

%86.54

CMYK color model

#07075A color CMYK value is (92,92,0,65).

  • cyan value is 92.22%
  • magenta value is 92.22%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(92,92,0,65)
C92M92Y0K65 
(92%,92%,0%,65%)
(0.92/0.92/0.00/0.65)	

CMYK percentages

%92.22
%92.22
%0
%64.71

Codes

Color #07075A in popluar color models

07075A
RGB7790
HSL240°85.57%19.02%
HSB/HSV240°92.22%35.29%
CMYK92.22%92.22%0.00%
64.71%

Color #07075A in popluar number systems.

HEX07075A
Decimal7790
Binary1111111011010
Octal77132

Shades and tints

Shades of #07075A

#07075A
(7,7,90)
#070752
(7,7,82)
#07074A
(7,7,74)
#070742
(7,7,66)
#07073A
(7,7,58)
#070732
(7,7,50)
#07072A
(7,7,42)
#070722
(7,7,34)
#07071A
(7,7,26)
#070712
(7,7,18)
#07070A
(7,7,10)
#000000
(0,0,0)

Tints of #07075A

#07075A
(7,7,90)
#1D1D69
(29,29,105)
#333378
(51,51,120)
#494987
(73,73,135)
#5F5F96
(95,95,150)
#7575A5
(117,117,165)
#8B8BB4
(139,139,180)
#A1A1C3
(161,161,195)
#B7B7D2
(183,183,210)
#CDCDE1
(205,205,225)
#E3E3F0
(227,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07075A; }

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

This text font color is #07075A.


Background Color

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

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

This div background color is #07075A.


Border color

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

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

This div border color is #07075A.


Opacity

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

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

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

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

This text has shadow with #07075A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07075A on black background.


Color preview on white background

This text has color #07075A on white background.



Black color preview on #07075A background

This text has black color on #07075A background.


White color preview on #07075A background

This text has white color on #07075A background.