COLOR #251E27

HEX: #251E27
RGB: (37,30,39)

Color info

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

RGB color model

#251E27 color RGB value is (37,30,39).

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

RGB channels and saturation

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

37
30
39

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

Portions of RGB colors in percentages

R + G + B =
37 + 30 + 39 = 106 (100%)
R 37 of 106 ~ 34.91%
G 30 of 106 ~ 28.3%
B 39 of 106 ~ 36.79%

%34.91
%28.3
%36.79

CMYK color model

#251E27 color CMYK value is (5,23,0,85).

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

CMYK percentages

%5.13
%23.08
%0
%84.71

Codes

Color #251E27 in popluar color models

251E27
RGB373039
HSL287°13.04%13.53%
HSB/HSV287°23.08%15.29%
CMYK5.13%23.08%0.00%
84.71%

Color #251E27 in popluar number systems.

HEX251E27
Decimal373039
Binary10010111110100111
Octal453647

Shades and tints

Shades of #251E27

#251E27
(37,30,39)
#221C24
(34,28,36)
#1F1A21
(31,26,33)
#1C181E
(28,24,30)
#19161B
(25,22,27)
#161418
(22,20,24)
#131215
(19,18,21)
#101012
(16,16,18)
#0D0E0F
(13,14,15)
#0A0C0C
(10,12,12)
#070A09
(7,10,9)
#000000
(0,0,0)

Tints of #251E27

#251E27
(37,30,39)
#38323A
(56,50,58)
#4B464D
(75,70,77)
#5E5A60
(94,90,96)
#716E73
(113,110,115)
#848286
(132,130,134)
#979699
(151,150,153)
#AAAAAC
(170,170,172)
#BDBEBF
(189,190,191)
#D0D2D2
(208,210,210)
#E3E6E5
(227,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251E27; }

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

This text font color is #251E27.


Background Color

.myBgColor { background-color: #251E27; }

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

This div background color is #251E27.


Border color

.myBorderColor { border: 1px solid #251E27; }

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

This div border color is #251E27.


Opacity

.myOpacity80 { color: #251E27; opacity: 0.8; }

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

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

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

This text has shadow with #251E27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251E27 on black background.


Color preview on white background

This text has color #251E27 on white background.



Black color preview on #251E27 background

This text has black color on #251E27 background.


White color preview on #251E27 background

This text has white color on #251E27 background.