COLOR #273438

HEX: #273438
RGB: (39,52,56)

Color info

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

RGB color model

#273438 color RGB value is (39,52,56).

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

RGB channels and saturation

R 39 of 255 = 15%
G 52 of 255 = 20%
B 56 of 255 = 22%

39
52
56

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

Portions of RGB colors in percentages

R + G + B =
39 + 52 + 56 = 147 (100%)
R 39 of 147 ~ 26.53%
G 52 of 147 ~ 35.37%
B 56 of 147 ~ 38.1%

%26.53
%35.37
%38.1

CMYK color model

#273438 color CMYK value is (30,7,0,78).

  • cyan value is 30.36%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(30,7,0,78)
C30M7Y0K78 
(30%,7%,0%,78%)
(0.30/0.07/0.00/0.78)	

CMYK percentages

%30.36
%7.14
%0
%78.04

Codes

Color #273438 in popluar color models

273438
RGB395256
HSL194°17.89%18.63%
HSB/HSV194°30.36%21.96%
CMYK30.36%7.14%0.00%
78.04%

Color #273438 in popluar number systems.

HEX273438
Decimal395256
Binary100111110100111000
Octal476470

Shades and tints

Shades of #273438

#273438
(39,52,56)
#243033
(36,48,51)
#212C2E
(33,44,46)
#1E2829
(30,40,41)
#1B2424
(27,36,36)
#18201F
(24,32,31)
#151C1A
(21,28,26)
#121815
(18,24,21)
#0F1410
(15,20,16)
#0C100B
(12,16,11)
#090C06
(9,12,6)
#000000
(0,0,0)

Tints of #273438

#273438
(39,52,56)
#3A464A
(58,70,74)
#4D585C
(77,88,92)
#606A6E
(96,106,110)
#737C80
(115,124,128)
#868E92
(134,142,146)
#99A0A4
(153,160,164)
#ACB2B6
(172,178,182)
#BFC4C8
(191,196,200)
#D2D6DA
(210,214,218)
#E5E8EC
(229,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #273438 color. Also use rgb(39,52,56) instead hex code.

Text Font Color

.myTextColor { color: #273438; }

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

This text font color is #273438.


Background Color

.myBgColor { background-color: #273438; }

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

This div background color is #273438.


Border color

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

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

This div border color is #273438.


Opacity

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

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

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

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

This text has shadow with #273438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273438 on black background.


Color preview on white background

This text has color #273438 on white background.



Black color preview on #273438 background

This text has black color on #273438 background.


White color preview on #273438 background

This text has white color on #273438 background.