COLOR #080127

HEX: #080127
RGB: (8,1,39)

Color info

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

RGB color model

#080127 color RGB value is (8,1,39).

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

RGB channels and saturation

R 8 of 255 = 3%
G 1 of 255 = 0%
B 39 of 255 = 15%

8
1
39

R + G + B ~ 6%. #080127 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 1 + 39 = 48 (100%)
R 8 of 48 ~ 16.67%
G 1 of 48 ~ 2.08%
B 39 of 48 ~ 81.25%

%16.67
%81.25

CMYK color model

#080127 color CMYK value is (79,97,0,85).

  • cyan value is 79.49%
  • magenta value is 97.44%
  • yellow value is 0.00%
  • key color value is 84.71%
CMYK:
(79,97,0,85)
C79M97Y0K85 
(79%,97%,0%,85%)
(0.79/0.97/0.00/0.85)	

CMYK percentages

%79.49
%97.44
%0
%84.71

Codes

Color #080127 in popluar color models

080127
RGB8139
HSL251°95.00%7.84%
HSB/HSV251°97.44%15.29%
CMYK79.49%97.44%0.00%
84.71%

Color #080127 in popluar number systems.

HEX080127
Decimal8139
Binary10001100111
Octal10147

Shades and tints

Shades of #080127

#080127
(8,1,39)
#080124
(8,1,36)
#080121
(8,1,33)
#08011E
(8,1,30)
#08011B
(8,1,27)
#080118
(8,1,24)
#080115
(8,1,21)
#080112
(8,1,18)
#08010F
(8,1,15)
#08010C
(8,1,12)
#080109
(8,1,9)
#000000
(0,0,0)

Tints of #080127

#080127
(8,1,39)
#1E183A
(30,24,58)
#342F4D
(52,47,77)
#4A4660
(74,70,96)
#605D73
(96,93,115)
#767486
(118,116,134)
#8C8B99
(140,139,153)
#A2A2AC
(162,162,172)
#B8B9BF
(184,185,191)
#CED0D2
(206,208,210)
#E4E7E5
(228,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080127; }

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

This text font color is #080127.


Background Color

.myBgColor { background-color: #080127; }

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

This div background color is #080127.


Border color

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

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

This div border color is #080127.


Opacity

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

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

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

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

This text has shadow with #080127 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #080127 on black background.


Color preview on white background

This text has color #080127 on white background.



Black color preview on #080127 background

This text has black color on #080127 background.


White color preview on #080127 background

This text has white color on #080127 background.