COLOR #27251D

HEX: #27251D
RGB: (39,37,29)

Color info

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

RGB color model

#27251D color RGB value is (39,37,29).

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

RGB channels and saturation

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

39
37
29

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

Portions of RGB colors in percentages

R + G + B =
39 + 37 + 29 = 105 (100%)
R 39 of 105 ~ 37.14%
G 37 of 105 ~ 35.24%
B 29 of 105 ~ 27.62%

%37.14
%35.24
%27.62

CMYK color model

#27251D color CMYK value is (0,5,26,85).

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

CMYK percentages

%0
%5.13
%25.64
%84.71

Codes

Color #27251D in popluar color models

27251D
RGB393729
HSL48°14.71%13.33%
HSB/HSV48°25.64%15.29%
CMYK0.00%5.13%25.64%
84.71%

Color #27251D in popluar number systems.

HEX27251D
Decimal393729
Binary10011110010111101
Octal474535

Shades and tints

Shades of #27251D

#27251D
(39,37,29)
#24221B
(36,34,27)
#211F19
(33,31,25)
#1E1C17
(30,28,23)
#1B1915
(27,25,21)
#181613
(24,22,19)
#151311
(21,19,17)
#12100F
(18,16,15)
#0F0D0D
(15,13,13)
#0C0A0B
(12,10,11)
#090709
(9,7,9)
#000000
(0,0,0)

Tints of #27251D

#27251D
(39,37,29)
#3A3831
(58,56,49)
#4D4B45
(77,75,69)
#605E59
(96,94,89)
#73716D
(115,113,109)
#868481
(134,132,129)
#999795
(153,151,149)
#ACAAA9
(172,170,169)
#BFBDBD
(191,189,189)
#D2D0D1
(210,208,209)
#E5E3E5
(229,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #27251D; }

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

This text font color is #27251D.


Background Color

.myBgColor { background-color: #27251D; }

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

This div background color is #27251D.


Border color

.myBorderColor { border: 1px solid #27251D; }

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

This div border color is #27251D.


Opacity

.myOpacity80 { color: #27251D; opacity: 0.8; }

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

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

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

This text has shadow with #27251D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27251D on black background.


Color preview on white background

This text has color #27251D on white background.



Black color preview on #27251D background

This text has black color on #27251D background.


White color preview on #27251D background

This text has white color on #27251D background.