COLOR #251237

HEX: #251237
RGB: (37,18,55)

Color info

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

RGB color model

#251237 color RGB value is (37,18,55).

  • red value is 37;
  • green value is 18;
  • blue value is 55.
RGB:
(37,18,55)
(15%,7%,22%)

RGB channels and saturation

R 37 of 255 = 15%
G 18 of 255 = 7%
B 55 of 255 = 22%

37
18
55

R + G + B ~ 15%. #251237 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 18 + 55 = 110 (100%)
R 37 of 110 ~ 33.64%
G 18 of 110 ~ 16.36%
B 55 of 110 ~ 50%

%33.64
%16.36
%50

CMYK color model

#251237 color CMYK value is (33,67,0,78).

  • cyan value is 32.73%
  • magenta value is 67.27%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(33,67,0,78)
C33M67Y0K78 
(33%,67%,0%,78%)
(0.33/0.67/0.00/0.78)	

CMYK percentages

%32.73
%67.27
%0
%78.43

Codes

Color #251237 in popluar color models

251237
RGB371855
HSL271°50.68%14.31%
HSB/HSV271°67.27%21.57%
CMYK32.73%67.27%0.00%
78.43%

Color #251237 in popluar number systems.

HEX251237
Decimal371855
Binary10010110010110111
Octal452267

Shades and tints

Shades of #251237

#251237
(37,18,55)
#221132
(34,17,50)
#1F102D
(31,16,45)
#1C0F28
(28,15,40)
#190E23
(25,14,35)
#160D1E
(22,13,30)
#130C19
(19,12,25)
#100B14
(16,11,20)
#0D0A0F
(13,10,15)
#0A090A
(10,9,10)
#070805
(7,8,5)
#000000
(0,0,0)

Tints of #251237

#251237
(37,18,55)
#382749
(56,39,73)
#4B3C5B
(75,60,91)
#5E516D
(94,81,109)
#71667F
(113,102,127)
#847B91
(132,123,145)
#9790A3
(151,144,163)
#AAA5B5
(170,165,181)
#BDBAC7
(189,186,199)
#D0CFD9
(208,207,217)
#E3E4EB
(227,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #251237 color. Also use rgb(37,18,55) instead hex code.

Text Font Color

.myTextColor { color: #251237; }

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

This text font color is #251237.


Background Color

.myBgColor { background-color: #251237; }

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

This div background color is #251237.


Border color

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

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

This div border color is #251237.


Opacity

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

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

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

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

This text has shadow with #251237 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251237 on black background.


Color preview on white background

This text has color #251237 on white background.



Black color preview on #251237 background

This text has black color on #251237 background.


White color preview on #251237 background

This text has white color on #251237 background.