COLOR #273239

HEX: #273239
RGB: (39,50,57)

Color info

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

RGB color model

#273239 color RGB value is (39,50,57).

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

RGB channels and saturation

R 39 of 255 = 15%
G 50 of 255 = 20%
B 57 of 255 = 22%

39
50
57

R + G + B ~ 19%. #273239 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 50 + 57 = 146 (100%)
R 39 of 146 ~ 26.71%
G 50 of 146 ~ 34.25%
B 57 of 146 ~ 39.04%

%26.71
%34.25
%39.04

CMYK color model

#273239 color CMYK value is (32,12,0,78).

  • cyan value is 31.58%
  • magenta value is 12.28%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(32,12,0,78)
C32M12Y0K78 
(32%,12%,0%,78%)
(0.32/0.12/0.00/0.78)	

CMYK percentages

%31.58
%12.28
%0
%77.65

Codes

Color #273239 in popluar color models

273239
RGB395057
HSL203°18.75%18.82%
HSB/HSV203°31.58%22.35%
CMYK31.58%12.28%0.00%
77.65%

Color #273239 in popluar number systems.

HEX273239
Decimal395057
Binary100111110010111001
Octal476271

Shades and tints

Shades of #273239

#273239
(39,50,57)
#242E34
(36,46,52)
#212A2F
(33,42,47)
#1E262A
(30,38,42)
#1B2225
(27,34,37)
#181E20
(24,30,32)
#151A1B
(21,26,27)
#121616
(18,22,22)
#0F1211
(15,18,17)
#0C0E0C
(12,14,12)
#090A07
(9,10,7)
#000000
(0,0,0)

Tints of #273239

#273239
(39,50,57)
#3A444B
(58,68,75)
#4D565D
(77,86,93)
#60686F
(96,104,111)
#737A81
(115,122,129)
#868C93
(134,140,147)
#999EA5
(153,158,165)
#ACB0B7
(172,176,183)
#BFC2C9
(191,194,201)
#D2D4DB
(210,212,219)
#E5E6ED
(229,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #273239; }

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

This text font color is #273239.


Background Color

.myBgColor { background-color: #273239; }

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

This div background color is #273239.


Border color

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

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

This div border color is #273239.


Opacity

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

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

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

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

This text has shadow with #273239 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273239 on black background.


Color preview on white background

This text has color #273239 on white background.



Black color preview on #273239 background

This text has black color on #273239 background.


White color preview on #273239 background

This text has white color on #273239 background.