COLOR #272229

HEX: #272229
RGB: (39,34,41)

Color info

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

RGB color model

#272229 color RGB value is (39,34,41).

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

RGB channels and saturation

R 39 of 255 = 15%
G 34 of 255 = 13%
B 41 of 255 = 16%

39
34
41

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

Portions of RGB colors in percentages

R + G + B =
39 + 34 + 41 = 114 (100%)
R 39 of 114 ~ 34.21%
G 34 of 114 ~ 29.82%
B 41 of 114 ~ 35.96%

%34.21
%29.82
%35.96

CMYK color model

#272229 color CMYK value is (5,17,0,84).

  • cyan value is 4.88%
  • magenta value is 17.07%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(5,17,0,84)
C5M17Y0K84 
(5%,17%,0%,84%)
(0.05/0.17/0.00/0.84)	

CMYK percentages

%4.88
%17.07
%0
%83.92

Codes

Color #272229 in popluar color models

272229
RGB393441
HSL283°9.33%14.71%
HSB/HSV283°17.07%16.08%
CMYK4.88%17.07%0.00%
83.92%

Color #272229 in popluar number systems.

HEX272229
Decimal393441
Binary100111100010101001
Octal474251

Shades and tints

Shades of #272229

#272229
(39,34,41)
#241F26
(36,31,38)
#211C23
(33,28,35)
#1E1920
(30,25,32)
#1B161D
(27,22,29)
#18131A
(24,19,26)
#151017
(21,16,23)
#120D14
(18,13,20)
#0F0A11
(15,10,17)
#0C070E
(12,7,14)
#09040B
(9,4,11)
#000000
(0,0,0)

Tints of #272229

#272229
(39,34,41)
#3A363C
(58,54,60)
#4D4A4F
(77,74,79)
#605E62
(96,94,98)
#737275
(115,114,117)
#868688
(134,134,136)
#999A9B
(153,154,155)
#ACAEAE
(172,174,174)
#BFC2C1
(191,194,193)
#D2D6D4
(210,214,212)
#E5EAE7
(229,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #272229; }

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

This text font color is #272229.


Background Color

.myBgColor { background-color: #272229; }

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

This div background color is #272229.


Border color

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

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

This div border color is #272229.


Opacity

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

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

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

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

This text has shadow with #272229 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272229 on black background.


Color preview on white background

This text has color #272229 on white background.



Black color preview on #272229 background

This text has black color on #272229 background.


White color preview on #272229 background

This text has white color on #272229 background.