COLOR #272A27

HEX: #272A27
RGB: (39,42,39)

Color info

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

RGB color model

#272A27 color RGB value is (39,42,39).

  • red value is 39;
  • green value is 42;
  • blue value is 39.
RGB:
(39,42,39)
(15%,16%,15%)

RGB channels and saturation

R 39 of 255 = 15%
G 42 of 255 = 16%
B 39 of 255 = 15%

39
42
39

R + G + B ~ 15%. #272A27 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 42 + 39 = 120 (100%)
R 39 of 120 ~ 32.5%
G 42 of 120 ~ 35%
B 39 of 120 ~ 32.5%

%32.5
%35
%32.5

CMYK color model

#272A27 color CMYK value is (7,0,7,84).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 83.53%
CMYK:
(7,0,7,84)
C7M0Y7K84 
(7%,0%,7%,84%)
(0.07/0.00/0.07/0.84)	

CMYK percentages

%7.14
%0
%7.14
%83.53

Codes

Color #272A27 in popluar color models

272A27
RGB394239
HSL120°3.70%15.88%
HSB/HSV120°7.14%16.47%
CMYK7.14%0.00%7.14%
83.53%

Color #272A27 in popluar number systems.

HEX272A27
Decimal394239
Binary100111101010100111
Octal475247

Shades and tints

Shades of #272A27

#272A27
(39,42,39)
#242724
(36,39,36)
#212421
(33,36,33)
#1E211E
(30,33,30)
#1B1E1B
(27,30,27)
#181B18
(24,27,24)
#151815
(21,24,21)
#121512
(18,21,18)
#0F120F
(15,18,15)
#0C0F0C
(12,15,12)
#090C09
(9,12,9)
#000000
(0,0,0)

Tints of #272A27

#272A27
(39,42,39)
#3A3D3A
(58,61,58)
#4D504D
(77,80,77)
#606360
(96,99,96)
#737673
(115,118,115)
#868986
(134,137,134)
#999C99
(153,156,153)
#ACAFAC
(172,175,172)
#BFC2BF
(191,194,191)
#D2D5D2
(210,213,210)
#E5E8E5
(229,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #272A27; }

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

This text font color is #272A27.


Background Color

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

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

This div background color is #272A27.


Border color

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

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

This div border color is #272A27.


Opacity

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

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

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

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

This text has shadow with #272A27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272A27 on black background.


Color preview on white background

This text has color #272A27 on white background.



Black color preview on #272A27 background

This text has black color on #272A27 background.


White color preview on #272A27 background

This text has white color on #272A27 background.