COLOR #080823

HEX: #080823
RGB: (8,8,35)

Color info

#080823 contains red, green and blue colors in about the same proportion. Web safe color of #080823 is #000033 (or #003).

RGB color model

#080823 color RGB value is (8,8,35).

  • red value is 8;
  • green value is 8;
  • blue value is 35.
RGB:
(8,8,35)
(3%,3%,14%)

RGB channels and saturation

R 8 of 255 = 3%
G 8 of 255 = 3%
B 35 of 255 = 14%

8
8
35

R + G + B ~ 7%. #080823 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 8 + 35 = 51 (100%)
R 8 of 51 ~ 15.69%
G 8 of 51 ~ 15.69%
B 35 of 51 ~ 68.63%

%15.69
%15.69
%68.63

CMYK color model

#080823 color CMYK value is (77,77,0,86).

  • cyan value is 77.14%
  • magenta value is 77.14%
  • yellow value is 0.00%
  • key color value is 86.27%
CMYK:
(77,77,0,86)
C77M77Y0K86 
(77%,77%,0%,86%)
(0.77/0.77/0.00/0.86)	

CMYK percentages

%77.14
%77.14
%0
%86.27

Codes

Color #080823 in popluar color models

080823
RGB8835
HSL240°62.79%8.43%
HSB/HSV240°77.14%13.73%
CMYK77.14%77.14%0.00%
86.27%

Color #080823 in popluar number systems.

HEX080823
Decimal8835
Binary10001000100011
Octal101043

Shades and tints

Shades of #080823

#080823
(8,8,35)
#080820
(8,8,32)
#08081D
(8,8,29)
#08081A
(8,8,26)
#080817
(8,8,23)
#080814
(8,8,20)
#080811
(8,8,17)
#08080E
(8,8,14)
#08080B
(8,8,11)
#080808
(8,8,8)
#080805
(8,8,5)
#000000
(0,0,0)

Tints of #080823

#080823
(8,8,35)
#1E1E37
(30,30,55)
#34344B
(52,52,75)
#4A4A5F
(74,74,95)
#606073
(96,96,115)
#767687
(118,118,135)
#8C8C9B
(140,140,155)
#A2A2AF
(162,162,175)
#B8B8C3
(184,184,195)
#CECED7
(206,206,215)
#E4E4EB
(228,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080823; }

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

This text font color is #080823.


Background Color

.myBgColor { background-color: #080823; }

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

This div background color is #080823.


Border color

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

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

This div border color is #080823.


Opacity

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

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

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

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

This text has shadow with #080823 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #080823 on black background.


Color preview on white background

This text has color #080823 on white background.



Black color preview on #080823 background

This text has black color on #080823 background.


White color preview on #080823 background

This text has white color on #080823 background.