COLOR #030317

HEX: #030317
RGB: (3,3,23)

Color info

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

RGB color model

#030317 color RGB value is (3,3,23).

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

RGB channels and saturation

R 3 of 255 = 1%
G 3 of 255 = 1%
B 23 of 255 = 9%

3
3
23

R + G + B ~ 4%. #030317 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 3 + 23 = 29 (100%)
R 3 of 29 ~ 10.34%
G 3 of 29 ~ 10.34%
B 23 of 29 ~ 79.31%

%10.34
%10.34
%79.31

CMYK color model

#030317 color CMYK value is (87,87,0,91).

  • cyan value is 86.96%
  • magenta value is 86.96%
  • yellow value is 0.00%
  • key color value is 90.98%
CMYK:
(87,87,0,91)
C87M87Y0K91 
(87%,87%,0%,91%)
(0.87/0.87/0.00/0.91)	

CMYK percentages

%86.96
%86.96
%0
%90.98

Codes

Color #030317 in popluar color models

030317
RGB3323
HSL240°76.92%5.10%
HSB/HSV240°86.96%9.02%
CMYK86.96%86.96%0.00%
90.98%

Color #030317 in popluar number systems.

HEX030317
Decimal3323
Binary111110111
Octal3327

Shades and tints

Shades of #030317

#030317
(3,3,23)
#030315
(3,3,21)
#030313
(3,3,19)
#030311
(3,3,17)
#03030F
(3,3,15)
#03030D
(3,3,13)
#03030B
(3,3,11)
#030309
(3,3,9)
#030307
(3,3,7)
#030305
(3,3,5)
#030303
(3,3,3)
#000000
(0,0,0)

Tints of #030317

#030317
(3,3,23)
#19192C
(25,25,44)
#2F2F41
(47,47,65)
#454556
(69,69,86)
#5B5B6B
(91,91,107)
#717180
(113,113,128)
#878795
(135,135,149)
#9D9DAA
(157,157,170)
#B3B3BF
(179,179,191)
#C9C9D4
(201,201,212)
#DFDFE9
(223,223,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #030317; }

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

This text font color is #030317.


Background Color

.myBgColor { background-color: #030317; }

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

This div background color is #030317.


Border color

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

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

This div border color is #030317.


Opacity

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

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

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

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

This text has shadow with #030317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #030317 on black background.


Color preview on white background

This text has color #030317 on white background.



Black color preview on #030317 background

This text has black color on #030317 background.


White color preview on #030317 background

This text has white color on #030317 background.