COLOR #272D09

HEX: #272D09
RGB: (39,45,9)

Color info

#272D09 contains red, green and blue colors in about the same proportion. Web safe color of #272D09 is #333300 (or #330).

RGB color model

#272D09 color RGB value is (39,45,9).

  • red value is 39;
  • green value is 45;
  • blue value is 9.
RGB:
(39,45,9)
(15%,18%,4%)

RGB channels and saturation

R 39 of 255 = 15%
G 45 of 255 = 18%
B 9 of 255 = 4%

39
45
9

R + G + B ~ 12%. #272D09 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 45 + 9 = 93 (100%)
R 39 of 93 ~ 41.94%
G 45 of 93 ~ 48.39%
B 9 of 93 ~ 9.68%

%41.94
%48.39
%9.68

CMYK color model

#272D09 color CMYK value is (13,0,80,82).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 82.35%
CMYK:
(13,0,80,82)
C13M0Y80K82 
(13%,0%,80%,82%)
(0.13/0.00/0.80/0.82)	

CMYK percentages

%13.33
%0
%80
%82.35

Codes

Color #272D09 in popluar color models

272D09
RGB39459
HSL70°66.67%10.59%
HSB/HSV70°80.00%17.65%
CMYK13.33%0.00%80.00%
82.35%

Color #272D09 in popluar number systems.

HEX272D09
Decimal39459
Binary1001111011011001
Octal475511

Shades and tints

Shades of #272D09

#272D09
(39,45,9)
#242909
(36,41,9)
#212509
(33,37,9)
#1E2109
(30,33,9)
#1B1D09
(27,29,9)
#181909
(24,25,9)
#151509
(21,21,9)
#121109
(18,17,9)
#0F0D09
(15,13,9)
#0C0909
(12,9,9)
#090509
(9,5,9)
#000000
(0,0,0)

Tints of #272D09

#272D09
(39,45,9)
#3A401F
(58,64,31)
#4D5335
(77,83,53)
#60664B
(96,102,75)
#737961
(115,121,97)
#868C77
(134,140,119)
#999F8D
(153,159,141)
#ACB2A3
(172,178,163)
#BFC5B9
(191,197,185)
#D2D8CF
(210,216,207)
#E5EBE5
(229,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #272D09 color. Also use rgb(39,45,9) instead hex code.

Text Font Color

.myTextColor { color: #272D09; }

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

This text font color is #272D09.


Background Color

.myBgColor { background-color: #272D09; }

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

This div background color is #272D09.


Border color

.myBorderColor { border: 1px solid #272D09; }

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

This div border color is #272D09.


Opacity

.myOpacity80 { color: #272D09; opacity: 0.8; }

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

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

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

This text has shadow with #272D09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272D09 on black background.


Color preview on white background

This text has color #272D09 on white background.



Black color preview on #272D09 background

This text has black color on #272D09 background.


White color preview on #272D09 background

This text has white color on #272D09 background.