COLOR #273420

HEX: #273420
RGB: (39,52,32)

Color info

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

RGB color model

#273420 color RGB value is (39,52,32).

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

RGB channels and saturation

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

39
52
32

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

Portions of RGB colors in percentages

R + G + B =
39 + 52 + 32 = 123 (100%)
R 39 of 123 ~ 31.71%
G 52 of 123 ~ 42.28%
B 32 of 123 ~ 26.02%

%31.71
%42.28
%26.02

CMYK color model

#273420 color CMYK value is (25,0,38,80).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 79.61%
CMYK:
(25,0,38,80)
C25M0Y38K80 
(25%,0%,38%,80%)
(0.25/0.00/0.38/0.80)	

CMYK percentages

%25
%0
%38.46
%79.61

Codes

Color #273420 in popluar color models

273420
RGB395232
HSL99°23.81%16.47%
HSB/HSV99°38.46%20.39%
CMYK25.00%0.00%38.46%
79.61%

Color #273420 in popluar number systems.

HEX273420
Decimal395232
Binary100111110100100000
Octal476440

Shades and tints

Shades of #273420

#273420
(39,52,32)
#24301E
(36,48,30)
#212C1C
(33,44,28)
#1E281A
(30,40,26)
#1B2418
(27,36,24)
#182016
(24,32,22)
#151C14
(21,28,20)
#121812
(18,24,18)
#0F1410
(15,20,16)
#0C100E
(12,16,14)
#090C0C
(9,12,12)
#000000
(0,0,0)

Tints of #273420

#273420
(39,52,32)
#3A4634
(58,70,52)
#4D5848
(77,88,72)
#606A5C
(96,106,92)
#737C70
(115,124,112)
#868E84
(134,142,132)
#99A098
(153,160,152)
#ACB2AC
(172,178,172)
#BFC4C0
(191,196,192)
#D2D6D4
(210,214,212)
#E5E8E8
(229,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #273420; }

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

This text font color is #273420.


Background Color

.myBgColor { background-color: #273420; }

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

This div background color is #273420.


Border color

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

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

This div border color is #273420.


Opacity

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

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

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

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

This text has shadow with #273420 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273420 on black background.


Color preview on white background

This text has color #273420 on white background.



Black color preview on #273420 background

This text has black color on #273420 background.


White color preview on #273420 background

This text has white color on #273420 background.