COLOR #000833

HEX: #000833 RGB: (0,8,51)

Color info

#000833 contains only green and blue colors. Web safe color of #000833 is #000033 (or #003).

RGB color model

#000833 color RGB value is (0,8,51).

RGB: (0,8,51) (0%, 3%, 20%)

RGB channels and saturation

R 0 of 255 = 0%
G 8 of 255 = 3%
B 51 of 255 = 20%

0
8
51

R + G + B ~ 8%. #000833 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 8 + 51 = 59 (100%)
R 0 of 59 ~ 0%
G 8 of 59 ~ 13.56%
B 51 of 59 ~ 86.44'%

%13.56
%86.44

CMYK color model

#000833 color CMYK value is (100,84,0,80).

  • cyan value is 100.00%
  • magenta value is 84.31%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK: (100,84,0,80) C100M84Y0K80 (100%,84%,0%,80%) (1.00/0.84/0.00/0.80) 

CMYK percentages

%100
%84.31
%0
%80

Codes

Color #000833 in popluar color models

00 08 33
RGB 0 8 51
HSL 231° 100.00% 10.00%
HSB/HSV 231° 100.00% 20.00%
CMYK 100.00% 84.31% 0.00%
80.00%

Color #000833 in popluar number systems.

HEX 00 08 33
Decimal 0 8 51
Binary 0 1000 110011
Octal 0 10 63

Shades and tints

Shades of #000833

#000833
(0,8,51)
#00082F
(0,8,47)
#00082B
(0,8,43)
#000827
(0,8,39)
#000823
(0,8,35)
#00081F
(0,8,31)
#00081B
(0,8,27)
#000817
(0,8,23)
#000813
(0,8,19)
#00080F
(0,8,15)
#00080B
(0,8,11)
#000000
(0,0,0)

Tints of #000833

#000833
(0,8,51)
#171E45
(23,30,69)
#2E3457
(46,52,87)
#454A69
(69,74,105)
#5C607B
(92,96,123)
#73768D
(115,118,141)
#8A8C9F
(138,140,159)
#A1A2B1
(161,162,177)
#B8B8C3
(184,184,195)
#CFCED5
(207,206,213)
#E6E4E7
(230,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000833; }

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

This text font color is #000833.

Background Color

.myBgColor { background-color: #000833; }

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

This div background color is #000833.

Border color

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

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

This div border color is #000833.

Opacity

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

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

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

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

This text has shadow with #000833 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #000833.

Preview

Color preview on black background

This text has color #000833 on black background.


Color preview on white background

This text has color #000833 on white background.


Black color preview on #000833 background

This text has black color on #000833 background.


White color preview on #000833 background

This text has white color on #000833 background.


Related colors

Complementary color

Complementary color for #hex is #FFF7CC.


I love getcolorcode.com

Triadic colors

1 #330008 and #083300 with #000833 are triadic colors.

2 #330800 and #080033 with #000833 are triadic colors.