COLOR #272329

HEX: #272329
RGB: (39,35,41)

Color info

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

RGB color model

#272329 color RGB value is (39,35,41).

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

RGB channels and saturation

R 39 of 255 = 15%
G 35 of 255 = 14%
B 41 of 255 = 16%

39
35
41

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

Portions of RGB colors in percentages

R + G + B =
39 + 35 + 41 = 115 (100%)
R 39 of 115 ~ 33.91%
G 35 of 115 ~ 30.43%
B 41 of 115 ~ 35.65%

%33.91
%30.43
%35.65

CMYK color model

#272329 color CMYK value is (5,15,0,84).

  • cyan value is 4.88%
  • magenta value is 14.63%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(5,15,0,84)
C5M15Y0K84 
(5%,15%,0%,84%)
(0.05/0.15/0.00/0.84)	

CMYK percentages

%4.88
%14.63
%0
%83.92

Codes

Color #272329 in popluar color models

272329
RGB393541
HSL280°7.89%14.90%
HSB/HSV280°14.63%16.08%
CMYK4.88%14.63%0.00%
83.92%

Color #272329 in popluar number systems.

HEX272329
Decimal393541
Binary100111100011101001
Octal474351

Shades and tints

Shades of #272329

#272329
(39,35,41)
#242026
(36,32,38)
#211D23
(33,29,35)
#1E1A20
(30,26,32)
#1B171D
(27,23,29)
#18141A
(24,20,26)
#151117
(21,17,23)
#120E14
(18,14,20)
#0F0B11
(15,11,17)
#0C080E
(12,8,14)
#09050B
(9,5,11)
#000000
(0,0,0)

Tints of #272329

#272329
(39,35,41)
#3A373C
(58,55,60)
#4D4B4F
(77,75,79)
#605F62
(96,95,98)
#737375
(115,115,117)
#868788
(134,135,136)
#999B9B
(153,155,155)
#ACAFAE
(172,175,174)
#BFC3C1
(191,195,193)
#D2D7D4
(210,215,212)
#E5EBE7
(229,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #272329; }

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

This text font color is #272329.


Background Color

.myBgColor { background-color: #272329; }

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

This div background color is #272329.


Border color

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

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

This div border color is #272329.


Opacity

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

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

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

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

This text has shadow with #272329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272329 on black background.


Color preview on white background

This text has color #272329 on white background.



Black color preview on #272329 background

This text has black color on #272329 background.


White color preview on #272329 background

This text has white color on #272329 background.