COLOR #272225

HEX: #272225
RGB: (39,34,37)

Color info

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

RGB color model

#272225 color RGB value is (39,34,37).

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

RGB channels and saturation

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

39
34
37

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

Portions of RGB colors in percentages

R + G + B =
39 + 34 + 37 = 110 (100%)
R 39 of 110 ~ 35.45%
G 34 of 110 ~ 30.91%
B 37 of 110 ~ 33.64%

%35.45
%30.91
%33.64

CMYK color model

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

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

CMYK percentages

%0
%12.82
%5.13
%84.71

Codes

Color #272225 in popluar color models

272225
RGB393437
HSL324°6.85%14.31%
HSB/HSV324°12.82%15.29%
CMYK0.00%12.82%5.13%
84.71%

Color #272225 in popluar number systems.

HEX272225
Decimal393437
Binary100111100010100101
Octal474245

Shades and tints

Shades of #272225

#272225
(39,34,37)
#241F22
(36,31,34)
#211C1F
(33,28,31)
#1E191C
(30,25,28)
#1B1619
(27,22,25)
#181316
(24,19,22)
#151013
(21,16,19)
#120D10
(18,13,16)
#0F0A0D
(15,10,13)
#0C070A
(12,7,10)
#090407
(9,4,7)
#000000
(0,0,0)

Tints of #272225

#272225
(39,34,37)
#3A3638
(58,54,56)
#4D4A4B
(77,74,75)
#605E5E
(96,94,94)
#737271
(115,114,113)
#868684
(134,134,132)
#999A97
(153,154,151)
#ACAEAA
(172,174,170)
#BFC2BD
(191,194,189)
#D2D6D0
(210,214,208)
#E5EAE3
(229,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #272225; }

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

This text font color is #272225.


Background Color

.myBgColor { background-color: #272225; }

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

This div background color is #272225.


Border color

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

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

This div border color is #272225.


Opacity

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

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

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

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

This text has shadow with #272225 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272225 on black background.


Color preview on white background

This text has color #272225 on white background.



Black color preview on #272225 background

This text has black color on #272225 background.


White color preview on #272225 background

This text has white color on #272225 background.