COLOR #251D47

HEX: #251D47
RGB: (37,29,71)

Color info

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

RGB color model

#251D47 color RGB value is (37,29,71).

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

RGB channels and saturation

R 37 of 255 = 15%
G 29 of 255 = 11%
B 71 of 255 = 28%

37
29
71

R + G + B ~ 18%. #251D47 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 29 + 71 = 137 (100%)
R 37 of 137 ~ 27.01%
G 29 of 137 ~ 21.17%
B 71 of 137 ~ 51.82%

%27.01
%21.17
%51.82

CMYK color model

#251D47 color CMYK value is (48,59,0,72).

  • cyan value is 47.89%
  • magenta value is 59.15%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(48,59,0,72)
C48M59Y0K72 
(48%,59%,0%,72%)
(0.48/0.59/0.00/0.72)	

CMYK percentages

%47.89
%59.15
%0
%72.16

Codes

Color #251D47 in popluar color models

251D47
RGB372971
HSL251°42.00%19.61%
HSB/HSV251°59.15%27.84%
CMYK47.89%59.15%0.00%
72.16%

Color #251D47 in popluar number systems.

HEX251D47
Decimal372971
Binary100101111011000111
Octal4535107

Shades and tints

Shades of #251D47

#251D47
(37,29,71)
#221B41
(34,27,65)
#1F193B
(31,25,59)
#1C1735
(28,23,53)
#19152F
(25,21,47)
#161329
(22,19,41)
#131123
(19,17,35)
#100F1D
(16,15,29)
#0D0D17
(13,13,23)
#0A0B11
(10,11,17)
#07090B
(7,9,11)
#000000
(0,0,0)

Tints of #251D47

#251D47
(37,29,71)
#383157
(56,49,87)
#4B4567
(75,69,103)
#5E5977
(94,89,119)
#716D87
(113,109,135)
#848197
(132,129,151)
#9795A7
(151,149,167)
#AAA9B7
(170,169,183)
#BDBDC7
(189,189,199)
#D0D1D7
(208,209,215)
#E3E5E7
(227,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251D47; }

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

This text font color is #251D47.


Background Color

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

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

This div background color is #251D47.


Border color

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

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

This div border color is #251D47.


Opacity

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

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

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

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

This text has shadow with #251D47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251D47 on black background.


Color preview on white background

This text has color #251D47 on white background.



Black color preview on #251D47 background

This text has black color on #251D47 background.


White color preview on #251D47 background

This text has white color on #251D47 background.