COLOR #273338

HEX: #273338
RGB: (39,51,56)

Color info

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

RGB color model

#273338 color RGB value is (39,51,56).

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

RGB channels and saturation

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

39
51
56

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

Portions of RGB colors in percentages

R + G + B =
39 + 51 + 56 = 146 (100%)
R 39 of 146 ~ 26.71%
G 51 of 146 ~ 34.93%
B 56 of 146 ~ 38.36%

%26.71
%34.93
%38.36

CMYK color model

#273338 color CMYK value is (30,9,0,78).

  • cyan value is 30.36%
  • magenta value is 8.93%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(30,9,0,78)
C30M9Y0K78 
(30%,9%,0%,78%)
(0.30/0.09/0.00/0.78)	

CMYK percentages

%30.36
%8.93
%0
%78.04

Codes

Color #273338 in popluar color models

273338
RGB395156
HSL198°17.89%18.63%
HSB/HSV198°30.36%21.96%
CMYK30.36%8.93%0.00%
78.04%

Color #273338 in popluar number systems.

HEX273338
Decimal395156
Binary100111110011111000
Octal476370

Shades and tints

Shades of #273338

#273338
(39,51,56)
#242F33
(36,47,51)
#212B2E
(33,43,46)
#1E2729
(30,39,41)
#1B2324
(27,35,36)
#181F1F
(24,31,31)
#151B1A
(21,27,26)
#121715
(18,23,21)
#0F1310
(15,19,16)
#0C0F0B
(12,15,11)
#090B06
(9,11,6)
#000000
(0,0,0)

Tints of #273338

#273338
(39,51,56)
#3A454A
(58,69,74)
#4D575C
(77,87,92)
#60696E
(96,105,110)
#737B80
(115,123,128)
#868D92
(134,141,146)
#999FA4
(153,159,164)
#ACB1B6
(172,177,182)
#BFC3C8
(191,195,200)
#D2D5DA
(210,213,218)
#E5E7EC
(229,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #273338; }

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

This text font color is #273338.


Background Color

.myBgColor { background-color: #273338; }

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

This div background color is #273338.


Border color

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

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

This div border color is #273338.


Opacity

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

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

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

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

This text has shadow with #273338 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273338 on black background.


Color preview on white background

This text has color #273338 on white background.



Black color preview on #273338 background

This text has black color on #273338 background.


White color preview on #273338 background

This text has white color on #273338 background.