COLOR #272425

HEX: #272425
RGB: (39,36,37)

Color info

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

RGB color model

#272425 color RGB value is (39,36,37).

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

RGB channels and saturation

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

39
36
37

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

Portions of RGB colors in percentages

R + G + B =
39 + 36 + 37 = 112 (100%)
R 39 of 112 ~ 34.82%
G 36 of 112 ~ 32.14%
B 37 of 112 ~ 33.04%

%34.82
%32.14
%33.04

CMYK color model

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

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

CMYK percentages

%0
%7.69
%5.13
%84.71

Codes

Color #272425 in popluar color models

272425
RGB393637
HSL340°4.00%14.71%
HSB/HSV340°7.69%15.29%
CMYK0.00%7.69%5.13%
84.71%

Color #272425 in popluar number systems.

HEX272425
Decimal393637
Binary100111100100100101
Octal474445

Shades and tints

Shades of #272425

#272425
(39,36,37)
#242122
(36,33,34)
#211E1F
(33,30,31)
#1E1B1C
(30,27,28)
#1B1819
(27,24,25)
#181516
(24,21,22)
#151213
(21,18,19)
#120F10
(18,15,16)
#0F0C0D
(15,12,13)
#0C090A
(12,9,10)
#090607
(9,6,7)
#000000
(0,0,0)

Tints of #272425

#272425
(39,36,37)
#3A3738
(58,55,56)
#4D4A4B
(77,74,75)
#605D5E
(96,93,94)
#737071
(115,112,113)
#868384
(134,131,132)
#999697
(153,150,151)
#ACA9AA
(172,169,170)
#BFBCBD
(191,188,189)
#D2CFD0
(210,207,208)
#E5E2E3
(229,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #272425; }

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

This text font color is #272425.


Background Color

.myBgColor { background-color: #272425; }

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

This div background color is #272425.


Border color

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

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

This div border color is #272425.


Opacity

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

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

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

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

This text has shadow with #272425 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272425 on black background.


Color preview on white background

This text has color #272425 on white background.



Black color preview on #272425 background

This text has black color on #272425 background.


White color preview on #272425 background

This text has white color on #272425 background.