COLOR #251E29

HEX: #251E29 RGB: (37,30,41)

Color info

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

RGB color model

#251E29 color RGB value is (37,30,41).

RGB: (37,30,41) (15%, 12%, 16%)

RGB channels and saturation

R 37 of 255 = 15%
G 30 of 255 = 12%
B 41 of 255 = 16%

37
30
41

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

Portions of RGB colors in percentages

R + G + B = 37 + 30 + 41 = 108 (100%)
R 37 of 108 ~ 34.26%
G 30 of 108 ~ 27.78%
B 41 of 108 ~ 37.96'%

%34.26
%27.78
%37.96

CMYK color model

#251E29 color CMYK value is (10,27,0,84).

  • cyan value is 9.76%
  • magenta value is 26.83%
  • yellow value is 0.00%
  • key color value is 83.92%

CMYK: (10,27,0,84)
C10M27Y0K84 (10%, 27%, 0%, 84%)
(0.10 / 0.27 / 0.00 / 0.84)

CMYK percentages

%9.76
%26.83
%0
%83.92

Codes

Color #251E29 in popluar color models

25 1E 29
RGB 37 30 41
HSL 278° 15.49% 13.92%
HSB/HSV 278° 26.83% 16.08%
CMYK 9.76% 26.83% 0.00%
83.92%

Color #251E29 in popluar number systems.

HEX 25 1E 29
Decimal 37 30 41
Binary 100101 11110 101001
Octal 45 36 51

Shades and tints

Shades of #251E29

#251E29
(37,30,41)
#221C26
(34,28,38)
#1F1A23
(31,26,35)
#1C1820
(28,24,32)
#19161D
(25,22,29)
#16141A
(22,20,26)
#131217
(19,18,23)
#101014
(16,16,20)
#0D0E11
(13,14,17)
#0A0C0E
(10,12,14)
#070A0B
(7,10,11)
#000000
(0,0,0)

Tints of #251E29

#251E29
(37,30,41)
#38323C
(56,50,60)
#4B464F
(75,70,79)
#5E5A62
(94,90,98)
#716E75
(113,110,117)
#848288
(132,130,136)
#97969B
(151,150,155)
#AAAAAE
(170,170,174)
#BDBEC1
(189,190,193)
#D0D2D4
(208,210,212)
#E3E6E7
(227,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251E29; }

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

This text font color is #251E29.

Background Color

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

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

This div background color is #251E29.

Border color

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

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

This div border color is #251E29.

Opacity

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

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

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

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

This text has shadow with #251E29 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #251E29.

Preview

Color preview on black background

This text has color #251E29 on black background.


Color preview on white background

This text has color #251E29 on white background.


Black color preview on #251E29 background

This text has black color on #251E29 background.


White color preview on #251E29 background

This text has white color on #251E29 background.


Related colors

Complementary color

Complementary color for #hex is #DAE1D6.


I love getcolorcode.com

Triadic colors

1 #29251E and #1E2925 with #251E29 are triadic colors.

2 #291E25 and #1E2529 with #251E29 are triadic colors.