COLOR #251513

HEX: #251513
RGB: (37,21,19)

Color info

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

RGB color model

#251513 color RGB value is (37,21,19).

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

RGB channels and saturation

R 37 of 255 = 15%
G 21 of 255 = 8%
B 19 of 255 = 7%

37
21
19

R + G + B ~ 10%. #251513 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 21 + 19 = 77 (100%)
R 37 of 77 ~ 48.05%
G 21 of 77 ~ 27.27%
B 19 of 77 ~ 24.68%

%48.05
%27.27
%24.68

CMYK color model

#251513 color CMYK value is (0,43,49,85).

  • cyan value is 0.00%
  • magenta value is 43.24%
  • yellow value is 48.65%
  • key color value is 85.49%
CMYK:
(0,43,49,85)
C0M43Y49K85 
(0%,43%,49%,85%)
(0.00/0.43/0.49/0.85)	

CMYK percentages

%0
%43.24
%48.65
%85.49

Codes

Color #251513 in popluar color models

251513
RGB372119
HSL32.14%10.98%
HSB/HSV48.65%14.51%
CMYK0.00%43.24%48.65%
85.49%

Color #251513 in popluar number systems.

HEX251513
Decimal372119
Binary1001011010110011
Octal452523

Shades and tints

Shades of #251513

#251513
(37,21,19)
#221412
(34,20,18)
#1F1311
(31,19,17)
#1C1210
(28,18,16)
#19110F
(25,17,15)
#16100E
(22,16,14)
#130F0D
(19,15,13)
#100E0C
(16,14,12)
#0D0D0B
(13,13,11)
#0A0C0A
(10,12,10)
#070B09
(7,11,9)
#000000
(0,0,0)

Tints of #251513

#251513
(37,21,19)
#382A28
(56,42,40)
#4B3F3D
(75,63,61)
#5E5452
(94,84,82)
#716967
(113,105,103)
#847E7C
(132,126,124)
#979391
(151,147,145)
#AAA8A6
(170,168,166)
#BDBDBB
(189,189,187)
#D0D2D0
(208,210,208)
#E3E7E5
(227,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251513; }

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

This text font color is #251513.


Background Color

.myBgColor { background-color: #251513; }

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

This div background color is #251513.


Border color

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

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

This div border color is #251513.


Opacity

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

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

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

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

This text has shadow with #251513 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251513 on black background.


Color preview on white background

This text has color #251513 on white background.



Black color preview on #251513 background

This text has black color on #251513 background.


White color preview on #251513 background

This text has white color on #251513 background.