COLOR #001D27

HEX: #001D27
RGB: (0,29,39)

Color info

#001D27 contains only green and blue colors. Web safe color of #001D27 is #003333 (or #033).

RGB color model

#001D27 color RGB value is (0,29,39).

  • red value is 0;
  • green value is 29;
  • blue value is 39.
RGB:
(0,29,39)
(0%,11%,15%)

RGB channels and saturation

R 0 of 255 = 0%
G 29 of 255 = 11%
B 39 of 255 = 15%

0
29
39

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

Portions of RGB colors in percentages

R + G + B =
0 + 29 + 39 = 68 (100%)
R 0 of 68 ~ 0%
G 29 of 68 ~ 42.65%
B 39 of 68 ~ 57.35%

%42.65
%57.35

CMYK color model

#001D27 color CMYK value is (100,26,0,85).

  • cyan value is 100.00%
  • magenta value is 25.64%
  • yellow value is 0.00%
  • key color value is 84.71%
CMYK:
(100,26,0,85)
C100M26Y0K85 
(100%,26%,0%,85%)
(1.00/0.26/0.00/0.85)	

CMYK percentages

%100
%25.64
%0
%84.71

Codes

Color #001D27 in popluar color models

001D27
RGB02939
HSL195°100.00%7.65%
HSB/HSV195°100.00%15.29%
CMYK100.00%25.64%0.00%
84.71%

Color #001D27 in popluar number systems.

HEX001D27
Decimal02939
Binary011101100111
Octal03547

Shades and tints

Shades of #001D27

#001D27
(0,29,39)
#001B24
(0,27,36)
#001921
(0,25,33)
#00171E
(0,23,30)
#00151B
(0,21,27)
#001318
(0,19,24)
#001115
(0,17,21)
#000F12
(0,15,18)
#000D0F
(0,13,15)
#000B0C
(0,11,12)
#000909
(0,9,9)
#000000
(0,0,0)

Tints of #001D27

#001D27
(0,29,39)
#17313A
(23,49,58)
#2E454D
(46,69,77)
#455960
(69,89,96)
#5C6D73
(92,109,115)
#738186
(115,129,134)
#8A9599
(138,149,153)
#A1A9AC
(161,169,172)
#B8BDBF
(184,189,191)
#CFD1D2
(207,209,210)
#E6E5E5
(230,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001D27 color. Also use rgb(0,29,39) instead hex code.

Text Font Color

.myTextColor { color: #001D27; }

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

This text font color is #001D27.


Background Color

.myBgColor { background-color: #001D27; }

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

This div background color is #001D27.


Border color

.myBorderColor { border: 1px solid #001D27; }

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

This div border color is #001D27.


Opacity

.myOpacity80 { color: #001D27; opacity: 0.8; }

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

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

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

This text has shadow with #001D27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001D27 on black background.


Color preview on white background

This text has color #001D27 on white background.



Black color preview on #001D27 background

This text has black color on #001D27 background.


White color preview on #001D27 background

This text has white color on #001D27 background.