COLOR #251E1D

HEX: #251E1D
RGB: (37,30,29)

Color info

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

RGB color model

#251E1D color RGB value is (37,30,29).

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

RGB channels and saturation

R 37 of 255 = 15%
G 30 of 255 = 12%
B 29 of 255 = 11%

37
30
29

R + G + B ~ 13%. #251E1D is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 30 + 29 = 96 (100%)
R 37 of 96 ~ 38.54%
G 30 of 96 ~ 31.25%
B 29 of 96 ~ 30.21%

%38.54
%31.25
%30.21

CMYK color model

#251E1D color CMYK value is (0,19,22,85).

  • cyan value is 0.00%
  • magenta value is 18.92%
  • yellow value is 21.62%
  • key color value is 85.49%
CMYK:
(0,19,22,85)
C0M19Y22K85 
(0%,19%,22%,85%)
(0.00/0.19/0.22/0.85)	

CMYK percentages

%0
%18.92
%21.62
%85.49

Codes

Color #251E1D in popluar color models

251E1D
RGB373029
HSL12.12%12.94%
HSB/HSV21.62%14.51%
CMYK0.00%18.92%21.62%
85.49%

Color #251E1D in popluar number systems.

HEX251E1D
Decimal373029
Binary1001011111011101
Octal453635

Shades and tints

Shades of #251E1D

#251E1D
(37,30,29)
#221C1B
(34,28,27)
#1F1A19
(31,26,25)
#1C1817
(28,24,23)
#191615
(25,22,21)
#161413
(22,20,19)
#131211
(19,18,17)
#10100F
(16,16,15)
#0D0E0D
(13,14,13)
#0A0C0B
(10,12,11)
#070A09
(7,10,9)
#000000
(0,0,0)

Tints of #251E1D

#251E1D
(37,30,29)
#383231
(56,50,49)
#4B4645
(75,70,69)
#5E5A59
(94,90,89)
#716E6D
(113,110,109)
#848281
(132,130,129)
#979695
(151,150,149)
#AAAAA9
(170,170,169)
#BDBEBD
(189,190,189)
#D0D2D1
(208,210,209)
#E3E6E5
(227,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251E1D; }

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

This text font color is #251E1D.


Background Color

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

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

This div background color is #251E1D.


Border color

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

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

This div border color is #251E1D.


Opacity

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

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

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

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

This text has shadow with #251E1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251E1D on black background.


Color preview on white background

This text has color #251E1D on white background.



Black color preview on #251E1D background

This text has black color on #251E1D background.


White color preview on #251E1D background

This text has white color on #251E1D background.