COLOR #273421

HEX: #273421
RGB: (39,52,33)

Color info

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

RGB color model

#273421 color RGB value is (39,52,33).

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

RGB channels and saturation

R 39 of 255 = 15%
G 52 of 255 = 20%
B 33 of 255 = 13%

39
52
33

R + G + B ~ 16%. #273421 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 52 + 33 = 124 (100%)
R 39 of 124 ~ 31.45%
G 52 of 124 ~ 41.94%
B 33 of 124 ~ 26.61%

%31.45
%41.94
%26.61

CMYK color model

#273421 color CMYK value is (25,0,37,80).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 36.54%
  • key color value is 79.61%
CMYK:
(25,0,37,80)
C25M0Y37K80 
(25%,0%,37%,80%)
(0.25/0.00/0.37/0.80)	

CMYK percentages

%25
%0
%36.54
%79.61

Codes

Color #273421 in popluar color models

273421
RGB395233
HSL101°22.35%16.67%
HSB/HSV101°36.54%20.39%
CMYK25.00%0.00%36.54%
79.61%

Color #273421 in popluar number systems.

HEX273421
Decimal395233
Binary100111110100100001
Octal476441

Shades and tints

Shades of #273421

#273421
(39,52,33)
#24301E
(36,48,30)
#212C1B
(33,44,27)
#1E2818
(30,40,24)
#1B2415
(27,36,21)
#182012
(24,32,18)
#151C0F
(21,28,15)
#12180C
(18,24,12)
#0F1409
(15,20,9)
#0C1006
(12,16,6)
#090C03
(9,12,3)
#000000
(0,0,0)

Tints of #273421

#273421
(39,52,33)
#3A4635
(58,70,53)
#4D5849
(77,88,73)
#606A5D
(96,106,93)
#737C71
(115,124,113)
#868E85
(134,142,133)
#99A099
(153,160,153)
#ACB2AD
(172,178,173)
#BFC4C1
(191,196,193)
#D2D6D5
(210,214,213)
#E5E8E9
(229,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #273421; }

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

This text font color is #273421.


Background Color

.myBgColor { background-color: #273421; }

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

This div background color is #273421.


Border color

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

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

This div border color is #273421.


Opacity

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

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

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

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

This text has shadow with #273421 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273421 on black background.


Color preview on white background

This text has color #273421 on white background.



Black color preview on #273421 background

This text has black color on #273421 background.


White color preview on #273421 background

This text has white color on #273421 background.