COLOR #272239

HEX: #272239
RGB: (39,34,57)

Color info

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

RGB color model

#272239 color RGB value is (39,34,57).

  • red value is 39;
  • green value is 34;
  • blue value is 57.
RGB:
(39,34,57)
(15%,13%,22%)

RGB channels and saturation

R 39 of 255 = 15%
G 34 of 255 = 13%
B 57 of 255 = 22%

39
34
57

R + G + B ~ 17%. #272239 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 34 + 57 = 130 (100%)
R 39 of 130 ~ 30%
G 34 of 130 ~ 26.15%
B 57 of 130 ~ 43.85%

%30
%26.15
%43.85

CMYK color model

#272239 color CMYK value is (32,40,0,78).

  • cyan value is 31.58%
  • magenta value is 40.35%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(32,40,0,78)
C32M40Y0K78 
(32%,40%,0%,78%)
(0.32/0.40/0.00/0.78)	

CMYK percentages

%31.58
%40.35
%0
%77.65

Codes

Color #272239 in popluar color models

272239
RGB393457
HSL253°25.27%17.84%
HSB/HSV253°40.35%22.35%
CMYK31.58%40.35%0.00%
77.65%

Color #272239 in popluar number systems.

HEX272239
Decimal393457
Binary100111100010111001
Octal474271

Shades and tints

Shades of #272239

#272239
(39,34,57)
#241F34
(36,31,52)
#211C2F
(33,28,47)
#1E192A
(30,25,42)
#1B1625
(27,22,37)
#181320
(24,19,32)
#15101B
(21,16,27)
#120D16
(18,13,22)
#0F0A11
(15,10,17)
#0C070C
(12,7,12)
#090407
(9,4,7)
#000000
(0,0,0)

Tints of #272239

#272239
(39,34,57)
#3A364B
(58,54,75)
#4D4A5D
(77,74,93)
#605E6F
(96,94,111)
#737281
(115,114,129)
#868693
(134,134,147)
#999AA5
(153,154,165)
#ACAEB7
(172,174,183)
#BFC2C9
(191,194,201)
#D2D6DB
(210,214,219)
#E5EAED
(229,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #272239 color. Also use rgb(39,34,57) instead hex code.

Text Font Color

.myTextColor { color: #272239; }

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

This text font color is #272239.


Background Color

.myBgColor { background-color: #272239; }

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

This div background color is #272239.


Border color

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

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

This div border color is #272239.


Opacity

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

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

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

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

This text has shadow with #272239 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272239 on black background.


Color preview on white background

This text has color #272239 on white background.



Black color preview on #272239 background

This text has black color on #272239 background.


White color preview on #272239 background

This text has white color on #272239 background.