COLOR #273C3F

HEX: #273C3F
RGB: (39,60,63)

Color info

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

RGB color model

#273C3F color RGB value is (39,60,63).

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

RGB channels and saturation

R 39 of 255 = 15%
G 60 of 255 = 24%
B 63 of 255 = 25%

39
60
63

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

Portions of RGB colors in percentages

R + G + B =
39 + 60 + 63 = 162 (100%)
R 39 of 162 ~ 24.07%
G 60 of 162 ~ 37.04%
B 63 of 162 ~ 38.89%

%24.07
%37.04
%38.89

CMYK color model

#273C3F color CMYK value is (38,5,0,75).

  • cyan value is 38.10%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(38,5,0,75)
C38M5Y0K75 
(38%,5%,0%,75%)
(0.38/0.05/0.00/0.75)	

CMYK percentages

%38.1
%4.76
%0
%75.29

Codes

Color #273C3F in popluar color models

273C3F
RGB396063
HSL188°23.53%20.00%
HSB/HSV188°38.10%24.71%
CMYK38.10%4.76%0.00%
75.29%

Color #273C3F in popluar number systems.

HEX273C3F
Decimal396063
Binary100111111100111111
Octal477477

Shades and tints

Shades of #273C3F

#273C3F
(39,60,63)
#24373A
(36,55,58)
#213235
(33,50,53)
#1E2D30
(30,45,48)
#1B282B
(27,40,43)
#182326
(24,35,38)
#151E21
(21,30,33)
#12191C
(18,25,28)
#0F1417
(15,20,23)
#0C0F12
(12,15,18)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #273C3F

#273C3F
(39,60,63)
#3A4D50
(58,77,80)
#4D5E61
(77,94,97)
#606F72
(96,111,114)
#738083
(115,128,131)
#869194
(134,145,148)
#99A2A5
(153,162,165)
#ACB3B6
(172,179,182)
#BFC4C7
(191,196,199)
#D2D5D8
(210,213,216)
#E5E6E9
(229,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #273C3F; }

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

This text font color is #273C3F.


Background Color

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

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

This div background color is #273C3F.


Border color

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

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

This div border color is #273C3F.


Opacity

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

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

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

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

This text has shadow with #273C3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273C3F on black background.


Color preview on white background

This text has color #273C3F on white background.



Black color preview on #273C3F background

This text has black color on #273C3F background.


White color preview on #273C3F background

This text has white color on #273C3F background.