COLOR #273139

HEX: #273139 RGB: (39,49,57)

Color info

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

RGB color model

#273139 color RGB value is (39,49,57).

RGB: (39,49,57) (15%, 19%, 22%)

RGB channels and saturation

R 39 of 255 = 15%
G 49 of 255 = 19%
B 57 of 255 = 22%

39
49
57

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

Portions of RGB colors in percentages

R + G + B = 39 + 49 + 57 = 145 (100%)
R 39 of 145 ~ 26.9%
G 49 of 145 ~ 33.79%
B 57 of 145 ~ 39.31'%

%26.9
%33.79
%39.31

CMYK color model

#273139 color CMYK value is (32,14,0,78).

  • cyan value is 31.58%
  • magenta value is 14.04%
  • yellow value is 0.00%
  • key color value is 77.65%

CMYK: (32,14,0,78)
C32M14Y0K78 (32%, 14%, 0%, 78%)
(0.32 / 0.14 / 0.00 / 0.78)

CMYK percentages

%31.58
%14.04
%0
%77.65

Codes

Color #273139 in popluar color models

27 31 39
RGB 39 49 57
HSL 207° 18.75% 18.82%
HSB/HSV 207° 31.58% 22.35%
CMYK 31.58% 14.04% 0.00%
77.65%

Color #273139 in popluar number systems.

HEX 27 31 39
Decimal 39 49 57
Binary 100111 110001 111001
Octal 47 61 71

Shades and tints

Shades of #273139

#273139
(39,49,57)
#242D34
(36,45,52)
#21292F
(33,41,47)
#1E252A
(30,37,42)
#1B2125
(27,33,37)
#181D20
(24,29,32)
#15191B
(21,25,27)
#121516
(18,21,22)
#0F1111
(15,17,17)
#0C0D0C
(12,13,12)
#090907
(9,9,7)
#000000
(0,0,0)

Tints of #273139

#273139
(39,49,57)
#3A434B
(58,67,75)
#4D555D
(77,85,93)
#60676F
(96,103,111)
#737981
(115,121,129)
#868B93
(134,139,147)
#999DA5
(153,157,165)
#ACAFB7
(172,175,183)
#BFC1C9
(191,193,201)
#D2D3DB
(210,211,219)
#E5E5ED
(229,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #273139; }

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

This text font color is #273139.

Background Color

.myBgColor { background-color: #273139; }

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

This div background color is #273139.

Border color

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

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

This div border color is #273139.

Opacity

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

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

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

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

This text has shadow with #273139 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #273139.

Preview

Color preview on black background

This text has color #273139 on black background.


Color preview on white background

This text has color #273139 on white background.


Black color preview on #273139 background

This text has black color on #273139 background.


White color preview on #273139 background

This text has white color on #273139 background.


Related colors

Complementary color

Complementary color for #hex is #D8CEC6.


I love getcolorcode.com

Triadic colors

1 #392731 and #313927 with #273139 are triadic colors.

2 #393127 and #312739 with #273139 are triadic colors.