COLOR #273020

HEX: #273020
RGB: (39,48,32)

Color info

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

RGB color model

#273020 color RGB value is (39,48,32).

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

RGB channels and saturation

R 39 of 255 = 15%
G 48 of 255 = 19%
B 32 of 255 = 13%

39
48
32

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

Portions of RGB colors in percentages

R + G + B =
39 + 48 + 32 = 119 (100%)
R 39 of 119 ~ 32.77%
G 48 of 119 ~ 40.34%
B 32 of 119 ~ 26.89%

%32.77
%40.34
%26.89

CMYK color model

#273020 color CMYK value is (19,0,33,81).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 81.18%
CMYK:
(19,0,33,81)
C19M0Y33K81 
(19%,0%,33%,81%)
(0.19/0.00/0.33/0.81)	

CMYK percentages

%18.75
%0
%33.33
%81.18

Codes

Color #273020 in popluar color models

273020
RGB394832
HSL94°20.00%15.69%
HSB/HSV94°33.33%18.82%
CMYK18.75%0.00%33.33%
81.18%

Color #273020 in popluar number systems.

HEX273020
Decimal394832
Binary100111110000100000
Octal476040

Shades and tints

Shades of #273020

#273020
(39,48,32)
#242C1E
(36,44,30)
#21281C
(33,40,28)
#1E241A
(30,36,26)
#1B2018
(27,32,24)
#181C16
(24,28,22)
#151814
(21,24,20)
#121412
(18,20,18)
#0F1010
(15,16,16)
#0C0C0E
(12,12,14)
#09080C
(9,8,12)
#000000
(0,0,0)

Tints of #273020

#273020
(39,48,32)
#3A4234
(58,66,52)
#4D5448
(77,84,72)
#60665C
(96,102,92)
#737870
(115,120,112)
#868A84
(134,138,132)
#999C98
(153,156,152)
#ACAEAC
(172,174,172)
#BFC0C0
(191,192,192)
#D2D2D4
(210,210,212)
#E5E4E8
(229,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #273020; }

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

This text font color is #273020.


Background Color

.myBgColor { background-color: #273020; }

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

This div background color is #273020.


Border color

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

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

This div border color is #273020.


Opacity

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

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

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

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

This text has shadow with #273020 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273020 on black background.


Color preview on white background

This text has color #273020 on white background.



Black color preview on #273020 background

This text has black color on #273020 background.


White color preview on #273020 background

This text has white color on #273020 background.