COLOR #273231

HEX: #273231 RGB: (39,50,49)

Color info

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

RGB color model

#273231 color RGB value is (39,50,49).

RGB: (39,50,49) (15%, 20%, 19%)

RGB channels and saturation

R 39 of 255 = 15%
G 50 of 255 = 20%
B 49 of 255 = 19%

39
50
49

R + G + B ~ 18%. #273231 is dark color.

Portions of RGB colors in percentages

R + G + B = 39 + 50 + 49 = 138 (100%)
R 39 of 138 ~ 28.26%
G 50 of 138 ~ 36.23%
B 49 of 138 ~ 35.51'%

%28.26
%36.23
%35.51

CMYK color model

#273231 color CMYK value is (22,0,2,80).

  • cyan value is 22.00%
  • magenta value is 0.00%
  • yellow value is 2.00%
  • key color value is 80.39%

CMYK: (22,0,2,80)
C22M0Y2K80 (22%, 0%, 2%, 80%)
(0.22 / 0.00 / 0.02 / 0.80)

CMYK percentages

%22
%0
%2
%80.39

Codes

Color #273231 in popluar color models

27 32 31
RGB 39 50 49
HSL 175° 12.36% 17.45%
HSB/HSV 175° 22.00% 19.61%
CMYK 22.00% 0.00% 2.00%
80.39%

Color #273231 in popluar number systems.

HEX 27 32 31
Decimal 39 50 49
Binary 100111 110010 110001
Octal 47 62 61

Shades and tints

Shades of #273231

#273231
(39,50,49)
#242E2D
(36,46,45)
#212A29
(33,42,41)
#1E2625
(30,38,37)
#1B2221
(27,34,33)
#181E1D
(24,30,29)
#151A19
(21,26,25)
#121615
(18,22,21)
#0F1211
(15,18,17)
#0C0E0D
(12,14,13)
#090A09
(9,10,9)
#000000
(0,0,0)

Tints of #273231

#273231
(39,50,49)
#3A4443
(58,68,67)
#4D5655
(77,86,85)
#606867
(96,104,103)
#737A79
(115,122,121)
#868C8B
(134,140,139)
#999E9D
(153,158,157)
#ACB0AF
(172,176,175)
#BFC2C1
(191,194,193)
#D2D4D3
(210,212,211)
#E5E6E5
(229,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #273231; }

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

This text font color is #273231.

Background Color

.myBgColor { background-color: #273231; }

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

This div background color is #273231.

Border color

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

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

This div border color is #273231.

Opacity

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

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

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

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

This text has shadow with #273231 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #273231.

Preview

Color preview on black background

This text has color #273231 on black background.


Color preview on white background

This text has color #273231 on white background.


Black color preview on #273231 background

This text has black color on #273231 background.


White color preview on #273231 background

This text has white color on #273231 background.


Related colors

Complementary color

Complementary color for #hex is #D8CDCE.


I love getcolorcode.com

Triadic colors

1 #312732 and #323127 with #273231 are triadic colors.

2 #313227 and #322731 with #273231 are triadic colors.