COLOR #272F15

HEX: #272F15
RGB: (39,47,21)

Color info

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

RGB color model

#272F15 color RGB value is (39,47,21).

  • red value is 39;
  • green value is 47;
  • blue value is 21.
RGB:
(39,47,21)
(15%,18%,8%)

RGB channels and saturation

R 39 of 255 = 15%
G 47 of 255 = 18%
B 21 of 255 = 8%

39
47
21

R + G + B ~ 14%. #272F15 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 47 + 21 = 107 (100%)
R 39 of 107 ~ 36.45%
G 47 of 107 ~ 43.93%
B 21 of 107 ~ 19.63%

%36.45
%43.93
%19.63

CMYK color model

#272F15 color CMYK value is (17,0,55,82).

  • cyan value is 17.02%
  • magenta value is 0.00%
  • yellow value is 55.32%
  • key color value is 81.57%
CMYK:
(17,0,55,82)
C17M0Y55K82 
(17%,0%,55%,82%)
(0.17/0.00/0.55/0.82)	

CMYK percentages

%17.02
%0
%55.32
%81.57

Codes

Color #272F15 in popluar color models

272F15
RGB394721
HSL78°38.24%13.33%
HSB/HSV78°55.32%18.43%
CMYK17.02%0.00%55.32%
81.57%

Color #272F15 in popluar number systems.

HEX272F15
Decimal394721
Binary10011110111110101
Octal475725

Shades and tints

Shades of #272F15

#272F15
(39,47,21)
#242B14
(36,43,20)
#212713
(33,39,19)
#1E2312
(30,35,18)
#1B1F11
(27,31,17)
#181B10
(24,27,16)
#15170F
(21,23,15)
#12130E
(18,19,14)
#0F0F0D
(15,15,13)
#0C0B0C
(12,11,12)
#09070B
(9,7,11)
#000000
(0,0,0)

Tints of #272F15

#272F15
(39,47,21)
#3A412A
(58,65,42)
#4D533F
(77,83,63)
#606554
(96,101,84)
#737769
(115,119,105)
#86897E
(134,137,126)
#999B93
(153,155,147)
#ACADA8
(172,173,168)
#BFBFBD
(191,191,189)
#D2D1D2
(210,209,210)
#E5E3E7
(229,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #272F15 color. Also use rgb(39,47,21) instead hex code.

Text Font Color

.myTextColor { color: #272F15; }

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

This text font color is #272F15.


Background Color

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

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

This div background color is #272F15.


Border color

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

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

This div border color is #272F15.


Opacity

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

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

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

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

This text has shadow with #272F15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272F15 on black background.


Color preview on white background

This text has color #272F15 on white background.



Black color preview on #272F15 background

This text has black color on #272F15 background.


White color preview on #272F15 background

This text has white color on #272F15 background.