COLOR #273B32

HEX: #273B32
RGB: (39,59,50)

Color info

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

RGB color model

#273B32 color RGB value is (39,59,50).

  • red value is 39;
  • green value is 59;
  • blue value is 50.
RGB:
(39,59,50)
(15%,23%,20%)

RGB channels and saturation

R 39 of 255 = 15%
G 59 of 255 = 23%
B 50 of 255 = 20%

39
59
50

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

Portions of RGB colors in percentages

R + G + B =
39 + 59 + 50 = 148 (100%)
R 39 of 148 ~ 26.35%
G 59 of 148 ~ 39.86%
B 50 of 148 ~ 33.78%

%26.35
%39.86
%33.78

CMYK color model

#273B32 color CMYK value is (34,0,15,77).

  • cyan value is 33.90%
  • magenta value is 0.00%
  • yellow value is 15.25%
  • key color value is 76.86%
CMYK:
(34,0,15,77)
C34M0Y15K77 
(34%,0%,15%,77%)
(0.34/0.00/0.15/0.77)	

CMYK percentages

%33.9
%0
%15.25
%76.86

Codes

Color #273B32 in popluar color models

273B32
RGB395950
HSL153°20.41%19.22%
HSB/HSV153°33.90%23.14%
CMYK33.90%0.00%15.25%
76.86%

Color #273B32 in popluar number systems.

HEX273B32
Decimal395950
Binary100111111011110010
Octal477362

Shades and tints

Shades of #273B32

#273B32
(39,59,50)
#24362E
(36,54,46)
#21312A
(33,49,42)
#1E2C26
(30,44,38)
#1B2722
(27,39,34)
#18221E
(24,34,30)
#151D1A
(21,29,26)
#121816
(18,24,22)
#0F1312
(15,19,18)
#0C0E0E
(12,14,14)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #273B32

#273B32
(39,59,50)
#3A4C44
(58,76,68)
#4D5D56
(77,93,86)
#606E68
(96,110,104)
#737F7A
(115,127,122)
#86908C
(134,144,140)
#99A19E
(153,161,158)
#ACB2B0
(172,178,176)
#BFC3C2
(191,195,194)
#D2D4D4
(210,212,212)
#E5E5E6
(229,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #273B32 color. Also use rgb(39,59,50) instead hex code.

Text Font Color

.myTextColor { color: #273B32; }

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

This text font color is #273B32.


Background Color

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

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

This div background color is #273B32.


Border color

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

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

This div border color is #273B32.


Opacity

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

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

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

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

This text has shadow with #273B32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273B32 on black background.


Color preview on white background

This text has color #273B32 on white background.



Black color preview on #273B32 background

This text has black color on #273B32 background.


White color preview on #273B32 background

This text has white color on #273B32 background.