COLOR #251E23

HEX: #251E23
RGB: (37,30,35)

Color info

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

RGB color model

#251E23 color RGB value is (37,30,35).

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

RGB channels and saturation

R 37 of 255 = 15%
G 30 of 255 = 12%
B 35 of 255 = 14%

37
30
35

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

Portions of RGB colors in percentages

R + G + B =
37 + 30 + 35 = 102 (100%)
R 37 of 102 ~ 36.27%
G 30 of 102 ~ 29.41%
B 35 of 102 ~ 34.31%

%36.27
%29.41
%34.31

CMYK color model

#251E23 color CMYK value is (0,19,5,85).

  • cyan value is 0.00%
  • magenta value is 18.92%
  • yellow value is 5.41%
  • key color value is 85.49%
CMYK:
(0,19,5,85)
C0M19Y5K85 
(0%,19%,5%,85%)
(0.00/0.19/0.05/0.85)	

CMYK percentages

%0
%18.92
%5.41
%85.49

Codes

Color #251E23 in popluar color models

251E23
RGB373035
HSL317°10.45%13.14%
HSB/HSV317°18.92%14.51%
CMYK0.00%18.92%5.41%
85.49%

Color #251E23 in popluar number systems.

HEX251E23
Decimal373035
Binary10010111110100011
Octal453643

Shades and tints

Shades of #251E23

#251E23
(37,30,35)
#221C20
(34,28,32)
#1F1A1D
(31,26,29)
#1C181A
(28,24,26)
#191617
(25,22,23)
#161414
(22,20,20)
#131211
(19,18,17)
#10100E
(16,16,14)
#0D0E0B
(13,14,11)
#0A0C08
(10,12,8)
#070A05
(7,10,5)
#000000
(0,0,0)

Tints of #251E23

#251E23
(37,30,35)
#383237
(56,50,55)
#4B464B
(75,70,75)
#5E5A5F
(94,90,95)
#716E73
(113,110,115)
#848287
(132,130,135)
#97969B
(151,150,155)
#AAAAAF
(170,170,175)
#BDBEC3
(189,190,195)
#D0D2D7
(208,210,215)
#E3E6EB
(227,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251E23; }

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

This text font color is #251E23.


Background Color

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

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

This div background color is #251E23.


Border color

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

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

This div border color is #251E23.


Opacity

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

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

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

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

This text has shadow with #251E23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251E23 on black background.


Color preview on white background

This text has color #251E23 on white background.



Black color preview on #251E23 background

This text has black color on #251E23 background.


White color preview on #251E23 background

This text has white color on #251E23 background.