COLOR #070723

HEX: #070723
RGB: (7,7,35)

Color info

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

RGB color model

#070723 color RGB value is (7,7,35).

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

RGB channels and saturation

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

7
7
35

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

Portions of RGB colors in percentages

R + G + B =
7 + 7 + 35 = 49 (100%)
R 7 of 49 ~ 14.29%
G 7 of 49 ~ 14.29%
B 35 of 49 ~ 71.43%

%14.29
%14.29
%71.43

CMYK color model

#070723 color CMYK value is (80,80,0,86).

  • cyan value is 80.00%
  • magenta value is 80.00%
  • yellow value is 0.00%
  • key color value is 86.27%
CMYK:
(80,80,0,86)
C80M80Y0K86 
(80%,80%,0%,86%)
(0.80/0.80/0.00/0.86)	

CMYK percentages

%80
%80
%0
%86.27

Codes

Color #070723 in popluar color models

070723
RGB7735
HSL240°66.67%8.24%
HSB/HSV240°80.00%13.73%
CMYK80.00%80.00%0.00%
86.27%

Color #070723 in popluar number systems.

HEX070723
Decimal7735
Binary111111100011
Octal7743

Shades and tints

Shades of #070723

#070723
(7,7,35)
#070720
(7,7,32)
#07071D
(7,7,29)
#07071A
(7,7,26)
#070717
(7,7,23)
#070714
(7,7,20)
#070711
(7,7,17)
#07070E
(7,7,14)
#07070B
(7,7,11)
#070708
(7,7,8)
#070705
(7,7,5)
#000000
(0,0,0)

Tints of #070723

#070723
(7,7,35)
#1D1D37
(29,29,55)
#33334B
(51,51,75)
#49495F
(73,73,95)
#5F5F73
(95,95,115)
#757587
(117,117,135)
#8B8B9B
(139,139,155)
#A1A1AF
(161,161,175)
#B7B7C3
(183,183,195)
#CDCDD7
(205,205,215)
#E3E3EB
(227,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070723; }

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

This text font color is #070723.


Background Color

.myBgColor { background-color: #070723; }

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

This div background color is #070723.


Border color

.myBorderColor { border: 1px solid #070723; }

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

This div border color is #070723.


Opacity

.myOpacity80 { color: #070723; opacity: 0.8; }

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

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

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

This text has shadow with #070723 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070723 on black background.


Color preview on white background

This text has color #070723 on white background.



Black color preview on #070723 background

This text has black color on #070723 background.


White color preview on #070723 background

This text has white color on #070723 background.