COLOR #273642

HEX: #273642
RGB: (39,54,66)

Color info

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

RGB color model

#273642 color RGB value is (39,54,66).

  • red value is 39;
  • green value is 54;
  • blue value is 66.
RGB:
(39,54,66)
(15%,21%,26%)

RGB channels and saturation

R 39 of 255 = 15%
G 54 of 255 = 21%
B 66 of 255 = 26%

39
54
66

R + G + B ~ 21%. #273642 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 54 + 66 = 159 (100%)
R 39 of 159 ~ 24.53%
G 54 of 159 ~ 33.96%
B 66 of 159 ~ 41.51%

%24.53
%33.96
%41.51

CMYK color model

#273642 color CMYK value is (41,18,0,74).

  • cyan value is 40.91%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(41,18,0,74)
C41M18Y0K74 
(41%,18%,0%,74%)
(0.41/0.18/0.00/0.74)	

CMYK percentages

%40.91
%18.18
%0
%74.12

Codes

Color #273642 in popluar color models

273642
RGB395466
HSL207°25.71%20.59%
HSB/HSV207°40.91%25.88%
CMYK40.91%18.18%0.00%
74.12%

Color #273642 in popluar number systems.

HEX273642
Decimal395466
Binary1001111101101000010
Octal4766102

Shades and tints

Shades of #273642

#273642
(39,54,66)
#24323C
(36,50,60)
#212E36
(33,46,54)
#1E2A30
(30,42,48)
#1B262A
(27,38,42)
#182224
(24,34,36)
#151E1E
(21,30,30)
#121A18
(18,26,24)
#0F1612
(15,22,18)
#0C120C
(12,18,12)
#090E06
(9,14,6)
#000000
(0,0,0)

Tints of #273642

#273642
(39,54,66)
#3A4853
(58,72,83)
#4D5A64
(77,90,100)
#606C75
(96,108,117)
#737E86
(115,126,134)
#869097
(134,144,151)
#99A2A8
(153,162,168)
#ACB4B9
(172,180,185)
#BFC6CA
(191,198,202)
#D2D8DB
(210,216,219)
#E5EAEC
(229,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #273642 color. Also use rgb(39,54,66) instead hex code.

Text Font Color

.myTextColor { color: #273642; }

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

This text font color is #273642.


Background Color

.myBgColor { background-color: #273642; }

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

This div background color is #273642.


Border color

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

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

This div border color is #273642.


Opacity

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

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

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

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

This text has shadow with #273642 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273642 on black background.


Color preview on white background

This text has color #273642 on white background.



Black color preview on #273642 background

This text has black color on #273642 background.


White color preview on #273642 background

This text has white color on #273642 background.