COLOR #002727

HEX: #002727
RGB: (0,39,39)

Color info

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

RGB color model

#002727 color RGB value is (0,39,39).

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

RGB channels and saturation

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

0
39
39

R + G + B ~ 10%. #002727 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 39 + 39 = 78 (100%)
R 0 of 78 ~ 0%
G 39 of 78 ~ 50%
B 39 of 78 ~ 50%

%50
%50

CMYK color model

#002727 color CMYK value is (100,0,0,85).

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

CMYK percentages

%100
%0
%0
%84.71

Codes

Color #002727 in popluar color models

002727
RGB03939
HSL180°100.00%7.65%
HSB/HSV180°100.00%15.29%
CMYK100.00%0.00%0.00%
84.71%

Color #002727 in popluar number systems.

HEX002727
Decimal03939
Binary0100111100111
Octal04747

Shades and tints

Shades of #002727

#002727
(0,39,39)
#002424
(0,36,36)
#002121
(0,33,33)
#001E1E
(0,30,30)
#001B1B
(0,27,27)
#001818
(0,24,24)
#001515
(0,21,21)
#001212
(0,18,18)
#000F0F
(0,15,15)
#000C0C
(0,12,12)
#000909
(0,9,9)
#000000
(0,0,0)

Tints of #002727

#002727
(0,39,39)
#173A3A
(23,58,58)
#2E4D4D
(46,77,77)
#456060
(69,96,96)
#5C7373
(92,115,115)
#738686
(115,134,134)
#8A9999
(138,153,153)
#A1ACAC
(161,172,172)
#B8BFBF
(184,191,191)
#CFD2D2
(207,210,210)
#E6E5E5
(230,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002727; }

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

This text font color is #002727.


Background Color

.myBgColor { background-color: #002727; }

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

This div background color is #002727.


Border color

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

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

This div border color is #002727.


Opacity

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

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

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

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

This text has shadow with #002727 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002727 on black background.


Color preview on white background

This text has color #002727 on white background.



Black color preview on #002727 background

This text has black color on #002727 background.


White color preview on #002727 background

This text has white color on #002727 background.