COLOR #273327

HEX: #273327
RGB: (39,51,39)

Color info

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

RGB color model

#273327 color RGB value is (39,51,39).

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

RGB channels and saturation

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

39
51
39

R + G + B ~ 17%. #273327 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 51 + 39 = 129 (100%)
R 39 of 129 ~ 30.23%
G 51 of 129 ~ 39.53%
B 39 of 129 ~ 30.23%

%30.23
%39.53
%30.23

CMYK color model

#273327 color CMYK value is (24,0,24,80).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 80.00%
CMYK:
(24,0,24,80)
C24M0Y24K80 
(24%,0%,24%,80%)
(0.24/0.00/0.24/0.80)	

CMYK percentages

%23.53
%0
%23.53
%80

Codes

Color #273327 in popluar color models

273327
RGB395139
HSL120°13.33%17.65%
HSB/HSV120°23.53%20.00%
CMYK23.53%0.00%23.53%
80.00%

Color #273327 in popluar number systems.

HEX273327
Decimal395139
Binary100111110011100111
Octal476347

Shades and tints

Shades of #273327

#273327
(39,51,39)
#242F24
(36,47,36)
#212B21
(33,43,33)
#1E271E
(30,39,30)
#1B231B
(27,35,27)
#181F18
(24,31,24)
#151B15
(21,27,21)
#121712
(18,23,18)
#0F130F
(15,19,15)
#0C0F0C
(12,15,12)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #273327

#273327
(39,51,39)
#3A453A
(58,69,58)
#4D574D
(77,87,77)
#606960
(96,105,96)
#737B73
(115,123,115)
#868D86
(134,141,134)
#999F99
(153,159,153)
#ACB1AC
(172,177,172)
#BFC3BF
(191,195,191)
#D2D5D2
(210,213,210)
#E5E7E5
(229,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #273327; }

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

This text font color is #273327.


Background Color

.myBgColor { background-color: #273327; }

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

This div background color is #273327.


Border color

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

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

This div border color is #273327.


Opacity

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

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

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

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

This text has shadow with #273327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273327 on black background.


Color preview on white background

This text has color #273327 on white background.



Black color preview on #273327 background

This text has black color on #273327 background.


White color preview on #273327 background

This text has white color on #273327 background.