COLOR #08013C

HEX: #08013C
RGB: (8,1,60)

Color info

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

RGB color model

#08013C color RGB value is (8,1,60).

  • red value is 8;
  • green value is 1;
  • blue value is 60.
RGB:
(8,1,60)
(3%,0%,24%)

RGB channels and saturation

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

8
1
60

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

Portions of RGB colors in percentages

R + G + B =
8 + 1 + 60 = 69 (100%)
R 8 of 69 ~ 11.59%
G 1 of 69 ~ 1.45%
B 60 of 69 ~ 86.96%

%11.59
%86.96

CMYK color model

#08013C color CMYK value is (87,98,0,76).

  • cyan value is 86.67%
  • magenta value is 98.33%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(87,98,0,76)
C87M98Y0K76 
(87%,98%,0%,76%)
(0.87/0.98/0.00/0.76)	

CMYK percentages

%86.67
%98.33
%0
%76.47

Codes

Color #08013C in popluar color models

08013C
RGB8160
HSL247°96.72%11.96%
HSB/HSV247°98.33%23.53%
CMYK86.67%98.33%0.00%
76.47%

Color #08013C in popluar number systems.

HEX08013C
Decimal8160
Binary10001111100
Octal10174

Shades and tints

Shades of #08013C

#08013C
(8,1,60)
#080137
(8,1,55)
#080132
(8,1,50)
#08012D
(8,1,45)
#080128
(8,1,40)
#080123
(8,1,35)
#08011E
(8,1,30)
#080119
(8,1,25)
#080114
(8,1,20)
#08010F
(8,1,15)
#08010A
(8,1,10)
#000000
(0,0,0)

Tints of #08013C

#08013C
(8,1,60)
#1E184D
(30,24,77)
#342F5E
(52,47,94)
#4A466F
(74,70,111)
#605D80
(96,93,128)
#767491
(118,116,145)
#8C8BA2
(140,139,162)
#A2A2B3
(162,162,179)
#B8B9C4
(184,185,196)
#CED0D5
(206,208,213)
#E4E7E6
(228,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08013C color. Also use rgb(8,1,60) instead hex code.

Text Font Color

.myTextColor { color: #08013C; }

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

This text font color is #08013C.


Background Color

.myBgColor { background-color: #08013C; }

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

This div background color is #08013C.


Border color

.myBorderColor { border: 1px solid #08013C; }

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

This div border color is #08013C.


Opacity

.myOpacity80 { color: #08013C; opacity: 0.8; }

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

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

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

This text has shadow with #08013C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08013C on black background.


Color preview on white background

This text has color #08013C on white background.



Black color preview on #08013C background

This text has black color on #08013C background.


White color preview on #08013C background

This text has white color on #08013C background.