COLOR #08092A

HEX: #08092A
RGB: (8,9,42)

Color info

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

RGB color model

#08092A color RGB value is (8,9,42).

  • red value is 8;
  • green value is 9;
  • blue value is 42.
RGB:
(8,9,42)
(3%,4%,16%)

RGB channels and saturation

R 8 of 255 = 3%
G 9 of 255 = 4%
B 42 of 255 = 16%

8
9
42

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

Portions of RGB colors in percentages

R + G + B =
8 + 9 + 42 = 59 (100%)
R 8 of 59 ~ 13.56%
G 9 of 59 ~ 15.25%
B 42 of 59 ~ 71.19%

%13.56
%15.25
%71.19

CMYK color model

#08092A color CMYK value is (81,79,0,84).

  • cyan value is 80.95%
  • magenta value is 78.57%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(81,79,0,84)
C81M79Y0K84 
(81%,79%,0%,84%)
(0.81/0.79/0.00/0.84)	

CMYK percentages

%80.95
%78.57
%0
%83.53

Codes

Color #08092A in popluar color models

08092A
RGB8942
HSL238°68.00%9.80%
HSB/HSV238°80.95%16.47%
CMYK80.95%78.57%0.00%
83.53%

Color #08092A in popluar number systems.

HEX08092A
Decimal8942
Binary10001001101010
Octal101152

Shades and tints

Shades of #08092A

#08092A
(8,9,42)
#080927
(8,9,39)
#080924
(8,9,36)
#080921
(8,9,33)
#08091E
(8,9,30)
#08091B
(8,9,27)
#080918
(8,9,24)
#080915
(8,9,21)
#080912
(8,9,18)
#08090F
(8,9,15)
#08090C
(8,9,12)
#000000
(0,0,0)

Tints of #08092A

#08092A
(8,9,42)
#1E1F3D
(30,31,61)
#343550
(52,53,80)
#4A4B63
(74,75,99)
#606176
(96,97,118)
#767789
(118,119,137)
#8C8D9C
(140,141,156)
#A2A3AF
(162,163,175)
#B8B9C2
(184,185,194)
#CECFD5
(206,207,213)
#E4E5E8
(228,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08092A color. Also use rgb(8,9,42) instead hex code.

Text Font Color

.myTextColor { color: #08092A; }

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

This text font color is #08092A.


Background Color

.myBgColor { background-color: #08092A; }

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

This div background color is #08092A.


Border color

.myBorderColor { border: 1px solid #08092A; }

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

This div border color is #08092A.


Opacity

.myOpacity80 { color: #08092A; opacity: 0.8; }

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

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

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

This text has shadow with #08092A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08092A on black background.


Color preview on white background

This text has color #08092A on white background.



Black color preview on #08092A background

This text has black color on #08092A background.


White color preview on #08092A background

This text has white color on #08092A background.