COLOR #251D48

HEX: #251D48 RGB: (37,29,72)

Color info

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

RGB color model

#251D48 color RGB value is (37,29,72).

RGB: (37,29,72) (15%, 11%, 28%)

RGB channels and saturation

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

37
29
72

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

Portions of RGB colors in percentages

R + G + B = 37 + 29 + 72 = 138 (100%)
R 37 of 138 ~ 26.81%
G 29 of 138 ~ 21.01%
B 72 of 138 ~ 52.17'%

%26.81
%21.01
%52.17

CMYK color model

#251D48 color CMYK value is (49,60,0,72).

  • cyan value is 48.61%
  • magenta value is 59.72%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK: (49,60,0,72) C49M60Y0K72 (49%,60%,0%,72%) (0.49/0.60/0.00/0.72) 

CMYK percentages

%48.61
%59.72
%0
%71.76

Codes

Color #251D48 in popluar color models

25 1D 48
RGB 37 29 72
HSL 251° 42.57% 19.80%
HSB/HSV 251° 59.72% 28.24%
CMYK 48.61% 59.72% 0.00%
71.76%

Color #251D48 in popluar number systems.

HEX 25 1D 48
Decimal 37 29 72
Binary 100101 11101 1001000
Octal 45 35 110

Shades and tints

Shades of #251D48

#251D48
(37,29,72)
#221B42
(34,27,66)
#1F193C
(31,25,60)
#1C1736
(28,23,54)
#191530
(25,21,48)
#16132A
(22,19,42)
#131124
(19,17,36)
#100F1E
(16,15,30)
#0D0D18
(13,13,24)
#0A0B12
(10,11,18)
#07090C
(7,9,12)
#000000
(0,0,0)

Tints of #251D48

#251D48
(37,29,72)
#383158
(56,49,88)
#4B4568
(75,69,104)
#5E5978
(94,89,120)
#716D88
(113,109,136)
#848198
(132,129,152)
#9795A8
(151,149,168)
#AAA9B8
(170,169,184)
#BDBDC8
(189,189,200)
#D0D1D8
(208,209,216)
#E3E5E8
(227,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251D48; }

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

This text font color is #251D48.

Background Color

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

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

This div background color is #251D48.

Border color

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

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

This div border color is #251D48.

Opacity

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

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

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

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

This text has shadow with #251D48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #251D48.

Preview

Color preview on black background

This text has color #251D48 on black background.


Color preview on white background

This text has color #251D48 on white background.


Black color preview on #251D48 background

This text has black color on #251D48 background.


White color preview on #251D48 background

This text has white color on #251D48 background.


Related colors

Complementary color

Complementary color for #hex is #DAE2B7.


I love getcolorcode.com

Triadic colors

1 #48251D and #1D4825 with #251D48 are triadic colors.

2 #481D25 and #1D2548 with #251D48 are triadic colors.