COLOR #000308

HEX: #000308 RGB: (0,3,8)

Color info

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

RGB color model

#000308 color RGB value is (0,3,8).

RGB: (0,3,8) (0%, 1%, 3%)

RGB channels and saturation

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

0
3
8

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

Portions of RGB colors in percentages

R + G + B = 0 + 3 + 8 = 11 (100%)
R 0 of 11 ~ 0%
G 3 of 11 ~ 27.27%
B 8 of 11 ~ 72.73'%

%27.27
%72.73

CMYK color model

#000308 color CMYK value is (100,63,0,97).

  • cyan value is 100.00%
  • magenta value is 62.50%
  • yellow value is 0.00%
  • key color value is 96.86%
CMYK: (100,63,0,97) C100M63Y0K97 (100%,63%,0%,97%) (1.00/0.63/0.00/0.97) 

CMYK percentages

%100
%62.5
%0
%96.86

Codes

Color #000308 in popluar color models

00 03 08
RGB 0 3 8
HSL 218° 100.00% 1.57%
HSB/HSV 218° 100.00% 3.14%
CMYK 100.00% 62.50% 0.00%
96.86%

Color #000308 in popluar number systems.

HEX 00 03 08
Decimal 0 3 8
Binary 0 11 1000
Octal 0 3 10

Shades and tints

Tints of #000308

#000308
(0,3,8)
#17191E
(23,25,30)
#2E2F34
(46,47,52)
#45454A
(69,69,74)
#5C5B60
(92,91,96)
#737176
(115,113,118)
#8A878C
(138,135,140)
#A19DA2
(161,157,162)
#B8B3B8
(184,179,184)
#CFC9CE
(207,201,206)
#E6DFE4
(230,223,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000308; }

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

This text font color is #000308.

Background Color

.myBgColor { background-color: #000308; }

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

This div background color is #000308.

Border color

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

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

This div border color is #000308.

Opacity

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

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

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

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

This text has shadow with #000308 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #000308.

Preview

Color preview on black background

This text has color #000308 on black background.


Color preview on white background

This text has color #000308 on white background.


Black color preview on #000308 background

This text has black color on #000308 background.


White color preview on #000308 background

This text has white color on #000308 background.


Related colors

Complementary color

Complementary color for #hex is #FFFCF7.


I love getcolorcode.com

Triadic colors

1 #080003 and #030800 with #000308 are triadic colors.

2 #080300 and #030008 with #000308 are triadic colors.