COLOR #030700

HEX: #030700
RGB: (3,7,0)

Color info

#030700 contains only red and green colors. Web safe color of #030700 is #000000 (or #000).

RGB color model

#030700 color RGB value is (3,7,0).

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

RGB channels and saturation

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

3
7
0

R + G + B ~ 1%. #030700 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 7 + 0 = 10 (100%)
R 3 of 10 ~ 30%
G 7 of 10 ~ 70%
B 0 of 10 ~ 0%

%30
%70

CMYK color model

#030700 color CMYK value is (57,0,100,97).

  • cyan value is 57.14%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 97.25%
CMYK:
(57,0,100,97)
C57M0Y100K97 
(57%,0%,100%,97%)
(0.57/0.00/1.00/0.97)	

CMYK percentages

%57.14
%0
%100
%97.25

Codes

Color #030700 in popluar color models

030700
RGB370
HSL94°100.00%1.37%
HSB/HSV94°100.00%2.75%
CMYK57.14%0.00%100.00%
97.25%

Color #030700 in popluar number systems.

HEX030700
Decimal370
Binary111110
Octal370

Shades and tints

Tints of #030700

#030700
(3,7,0)
#191D17
(25,29,23)
#2F332E
(47,51,46)
#454945
(69,73,69)
#5B5F5C
(91,95,92)
#717573
(113,117,115)
#878B8A
(135,139,138)
#9DA1A1
(157,161,161)
#B3B7B8
(179,183,184)
#C9CDCF
(201,205,207)
#DFE3E6
(223,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #030700; }

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

This text font color is #030700.


Background Color

.myBgColor { background-color: #030700; }

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

This div background color is #030700.


Border color

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

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

This div border color is #030700.


Opacity

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

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

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

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

This text has shadow with #030700 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #030700 on black background.


Color preview on white background

This text has color #030700 on white background.



Black color preview on #030700 background

This text has black color on #030700 background.


White color preview on #030700 background

This text has white color on #030700 background.