COLOR #080338

HEX: #080338
RGB: (8,3,56)

Color info

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

RGB color model

#080338 color RGB value is (8,3,56).

  • red value is 8;
  • green value is 3;
  • blue value is 56.
RGB:
(8,3,56)
(3%,1%,22%)

RGB channels and saturation

R 8 of 255 = 3%
G 3 of 255 = 1%
B 56 of 255 = 22%

8
3
56

R + G + B ~ 9%. #080338 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 3 + 56 = 67 (100%)
R 8 of 67 ~ 11.94%
G 3 of 67 ~ 4.48%
B 56 of 67 ~ 83.58%

%11.94
%83.58

CMYK color model

#080338 color CMYK value is (86,95,0,78).

  • cyan value is 85.71%
  • magenta value is 94.64%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(86,95,0,78)
C86M95Y0K78 
(86%,95%,0%,78%)
(0.86/0.95/0.00/0.78)	

CMYK percentages

%85.71
%94.64
%0
%78.04

Codes

Color #080338 in popluar color models

080338
RGB8356
HSL246°89.83%11.57%
HSB/HSV246°94.64%21.96%
CMYK85.71%94.64%0.00%
78.04%

Color #080338 in popluar number systems.

HEX080338
Decimal8356
Binary100011111000
Octal10370

Shades and tints

Shades of #080338

#080338
(8,3,56)
#080333
(8,3,51)
#08032E
(8,3,46)
#080329
(8,3,41)
#080324
(8,3,36)
#08031F
(8,3,31)
#08031A
(8,3,26)
#080315
(8,3,21)
#080310
(8,3,16)
#08030B
(8,3,11)
#080306
(8,3,6)
#000000
(0,0,0)

Tints of #080338

#080338
(8,3,56)
#1E194A
(30,25,74)
#342F5C
(52,47,92)
#4A456E
(74,69,110)
#605B80
(96,91,128)
#767192
(118,113,146)
#8C87A4
(140,135,164)
#A29DB6
(162,157,182)
#B8B3C8
(184,179,200)
#CEC9DA
(206,201,218)
#E4DFEC
(228,223,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080338; }

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

This text font color is #080338.


Background Color

.myBgColor { background-color: #080338; }

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

This div background color is #080338.


Border color

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

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

This div border color is #080338.


Opacity

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

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

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

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

This text has shadow with #080338 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #080338 on black background.


Color preview on white background

This text has color #080338 on white background.



Black color preview on #080338 background

This text has black color on #080338 background.


White color preview on #080338 background

This text has white color on #080338 background.