COLOR #272D24

HEX: #272D24 RGB: (39,45,36)

Color info

#272D24 contains red, green and blue colors in about the same proportion. Web safe color of #272D24 is #333333 (or #333).

RGB color model

#272D24 color RGB value is (39,45,36).

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

RGB channels and saturation

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

39
45
36

R + G + B ~ 16%. #272D24 is dark color.

Portions of RGB colors in percentages

R + G + B = 39 + 45 + 36 = 120 (100%)
R 39 of 120 ~ 32.5%
G 45 of 120 ~ 37.5%
B 36 of 120 ~ 30'%

%32.5
%37.5
%30

CMYK color model

#272D24 color CMYK value is (13,0,20,82).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 82.35%

CMYK: (13,0,20,82)
C13M0Y20K82 (13%, 0%, 20%, 82%)
(0.13 / 0.00 / 0.20 / 0.82)

CMYK percentages

%13.33
%0
%20
%82.35

Codes

Color #272D24 in popluar color models

27 2D 24
RGB 39 45 36
HSL 100° 11.11% 15.88%
HSB/HSV 100° 20.00% 17.65%
CMYK 13.33% 0.00% 20.00%
82.35%

Color #272D24 in popluar number systems.

HEX 27 2D 24
Decimal 39 45 36
Binary 100111 101101 100100
Octal 47 55 44

Shades and tints

Shades of #272D24

#272D24
(39,45,36)
#242921
(36,41,33)
#21251E
(33,37,30)
#1E211B
(30,33,27)
#1B1D18
(27,29,24)
#181915
(24,25,21)
#151512
(21,21,18)
#12110F
(18,17,15)
#0F0D0C
(15,13,12)
#0C0909
(12,9,9)
#090506
(9,5,6)
#000000
(0,0,0)

Tints of #272D24

#272D24
(39,45,36)
#3A4037
(58,64,55)
#4D534A
(77,83,74)
#60665D
(96,102,93)
#737970
(115,121,112)
#868C83
(134,140,131)
#999F96
(153,159,150)
#ACB2A9
(172,178,169)
#BFC5BC
(191,197,188)
#D2D8CF
(210,216,207)
#E5EBE2
(229,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #272D24; }

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

This text font color is #272D24.

Background Color

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

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

This div background color is #272D24.

Border color

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

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

This div border color is #272D24.

Opacity

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

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

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

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

This text has shadow with #272D24 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #272D24.

Preview

Color preview on black background

This text has color #272D24 on black background.


Color preview on white background

This text has color #272D24 on white background.


Black color preview on #272D24 background

This text has black color on #272D24 background.


White color preview on #272D24 background

This text has white color on #272D24 background.


Related colors

Complementary color

Complementary color for #hex is #D8D2DB.


I love getcolorcode.com

Triadic colors

1 #24272D and #2D2427 with #272D24 are triadic colors.

2 #242D27 and #2D2724 with #272D24 are triadic colors.