COLOR #273B21

HEX: #273B21
RGB: (39,59,33)

Color info

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

RGB color model

#273B21 color RGB value is (39,59,33).

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

RGB channels and saturation

R 39 of 255 = 15%
G 59 of 255 = 23%
B 33 of 255 = 13%

39
59
33

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

Portions of RGB colors in percentages

R + G + B =
39 + 59 + 33 = 131 (100%)
R 39 of 131 ~ 29.77%
G 59 of 131 ~ 45.04%
B 33 of 131 ~ 25.19%

%29.77
%45.04
%25.19

CMYK color model

#273B21 color CMYK value is (34,0,44,77).

  • cyan value is 33.90%
  • magenta value is 0.00%
  • yellow value is 44.07%
  • key color value is 76.86%
CMYK:
(34,0,44,77)
C34M0Y44K77 
(34%,0%,44%,77%)
(0.34/0.00/0.44/0.77)	

CMYK percentages

%33.9
%0
%44.07
%76.86

Codes

Color #273B21 in popluar color models

273B21
RGB395933
HSL106°28.26%18.04%
HSB/HSV106°44.07%23.14%
CMYK33.90%0.00%44.07%
76.86%

Color #273B21 in popluar number systems.

HEX273B21
Decimal395933
Binary100111111011100001
Octal477341

Shades and tints

Shades of #273B21

#273B21
(39,59,33)
#24361E
(36,54,30)
#21311B
(33,49,27)
#1E2C18
(30,44,24)
#1B2715
(27,39,21)
#182212
(24,34,18)
#151D0F
(21,29,15)
#12180C
(18,24,12)
#0F1309
(15,19,9)
#0C0E06
(12,14,6)
#090903
(9,9,3)
#000000
(0,0,0)

Tints of #273B21

#273B21
(39,59,33)
#3A4C35
(58,76,53)
#4D5D49
(77,93,73)
#606E5D
(96,110,93)
#737F71
(115,127,113)
#869085
(134,144,133)
#99A199
(153,161,153)
#ACB2AD
(172,178,173)
#BFC3C1
(191,195,193)
#D2D4D5
(210,212,213)
#E5E5E9
(229,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #273B21; }

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

This text font color is #273B21.


Background Color

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

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

This div background color is #273B21.


Border color

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

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

This div border color is #273B21.


Opacity

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

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

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

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

This text has shadow with #273B21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273B21 on black background.


Color preview on white background

This text has color #273B21 on white background.



Black color preview on #273B21 background

This text has black color on #273B21 background.


White color preview on #273B21 background

This text has white color on #273B21 background.