COLOR #030702

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

3
7
2

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

Portions of RGB colors in percentages

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

%25
%58.33
%16.67

CMYK color model

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

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

CMYK percentages

%57.14
%0
%71.43
%97.25

Codes

Color #030702 in popluar color models

030702
RGB372
HSL108°55.56%1.76%
HSB/HSV108°71.43%2.75%
CMYK57.14%0.00%71.43%
97.25%

Color #030702 in popluar number systems.

HEX030702
Decimal372
Binary1111110
Octal372

Shades and tints

Tints of #030702

#030702
(3,7,2)
#191D19
(25,29,25)
#2F3330
(47,51,48)
#454947
(69,73,71)
#5B5F5E
(91,95,94)
#717575
(113,117,117)
#878B8C
(135,139,140)
#9DA1A3
(157,161,163)
#B3B7BA
(179,183,186)
#C9CDD1
(201,205,209)
#DFE3E8
(223,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #030702; }

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

This text font color is #030702.


Background Color

.myBgColor { background-color: #030702; }

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

This div background color is #030702.


Border color

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

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

This div border color is #030702.


Opacity

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

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

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

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

This text has shadow with #030702 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #030702 on black background.


Color preview on white background

This text has color #030702 on white background.



Black color preview on #030702 background

This text has black color on #030702 background.


White color preview on #030702 background

This text has white color on #030702 background.