COLOR #272531

HEX: #272531
RGB: (39,37,49)

Color info

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

RGB color model

#272531 color RGB value is (39,37,49).

  • red value is 39;
  • green value is 37;
  • blue value is 49.
RGB:
(39,37,49)
(15%,15%,19%)

RGB channels and saturation

R 39 of 255 = 15%
G 37 of 255 = 15%
B 49 of 255 = 19%

39
37
49

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

Portions of RGB colors in percentages

R + G + B =
39 + 37 + 49 = 125 (100%)
R 39 of 125 ~ 31.2%
G 37 of 125 ~ 29.6%
B 49 of 125 ~ 39.2%

%31.2
%29.6
%39.2

CMYK color model

#272531 color CMYK value is (20,24,0,81).

  • cyan value is 20.41%
  • magenta value is 24.49%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(20,24,0,81)
C20M24Y0K81 
(20%,24%,0%,81%)
(0.20/0.24/0.00/0.81)	

CMYK percentages

%20.41
%24.49
%0
%80.78

Codes

Color #272531 in popluar color models

272531
RGB393749
HSL250°13.95%16.86%
HSB/HSV250°24.49%19.22%
CMYK20.41%24.49%0.00%
80.78%

Color #272531 in popluar number systems.

HEX272531
Decimal393749
Binary100111100101110001
Octal474561

Shades and tints

Shades of #272531

#272531
(39,37,49)
#24222D
(36,34,45)
#211F29
(33,31,41)
#1E1C25
(30,28,37)
#1B1921
(27,25,33)
#18161D
(24,22,29)
#151319
(21,19,25)
#121015
(18,16,21)
#0F0D11
(15,13,17)
#0C0A0D
(12,10,13)
#090709
(9,7,9)
#000000
(0,0,0)

Tints of #272531

#272531
(39,37,49)
#3A3843
(58,56,67)
#4D4B55
(77,75,85)
#605E67
(96,94,103)
#737179
(115,113,121)
#86848B
(134,132,139)
#99979D
(153,151,157)
#ACAAAF
(172,170,175)
#BFBDC1
(191,189,193)
#D2D0D3
(210,208,211)
#E5E3E5
(229,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #272531 color. Also use rgb(39,37,49) instead hex code.

Text Font Color

.myTextColor { color: #272531; }

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

This text font color is #272531.


Background Color

.myBgColor { background-color: #272531; }

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

This div background color is #272531.


Border color

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

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

This div border color is #272531.


Opacity

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

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

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

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

This text has shadow with #272531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272531 on black background.


Color preview on white background

This text has color #272531 on white background.



Black color preview on #272531 background

This text has black color on #272531 background.


White color preview on #272531 background

This text has white color on #272531 background.