COLOR #272525

HEX: #272525
RGB: (39,37,37)

Color info

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

RGB color model

#272525 color RGB value is (39,37,37).

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

RGB channels and saturation

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

39
37
37

R + G + B ~ 15%. #272525 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 37 + 37 = 113 (100%)
R 39 of 113 ~ 34.51%
G 37 of 113 ~ 32.74%
B 37 of 113 ~ 32.74%

%34.51
%32.74
%32.74

CMYK color model

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

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

CMYK percentages

%0
%5.13
%5.13
%84.71

Codes

Color #272525 in popluar color models

272525
RGB393737
HSL2.63%14.90%
HSB/HSV5.13%15.29%
CMYK0.00%5.13%5.13%
84.71%

Color #272525 in popluar number systems.

HEX272525
Decimal393737
Binary100111100101100101
Octal474545

Shades and tints

Shades of #272525

#272525
(39,37,37)
#242222
(36,34,34)
#211F1F
(33,31,31)
#1E1C1C
(30,28,28)
#1B1919
(27,25,25)
#181616
(24,22,22)
#151313
(21,19,19)
#121010
(18,16,16)
#0F0D0D
(15,13,13)
#0C0A0A
(12,10,10)
#090707
(9,7,7)
#000000
(0,0,0)

Tints of #272525

#272525
(39,37,37)
#3A3838
(58,56,56)
#4D4B4B
(77,75,75)
#605E5E
(96,94,94)
#737171
(115,113,113)
#868484
(134,132,132)
#999797
(153,151,151)
#ACAAAA
(172,170,170)
#BFBDBD
(191,189,189)
#D2D0D0
(210,208,208)
#E5E3E3
(229,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #272525; }

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

This text font color is #272525.


Background Color

.myBgColor { background-color: #272525; }

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

This div background color is #272525.


Border color

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

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

This div border color is #272525.


Opacity

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

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

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

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

This text has shadow with #272525 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272525 on black background.


Color preview on white background

This text has color #272525 on white background.



Black color preview on #272525 background

This text has black color on #272525 background.


White color preview on #272525 background

This text has white color on #272525 background.