COLOR #272412

HEX: #272412 RGB: (39,36,18)

Color info

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

RGB color model

#272412 color RGB value is (39,36,18).

RGB: (39,36,18) (15%, 14%, 7%)

RGB channels and saturation

R 39 of 255 = 15%
G 36 of 255 = 14%
B 18 of 255 = 7%

39
36
18

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

Portions of RGB colors in percentages

R + G + B = 39 + 36 + 18 = 93 (100%)
R 39 of 93 ~ 41.94%
G 36 of 93 ~ 38.71%
B 18 of 93 ~ 19.35'%

%41.94
%38.71
%19.35

CMYK color model

#272412 color CMYK value is (0,8,54,85).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 53.85%
  • key color value is 84.71%
CMYK: (0,8,54,85) C0M8Y54K85 (0%,8%,54%,85%) (0.00/0.08/0.54/0.85) 

CMYK percentages

%0
%7.69
%53.85
%84.71

Codes

Color #272412 in popluar color models

27 24 12
RGB 39 36 18
HSL 51° 36.84% 11.18%
HSB/HSV 51° 53.85% 15.29%
CMYK 0.00% 7.69% 53.85%
84.71%

Color #272412 in popluar number systems.

HEX 27 24 12
Decimal 39 36 18
Binary 100111 100100 10010
Octal 47 44 22

Shades and tints

Shades of #272412

#272412
(39,36,18)
#242111
(36,33,17)
#211E10
(33,30,16)
#1E1B0F
(30,27,15)
#1B180E
(27,24,14)
#18150D
(24,21,13)
#15120C
(21,18,12)
#120F0B
(18,15,11)
#0F0C0A
(15,12,10)
#0C0909
(12,9,9)
#090608
(9,6,8)
#000000
(0,0,0)

Tints of #272412

#272412
(39,36,18)
#3A3727
(58,55,39)
#4D4A3C
(77,74,60)
#605D51
(96,93,81)
#737066
(115,112,102)
#86837B
(134,131,123)
#999690
(153,150,144)
#ACA9A5
(172,169,165)
#BFBCBA
(191,188,186)
#D2CFCF
(210,207,207)
#E5E2E4
(229,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #272412; }

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

This text font color is #272412.

Background Color

.myBgColor { background-color: #272412; }

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

This div background color is #272412.

Border color

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

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

This div border color is #272412.

Opacity

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

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

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

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

This text has shadow with #272412 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #272412.

Preview

Color preview on black background

This text has color #272412 on black background.


Color preview on white background

This text has color #272412 on white background.


Black color preview on #272412 background

This text has black color on #272412 background.


White color preview on #272412 background

This text has white color on #272412 background.


Related colors

Complementary color

Complementary color for #hex is #D8DBED.


I love getcolorcode.com

Triadic colors

1 #122724 and #241227 with #272412 are triadic colors.

2 #122427 and #242712 with #272412 are triadic colors.