COLOR #27252F

HEX: #27252F RGB: (39,37,47)

Color info

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

RGB color model

#27252F color RGB value is (39,37,47).

RGB: (39,37,47) (15%, 15%, 18%)

RGB channels and saturation

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

39
37
47

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

Portions of RGB colors in percentages

R + G + B = 39 + 37 + 47 = 123 (100%)
R 39 of 123 ~ 31.71%
G 37 of 123 ~ 30.08%
B 47 of 123 ~ 38.21'%

%31.71
%30.08
%38.21

CMYK color model

#27252F color CMYK value is (17,21,0,82).

  • cyan value is 17.02%
  • magenta value is 21.28%
  • yellow value is 0.00%
  • key color value is 81.57%

CMYK: (17,21,0,82)
C17M21Y0K82 (17%, 21%, 0%, 82%)
(0.17 / 0.21 / 0.00 / 0.82)

CMYK percentages

%17.02
%21.28
%0
%81.57

Codes

Color #27252F in popluar color models

27 25 2F
RGB 39 37 47
HSL 252° 11.90% 16.47%
HSB/HSV 252° 21.28% 18.43%
CMYK 17.02% 21.28% 0.00%
81.57%

Color #27252F in popluar number systems.

HEX 27 25 2F
Decimal 39 37 47
Binary 100111 100101 101111
Octal 47 45 57

Shades and tints

Shades of #27252F

#27252F
(39,37,47)
#24222B
(36,34,43)
#211F27
(33,31,39)
#1E1C23
(30,28,35)
#1B191F
(27,25,31)
#18161B
(24,22,27)
#151317
(21,19,23)
#121013
(18,16,19)
#0F0D0F
(15,13,15)
#0C0A0B
(12,10,11)
#090707
(9,7,7)
#000000
(0,0,0)

Tints of #27252F

#27252F
(39,37,47)
#3A3841
(58,56,65)
#4D4B53
(77,75,83)
#605E65
(96,94,101)
#737177
(115,113,119)
#868489
(134,132,137)
#99979B
(153,151,155)
#ACAAAD
(172,170,173)
#BFBDBF
(191,189,191)
#D2D0D1
(210,208,209)
#E5E3E3
(229,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #27252F; }

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

This text font color is #27252F.

Background Color

.myBgColor { background-color: #27252F; }

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

This div background color is #27252F.

Border color

.myBorderColor { border: 1px solid #27252F; }

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

This div border color is #27252F.

Opacity

.myOpacity80 { color: #27252F; opacity: 0.8; }

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

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

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

This text has shadow with #27252F color.


.textShadow {text-shadow: 3px 3px 1px #27252F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #27252F; -webkit-box-shadow: 1px 1px 3px 2px #27252F; box-shadow:1px 1px 3px 2px #27252F;">
Div content here
</div>

This div box has shadow with color #27252F.

Preview

Color preview on black background

This text has color #27252F on black background.


Color preview on white background

This text has color #27252F on white background.


Black color preview on #27252F background

This text has black color on #27252F background.


White color preview on #27252F background

This text has white color on #27252F background.


Related colors

Complementary color

Complementary color for #hex is #D8DAD0.


I love getcolorcode.com

Triadic colors

1 #2F2725 and #252F27 with #27252F are triadic colors.

2 #2F2527 and #25272F with #27252F are triadic colors.