COLOR #00270E

HEX: #00270E
RGB: (0,39,14)

Color info

#00270E contains only green and blue colors. Web safe color of #00270E is #003300 (or #030).

RGB color model

#00270E color RGB value is (0,39,14).

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

RGB channels and saturation

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

0
39
14

R + G + B ~ 7%. #00270E is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 39 + 14 = 53 (100%)
R 0 of 53 ~ 0%
G 39 of 53 ~ 73.58%
B 14 of 53 ~ 26.42%

%73.58
%26.42

CMYK color model

#00270E color CMYK value is (100,0,64,85).

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

CMYK percentages

%100
%0
%64.1
%84.71

Codes

Color #00270E in popluar color models

00270E
RGB03914
HSL142°100.00%7.65%
HSB/HSV142°100.00%15.29%
CMYK100.00%0.00%64.10%
84.71%

Color #00270E in popluar number systems.

HEX00270E
Decimal03914
Binary01001111110
Octal04716

Shades and tints

Shades of #00270E

#00270E
(0,39,14)
#00240D
(0,36,13)
#00210C
(0,33,12)
#001E0B
(0,30,11)
#001B0A
(0,27,10)
#001809
(0,24,9)
#001508
(0,21,8)
#001207
(0,18,7)
#000F06
(0,15,6)
#000C05
(0,12,5)
#000904
(0,9,4)
#000000
(0,0,0)

Tints of #00270E

#00270E
(0,39,14)
#173A23
(23,58,35)
#2E4D38
(46,77,56)
#45604D
(69,96,77)
#5C7362
(92,115,98)
#738677
(115,134,119)
#8A998C
(138,153,140)
#A1ACA1
(161,172,161)
#B8BFB6
(184,191,182)
#CFD2CB
(207,210,203)
#E6E5E0
(230,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00270E; }

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

This text font color is #00270E.


Background Color

.myBgColor { background-color: #00270E; }

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

This div background color is #00270E.


Border color

.myBorderColor { border: 1px solid #00270E; }

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

This div border color is #00270E.


Opacity

.myOpacity80 { color: #00270E; opacity: 0.8; }

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

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

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

This text has shadow with #00270E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00270E on black background.


Color preview on white background

This text has color #00270E on white background.



Black color preview on #00270E background

This text has black color on #00270E background.


White color preview on #00270E background

This text has white color on #00270E background.