COLOR #251D30

HEX: #251D30
RGB: (37,29,48)

Color info

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

RGB color model

#251D30 color RGB value is (37,29,48).

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

RGB channels and saturation

R 37 of 255 = 15%
G 29 of 255 = 11%
B 48 of 255 = 19%

37
29
48

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

Portions of RGB colors in percentages

R + G + B =
37 + 29 + 48 = 114 (100%)
R 37 of 114 ~ 32.46%
G 29 of 114 ~ 25.44%
B 48 of 114 ~ 42.11%

%32.46
%25.44
%42.11

CMYK color model

#251D30 color CMYK value is (23,40,0,81).

  • cyan value is 22.92%
  • magenta value is 39.58%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(23,40,0,81)
C23M40Y0K81 
(23%,40%,0%,81%)
(0.23/0.40/0.00/0.81)	

CMYK percentages

%22.92
%39.58
%0
%81.18

Codes

Color #251D30 in popluar color models

251D30
RGB372948
HSL265°24.68%15.10%
HSB/HSV265°39.58%18.82%
CMYK22.92%39.58%0.00%
81.18%

Color #251D30 in popluar number systems.

HEX251D30
Decimal372948
Binary10010111101110000
Octal453560

Shades and tints

Shades of #251D30

#251D30
(37,29,48)
#221B2C
(34,27,44)
#1F1928
(31,25,40)
#1C1724
(28,23,36)
#191520
(25,21,32)
#16131C
(22,19,28)
#131118
(19,17,24)
#100F14
(16,15,20)
#0D0D10
(13,13,16)
#0A0B0C
(10,11,12)
#070908
(7,9,8)
#000000
(0,0,0)

Tints of #251D30

#251D30
(37,29,48)
#383142
(56,49,66)
#4B4554
(75,69,84)
#5E5966
(94,89,102)
#716D78
(113,109,120)
#84818A
(132,129,138)
#97959C
(151,149,156)
#AAA9AE
(170,169,174)
#BDBDC0
(189,189,192)
#D0D1D2
(208,209,210)
#E3E5E4
(227,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251D30; }

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

This text font color is #251D30.


Background Color

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

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

This div background color is #251D30.


Border color

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

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

This div border color is #251D30.


Opacity

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

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

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

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

This text has shadow with #251D30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251D30 on black background.


Color preview on white background

This text has color #251D30 on white background.



Black color preview on #251D30 background

This text has black color on #251D30 background.


White color preview on #251D30 background

This text has white color on #251D30 background.