COLOR #251F4D

HEX: #251F4D RGB: (37,31,77)

Color info

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

RGB color model

#251F4D color RGB value is (37,31,77).

RGB: (37,31,77) (15%, 12%, 30%)

RGB channels and saturation

R 37 of 255 = 15%
G 31 of 255 = 12%
B 77 of 255 = 30%

37
31
77

R + G + B ~ 19%. #251F4D is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 31 + 77 = 145 (100%)
R 37 of 145 ~ 25.52%
G 31 of 145 ~ 21.38%
B 77 of 145 ~ 53.1'%

%25.52
%21.38
%53.1

CMYK color model

#251F4D color CMYK value is (52,60,0,70).

  • cyan value is 51.95%
  • magenta value is 59.74%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (52,60,0,70)
C52M60Y0K70 (52%, 60%, 0%, 70%)
(0.52 / 0.60 / 0.00 / 0.70)

CMYK percentages

%51.95
%59.74
%0
%69.8

Codes

Color #251F4D in popluar color models

25 1F 4D
RGB 37 31 77
HSL 248° 42.59% 21.18%
HSB/HSV 248° 59.74% 30.20%
CMYK 51.95% 59.74% 0.00%
69.80%

Color #251F4D in popluar number systems.

HEX 25 1F 4D
Decimal 37 31 77
Binary 100101 11111 1001101
Octal 45 37 115

Shades and tints

Shades of #251F4D

#251F4D
(37,31,77)
#221D46
(34,29,70)
#1F1B3F
(31,27,63)
#1C1938
(28,25,56)
#191731
(25,23,49)
#16152A
(22,21,42)
#131323
(19,19,35)
#10111C
(16,17,28)
#0D0F15
(13,15,21)
#0A0D0E
(10,13,14)
#070B07
(7,11,7)
#000000
(0,0,0)

Tints of #251F4D

#251F4D
(37,31,77)
#38335D
(56,51,93)
#4B476D
(75,71,109)
#5E5B7D
(94,91,125)
#716F8D
(113,111,141)
#84839D
(132,131,157)
#9797AD
(151,151,173)
#AAABBD
(170,171,189)
#BDBFCD
(189,191,205)
#D0D3DD
(208,211,221)
#E3E7ED
(227,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #251F4D color. Also use rgb(37,31,77) instead hex code.

Text Font Color

.myTextColor { color: #251F4D; }

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

This text font color is #251F4D.

Background Color

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

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

This div background color is #251F4D.

Border color

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

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

This div border color is #251F4D.

Opacity

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

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

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

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

This text has shadow with #251F4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #251F4D.

Preview

Color preview on black background

This text has color #251F4D on black background.


Color preview on white background

This text has color #251F4D on white background.


Black color preview on #251F4D background

This text has black color on #251F4D background.


White color preview on #251F4D background

This text has white color on #251F4D background.


Related colors

Complementary color

Complementary color for #hex is #DAE0B2.


I love getcolorcode.com

Triadic colors

1 #4D251F and #1F4D25 with #251F4D are triadic colors.

2 #4D1F25 and #1F254D with #251F4D are triadic colors.