COLOR #272520

HEX: #272520
RGB: (39,37,32)

Color info

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

RGB color model

#272520 color RGB value is (39,37,32).

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

RGB channels and saturation

R 39 of 255 = 15%
G 37 of 255 = 15%
B 32 of 255 = 13%

39
37
32

R + G + B ~ 14%. #272520 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 37 + 32 = 108 (100%)
R 39 of 108 ~ 36.11%
G 37 of 108 ~ 34.26%
B 32 of 108 ~ 29.63%

%36.11
%34.26
%29.63

CMYK color model

#272520 color CMYK value is (0,5,18,85).

  • cyan value is 0.00%
  • magenta value is 5.13%
  • yellow value is 17.95%
  • key color value is 84.71%
CMYK:
(0,5,18,85)
C0M5Y18K85 
(0%,5%,18%,85%)
(0.00/0.05/0.18/0.85)	

CMYK percentages

%0
%5.13
%17.95
%84.71

Codes

Color #272520 in popluar color models

272520
RGB393732
HSL43°9.86%13.92%
HSB/HSV43°17.95%15.29%
CMYK0.00%5.13%17.95%
84.71%

Color #272520 in popluar number systems.

HEX272520
Decimal393732
Binary100111100101100000
Octal474540

Shades and tints

Shades of #272520

#272520
(39,37,32)
#24221E
(36,34,30)
#211F1C
(33,31,28)
#1E1C1A
(30,28,26)
#1B1918
(27,25,24)
#181616
(24,22,22)
#151314
(21,19,20)
#121012
(18,16,18)
#0F0D10
(15,13,16)
#0C0A0E
(12,10,14)
#09070C
(9,7,12)
#000000
(0,0,0)

Tints of #272520

#272520
(39,37,32)
#3A3834
(58,56,52)
#4D4B48
(77,75,72)
#605E5C
(96,94,92)
#737170
(115,113,112)
#868484
(134,132,132)
#999798
(153,151,152)
#ACAAAC
(172,170,172)
#BFBDC0
(191,189,192)
#D2D0D4
(210,208,212)
#E5E3E8
(229,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #272520; }

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

This text font color is #272520.


Background Color

.myBgColor { background-color: #272520; }

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

This div background color is #272520.


Border color

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

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

This div border color is #272520.


Opacity

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

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

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

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

This text has shadow with #272520 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272520 on black background.


Color preview on white background

This text has color #272520 on white background.



Black color preview on #272520 background

This text has black color on #272520 background.


White color preview on #272520 background

This text has white color on #272520 background.