COLOR #251F2F

HEX: #251F2F
RGB: (37,31,47)

Color info

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

RGB color model

#251F2F color RGB value is (37,31,47).

  • red value is 37;
  • green value is 31;
  • blue value is 47.
RGB:
(37,31,47)
(15%,12%,18%)

RGB channels and saturation

R 37 of 255 = 15%
G 31 of 255 = 12%
B 47 of 255 = 18%

37
31
47

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

Portions of RGB colors in percentages

R + G + B =
37 + 31 + 47 = 115 (100%)
R 37 of 115 ~ 32.17%
G 31 of 115 ~ 26.96%
B 47 of 115 ~ 40.87%

%32.17
%26.96
%40.87

CMYK color model

#251F2F color CMYK value is (21,34,0,82).

  • cyan value is 21.28%
  • magenta value is 34.04%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(21,34,0,82)
C21M34Y0K82 
(21%,34%,0%,82%)
(0.21/0.34/0.00/0.82)	

CMYK percentages

%21.28
%34.04
%0
%81.57

Codes

Color #251F2F in popluar color models

251F2F
RGB373147
HSL263°20.51%15.29%
HSB/HSV263°34.04%18.43%
CMYK21.28%34.04%0.00%
81.57%

Color #251F2F in popluar number systems.

HEX251F2F
Decimal373147
Binary10010111111101111
Octal453757

Shades and tints

Shades of #251F2F

#251F2F
(37,31,47)
#221D2B
(34,29,43)
#1F1B27
(31,27,39)
#1C1923
(28,25,35)
#19171F
(25,23,31)
#16151B
(22,21,27)
#131317
(19,19,23)
#101113
(16,17,19)
#0D0F0F
(13,15,15)
#0A0D0B
(10,13,11)
#070B07
(7,11,7)
#000000
(0,0,0)

Tints of #251F2F

#251F2F
(37,31,47)
#383341
(56,51,65)
#4B4753
(75,71,83)
#5E5B65
(94,91,101)
#716F77
(113,111,119)
#848389
(132,131,137)
#97979B
(151,151,155)
#AAABAD
(170,171,173)
#BDBFBF
(189,191,191)
#D0D3D1
(208,211,209)
#E3E7E3
(227,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #251F2F color. Also use rgb(37,31,47) instead hex code.

Text Font Color

.myTextColor { color: #251F2F; }

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

This text font color is #251F2F.


Background Color

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

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

This div background color is #251F2F.


Border color

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

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

This div border color is #251F2F.


Opacity

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

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

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

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

This text has shadow with #251F2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251F2F on black background.


Color preview on white background

This text has color #251F2F on white background.



Black color preview on #251F2F background

This text has black color on #251F2F background.


White color preview on #251F2F background

This text has white color on #251F2F background.