COLOR #251749

HEX: #251749
RGB: (37,23,73)

Color info

#251749 contains red, green and blue colors in about the same proportion. Web safe color of #251749 is #330033 (or #303).

RGB color model

#251749 color RGB value is (37,23,73).

  • red value is 37;
  • green value is 23;
  • blue value is 73.
RGB:
(37,23,73)
(15%,9%,29%)

RGB channels and saturation

R 37 of 255 = 15%
G 23 of 255 = 9%
B 73 of 255 = 29%

37
23
73

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

Portions of RGB colors in percentages

R + G + B =
37 + 23 + 73 = 133 (100%)
R 37 of 133 ~ 27.82%
G 23 of 133 ~ 17.29%
B 73 of 133 ~ 54.89%

%27.82
%17.29
%54.89

CMYK color model

#251749 color CMYK value is (49,68,0,71).

  • cyan value is 49.32%
  • magenta value is 68.49%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(49,68,0,71)
C49M68Y0K71 
(49%,68%,0%,71%)
(0.49/0.68/0.00/0.71)	

CMYK percentages

%49.32
%68.49
%0
%71.37

Codes

Color #251749 in popluar color models

251749
RGB372373
HSL257°52.08%18.82%
HSB/HSV257°68.49%28.63%
CMYK49.32%68.49%0.00%
71.37%

Color #251749 in popluar number systems.

HEX251749
Decimal372373
Binary100101101111001001
Octal4527111

Shades and tints

Shades of #251749

#251749
(37,23,73)
#221543
(34,21,67)
#1F133D
(31,19,61)
#1C1137
(28,17,55)
#190F31
(25,15,49)
#160D2B
(22,13,43)
#130B25
(19,11,37)
#10091F
(16,9,31)
#0D0719
(13,7,25)
#0A0513
(10,5,19)
#07030D
(7,3,13)
#000000
(0,0,0)

Tints of #251749

#251749
(37,23,73)
#382C59
(56,44,89)
#4B4169
(75,65,105)
#5E5679
(94,86,121)
#716B89
(113,107,137)
#848099
(132,128,153)
#9795A9
(151,149,169)
#AAAAB9
(170,170,185)
#BDBFC9
(189,191,201)
#D0D4D9
(208,212,217)
#E3E9E9
(227,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #251749 color. Also use rgb(37,23,73) instead hex code.

Text Font Color

.myTextColor { color: #251749; }

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

This text font color is #251749.


Background Color

.myBgColor { background-color: #251749; }

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

This div background color is #251749.


Border color

.myBorderColor { border: 1px solid #251749; }

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

This div border color is #251749.


Opacity

.myOpacity80 { color: #251749; opacity: 0.8; }

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

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

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

This text has shadow with #251749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251749 on black background.


Color preview on white background

This text has color #251749 on white background.



Black color preview on #251749 background

This text has black color on #251749 background.


White color preview on #251749 background

This text has white color on #251749 background.