COLOR #273217

HEX: #273217
RGB: (39,50,23)

Color info

#273217 contains red, green and blue colors in about the same proportion. Web safe color of #273217 is #333300 (or #330).

RGB color model

#273217 color RGB value is (39,50,23).

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

RGB channels and saturation

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

39
50
23

R + G + B ~ 15%. #273217 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 50 + 23 = 112 (100%)
R 39 of 112 ~ 34.82%
G 50 of 112 ~ 44.64%
B 23 of 112 ~ 20.54%

%34.82
%44.64
%20.54

CMYK color model

#273217 color CMYK value is (22,0,54,80).

  • cyan value is 22.00%
  • magenta value is 0.00%
  • yellow value is 54.00%
  • key color value is 80.39%
CMYK:
(22,0,54,80)
C22M0Y54K80 
(22%,0%,54%,80%)
(0.22/0.00/0.54/0.80)	

CMYK percentages

%22
%0
%54
%80.39

Codes

Color #273217 in popluar color models

273217
RGB395023
HSL84°36.99%14.31%
HSB/HSV84°54.00%19.61%
CMYK22.00%0.00%54.00%
80.39%

Color #273217 in popluar number systems.

HEX273217
Decimal395023
Binary10011111001010111
Octal476227

Shades and tints

Shades of #273217

#273217
(39,50,23)
#242E15
(36,46,21)
#212A13
(33,42,19)
#1E2611
(30,38,17)
#1B220F
(27,34,15)
#181E0D
(24,30,13)
#151A0B
(21,26,11)
#121609
(18,22,9)
#0F1207
(15,18,7)
#0C0E05
(12,14,5)
#090A03
(9,10,3)
#000000
(0,0,0)

Tints of #273217

#273217
(39,50,23)
#3A442C
(58,68,44)
#4D5641
(77,86,65)
#606856
(96,104,86)
#737A6B
(115,122,107)
#868C80
(134,140,128)
#999E95
(153,158,149)
#ACB0AA
(172,176,170)
#BFC2BF
(191,194,191)
#D2D4D4
(210,212,212)
#E5E6E9
(229,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #273217; }

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

This text font color is #273217.


Background Color

.myBgColor { background-color: #273217; }

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

This div background color is #273217.


Border color

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

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

This div border color is #273217.


Opacity

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

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

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

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

This text has shadow with #273217 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273217 on black background.


Color preview on white background

This text has color #273217 on white background.



Black color preview on #273217 background

This text has black color on #273217 background.


White color preview on #273217 background

This text has white color on #273217 background.