COLOR #251E38

HEX: #251E38
RGB: (37,30,56)

Color info

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

RGB color model

#251E38 color RGB value is (37,30,56).

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

RGB channels and saturation

R 37 of 255 = 15%
G 30 of 255 = 12%
B 56 of 255 = 22%

37
30
56

R + G + B ~ 16%. #251E38 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 30 + 56 = 123 (100%)
R 37 of 123 ~ 30.08%
G 30 of 123 ~ 24.39%
B 56 of 123 ~ 45.53%

%30.08
%24.39
%45.53

CMYK color model

#251E38 color CMYK value is (34,46,0,78).

  • cyan value is 33.93%
  • magenta value is 46.43%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(34,46,0,78)
C34M46Y0K78 
(34%,46%,0%,78%)
(0.34/0.46/0.00/0.78)	

CMYK percentages

%33.93
%46.43
%0
%78.04

Codes

Color #251E38 in popluar color models

251E38
RGB373056
HSL256°30.23%16.86%
HSB/HSV256°46.43%21.96%
CMYK33.93%46.43%0.00%
78.04%

Color #251E38 in popluar number systems.

HEX251E38
Decimal373056
Binary10010111110111000
Octal453670

Shades and tints

Shades of #251E38

#251E38
(37,30,56)
#221C33
(34,28,51)
#1F1A2E
(31,26,46)
#1C1829
(28,24,41)
#191624
(25,22,36)
#16141F
(22,20,31)
#13121A
(19,18,26)
#101015
(16,16,21)
#0D0E10
(13,14,16)
#0A0C0B
(10,12,11)
#070A06
(7,10,6)
#000000
(0,0,0)

Tints of #251E38

#251E38
(37,30,56)
#38324A
(56,50,74)
#4B465C
(75,70,92)
#5E5A6E
(94,90,110)
#716E80
(113,110,128)
#848292
(132,130,146)
#9796A4
(151,150,164)
#AAAAB6
(170,170,182)
#BDBEC8
(189,190,200)
#D0D2DA
(208,210,218)
#E3E6EC
(227,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251E38; }

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

This text font color is #251E38.


Background Color

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

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

This div background color is #251E38.


Border color

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

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

This div border color is #251E38.


Opacity

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

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

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

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

This text has shadow with #251E38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251E38 on black background.


Color preview on white background

This text has color #251E38 on white background.



Black color preview on #251E38 background

This text has black color on #251E38 background.


White color preview on #251E38 background

This text has white color on #251E38 background.