COLOR #00271D

HEX: #00271D
RGB: (0,39,29)

Color info

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

RGB color model

#00271D color RGB value is (0,39,29).

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

RGB channels and saturation

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

0
39
29

R + G + B ~ 9%. #00271D is dark color.

Portions of RGB colors in percentages

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

%57.35
%42.65

CMYK color model

#00271D color CMYK value is (100,0,26,85).

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

CMYK percentages

%100
%0
%25.64
%84.71

Codes

Color #00271D in popluar color models

00271D
RGB03929
HSL165°100.00%7.65%
HSB/HSV165°100.00%15.29%
CMYK100.00%0.00%25.64%
84.71%

Color #00271D in popluar number systems.

HEX00271D
Decimal03929
Binary010011111101
Octal04735

Shades and tints

Shades of #00271D

#00271D
(0,39,29)
#00241B
(0,36,27)
#002119
(0,33,25)
#001E17
(0,30,23)
#001B15
(0,27,21)
#001813
(0,24,19)
#001511
(0,21,17)
#00120F
(0,18,15)
#000F0D
(0,15,13)
#000C0B
(0,12,11)
#000909
(0,9,9)
#000000
(0,0,0)

Tints of #00271D

#00271D
(0,39,29)
#173A31
(23,58,49)
#2E4D45
(46,77,69)
#456059
(69,96,89)
#5C736D
(92,115,109)
#738681
(115,134,129)
#8A9995
(138,153,149)
#A1ACA9
(161,172,169)
#B8BFBD
(184,191,189)
#CFD2D1
(207,210,209)
#E6E5E5
(230,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00271D; }

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

This text font color is #00271D.


Background Color

.myBgColor { background-color: #00271D; }

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

This div background color is #00271D.


Border color

.myBorderColor { border: 1px solid #00271D; }

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

This div border color is #00271D.


Opacity

.myOpacity80 { color: #00271D; opacity: 0.8; }

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

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

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

This text has shadow with #00271D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00271D on black background.


Color preview on white background

This text has color #00271D on white background.



Black color preview on #00271D background

This text has black color on #00271D background.


White color preview on #00271D background

This text has white color on #00271D background.