COLOR #070203

HEX: #070203
RGB: (7,2,3)

Color info

#070203 contains red, green and blue colors in about the same proportion. Web safe color of #070203 is #000000 (or #000).

RGB color model

#070203 color RGB value is (7,2,3).

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

RGB channels and saturation

R 7 of 255 = 3%
G 2 of 255 = 1%
B 3 of 255 = 1%

7
2
3

R + G + B ~ 2%. #070203 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 2 + 3 = 12 (100%)
R 7 of 12 ~ 58.33%
G 2 of 12 ~ 16.67%
B 3 of 12 ~ 25%

%58.33
%16.67
%25

CMYK color model

#070203 color CMYK value is (0,71,57,97).

  • cyan value is 0.00%
  • magenta value is 71.43%
  • yellow value is 57.14%
  • key color value is 97.25%
CMYK:
(0,71,57,97)
C0M71Y57K97 
(0%,71%,57%,97%)
(0.00/0.71/0.57/0.97)	

CMYK percentages

%0
%71.43
%57.14
%97.25

Codes

Color #070203 in popluar color models

070203
RGB723
HSL348°55.56%1.76%
HSB/HSV348°71.43%2.75%
CMYK0.00%71.43%57.14%
97.25%

Color #070203 in popluar number systems.

HEX070203
Decimal723
Binary1111011
Octal723

Shades and tints

Tints of #070203

#070203
(7,2,3)
#1D1919
(29,25,25)
#33302F
(51,48,47)
#494745
(73,71,69)
#5F5E5B
(95,94,91)
#757571
(117,117,113)
#8B8C87
(139,140,135)
#A1A39D
(161,163,157)
#B7BAB3
(183,186,179)
#CDD1C9
(205,209,201)
#E3E8DF
(227,232,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070203; }

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

This text font color is #070203.


Background Color

.myBgColor { background-color: #070203; }

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

This div background color is #070203.


Border color

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

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

This div border color is #070203.


Opacity

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

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

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

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

This text has shadow with #070203 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070203 on black background.


Color preview on white background

This text has color #070203 on white background.



Black color preview on #070203 background

This text has black color on #070203 background.


White color preview on #070203 background

This text has white color on #070203 background.