COLOR #251517

HEX: #251517
RGB: (37,21,23)

Color info

#251517 contains red, green and blue colors in about the same proportion. Web safe color of #251517 is #330000 (or #300).

RGB color model

#251517 color RGB value is (37,21,23).

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

RGB channels and saturation

R 37 of 255 = 15%
G 21 of 255 = 8%
B 23 of 255 = 9%

37
21
23

R + G + B ~ 11%. #251517 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 21 + 23 = 81 (100%)
R 37 of 81 ~ 45.68%
G 21 of 81 ~ 25.93%
B 23 of 81 ~ 28.4%

%45.68
%25.93
%28.4

CMYK color model

#251517 color CMYK value is (0,43,38,85).

  • cyan value is 0.00%
  • magenta value is 43.24%
  • yellow value is 37.84%
  • key color value is 85.49%
CMYK:
(0,43,38,85)
C0M43Y38K85 
(0%,43%,38%,85%)
(0.00/0.43/0.38/0.85)	

CMYK percentages

%0
%43.24
%37.84
%85.49

Codes

Color #251517 in popluar color models

251517
RGB372123
HSL353°27.59%11.37%
HSB/HSV353°43.24%14.51%
CMYK0.00%43.24%37.84%
85.49%

Color #251517 in popluar number systems.

HEX251517
Decimal372123
Binary1001011010110111
Octal452527

Shades and tints

Shades of #251517

#251517
(37,21,23)
#221415
(34,20,21)
#1F1313
(31,19,19)
#1C1211
(28,18,17)
#19110F
(25,17,15)
#16100D
(22,16,13)
#130F0B
(19,15,11)
#100E09
(16,14,9)
#0D0D07
(13,13,7)
#0A0C05
(10,12,5)
#070B03
(7,11,3)
#000000
(0,0,0)

Tints of #251517

#251517
(37,21,23)
#382A2C
(56,42,44)
#4B3F41
(75,63,65)
#5E5456
(94,84,86)
#71696B
(113,105,107)
#847E80
(132,126,128)
#979395
(151,147,149)
#AAA8AA
(170,168,170)
#BDBDBF
(189,189,191)
#D0D2D4
(208,210,212)
#E3E7E9
(227,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251517; }

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

This text font color is #251517.


Background Color

.myBgColor { background-color: #251517; }

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

This div background color is #251517.


Border color

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

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

This div border color is #251517.


Opacity

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

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

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

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

This text has shadow with #251517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251517 on black background.


Color preview on white background

This text has color #251517 on white background.



Black color preview on #251517 background

This text has black color on #251517 background.


White color preview on #251517 background

This text has white color on #251517 background.