COLOR #273C39

HEX: #273C39
RGB: (39,60,57)

Color info

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

RGB color model

#273C39 color RGB value is (39,60,57).

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

RGB channels and saturation

R 39 of 255 = 15%
G 60 of 255 = 24%
B 57 of 255 = 22%

39
60
57

R + G + B ~ 20%. #273C39 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 60 + 57 = 156 (100%)
R 39 of 156 ~ 25%
G 60 of 156 ~ 38.46%
B 57 of 156 ~ 36.54%

%25
%38.46
%36.54

CMYK color model

#273C39 color CMYK value is (35,0,5,76).

  • cyan value is 35.00%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 76.47%
CMYK:
(35,0,5,76)
C35M0Y5K76 
(35%,0%,5%,76%)
(0.35/0.00/0.05/0.76)	

CMYK percentages

%35
%0
%5
%76.47

Codes

Color #273C39 in popluar color models

273C39
RGB396057
HSL171°21.21%19.41%
HSB/HSV171°35.00%23.53%
CMYK35.00%0.00%5.00%
76.47%

Color #273C39 in popluar number systems.

HEX273C39
Decimal396057
Binary100111111100111001
Octal477471

Shades and tints

Shades of #273C39

#273C39
(39,60,57)
#243734
(36,55,52)
#21322F
(33,50,47)
#1E2D2A
(30,45,42)
#1B2825
(27,40,37)
#182320
(24,35,32)
#151E1B
(21,30,27)
#121916
(18,25,22)
#0F1411
(15,20,17)
#0C0F0C
(12,15,12)
#090A07
(9,10,7)
#000000
(0,0,0)

Tints of #273C39

#273C39
(39,60,57)
#3A4D4B
(58,77,75)
#4D5E5D
(77,94,93)
#606F6F
(96,111,111)
#738081
(115,128,129)
#869193
(134,145,147)
#99A2A5
(153,162,165)
#ACB3B7
(172,179,183)
#BFC4C9
(191,196,201)
#D2D5DB
(210,213,219)
#E5E6ED
(229,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #273C39; }

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

This text font color is #273C39.


Background Color

.myBgColor { background-color: #273C39; }

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

This div background color is #273C39.


Border color

.myBorderColor { border: 1px solid #273C39; }

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

This div border color is #273C39.


Opacity

.myOpacity80 { color: #273C39; opacity: 0.8; }

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

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

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

This text has shadow with #273C39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273C39 on black background.


Color preview on white background

This text has color #273C39 on white background.



Black color preview on #273C39 background

This text has black color on #273C39 background.


White color preview on #273C39 background

This text has white color on #273C39 background.