COLOR #010827

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

1
8
39

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

Portions of RGB colors in percentages

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

%16.67
%81.25

CMYK color model

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

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

CMYK percentages

%97.44
%79.49
%0
%84.71

Codes

Color #010827 in popluar color models

010827
RGB1839
HSL229°95.00%7.84%
HSB/HSV229°97.44%15.29%
CMYK97.44%79.49%0.00%
84.71%

Color #010827 in popluar number systems.

HEX010827
Decimal1839
Binary11000100111
Octal11047

Shades and tints

Shades of #010827

#010827
(1,8,39)
#010824
(1,8,36)
#010821
(1,8,33)
#01081E
(1,8,30)
#01081B
(1,8,27)
#010818
(1,8,24)
#010815
(1,8,21)
#010812
(1,8,18)
#01080F
(1,8,15)
#01080C
(1,8,12)
#010809
(1,8,9)
#000000
(0,0,0)

Tints of #010827

#010827
(1,8,39)
#181E3A
(24,30,58)
#2F344D
(47,52,77)
#464A60
(70,74,96)
#5D6073
(93,96,115)
#747686
(116,118,134)
#8B8C99
(139,140,153)
#A2A2AC
(162,162,172)
#B9B8BF
(185,184,191)
#D0CED2
(208,206,210)
#E7E4E5
(231,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010827; }

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

This text font color is #010827.


Background Color

.myBgColor { background-color: #010827; }

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

This div background color is #010827.


Border color

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

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

This div border color is #010827.


Opacity

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

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

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

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

This text has shadow with #010827 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010827 on black background.


Color preview on white background

This text has color #010827 on white background.



Black color preview on #010827 background

This text has black color on #010827 background.


White color preview on #010827 background

This text has white color on #010827 background.