COLOR #030507

HEX: #030507
RGB: (3,5,7)

Color info

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

RGB color model

#030507 color RGB value is (3,5,7).

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

RGB channels and saturation

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

3
5
7

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

Portions of RGB colors in percentages

R + G + B =
3 + 5 + 7 = 15 (100%)
R 3 of 15 ~ 20%
G 5 of 15 ~ 33.33%
B 7 of 15 ~ 46.67%

%20
%33.33
%46.67

CMYK color model

#030507 color CMYK value is (57,29,0,97).

  • cyan value is 57.14%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 97.25%
CMYK:
(57,29,0,97)
C57M29Y0K97 
(57%,29%,0%,97%)
(0.57/0.29/0.00/0.97)	

CMYK percentages

%57.14
%28.57
%0
%97.25

Codes

Color #030507 in popluar color models

030507
RGB357
HSL210°40.00%1.96%
HSB/HSV210°57.14%2.75%
CMYK57.14%28.57%0.00%
97.25%

Color #030507 in popluar number systems.

HEX030507
Decimal357
Binary11101111
Octal357

Shades and tints

Tints of #030507

#030507
(3,5,7)
#191B1D
(25,27,29)
#2F3133
(47,49,51)
#454749
(69,71,73)
#5B5D5F
(91,93,95)
#717375
(113,115,117)
#87898B
(135,137,139)
#9D9FA1
(157,159,161)
#B3B5B7
(179,181,183)
#C9CBCD
(201,203,205)
#DFE1E3
(223,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #030507; }

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

This text font color is #030507.


Background Color

.myBgColor { background-color: #030507; }

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

This div background color is #030507.


Border color

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

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

This div border color is #030507.


Opacity

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

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

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

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

This text has shadow with #030507 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #030507 on black background.


Color preview on white background

This text has color #030507 on white background.



Black color preview on #030507 background

This text has black color on #030507 background.


White color preview on #030507 background

This text has white color on #030507 background.