COLOR #251500

HEX: #251500
RGB: (37,21,0)

Color info

#251500 contains only red and green colors. Web safe color of #251500 is #330000 (or #300).

RGB color model

#251500 color RGB value is (37,21,0).

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

RGB channels and saturation

R 37 of 255 = 15%
G 21 of 255 = 8%
B 0 of 255 = 0%

37
21
0

R + G + B ~ 8%. #251500 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 21 + 0 = 58 (100%)
R 37 of 58 ~ 63.79%
G 21 of 58 ~ 36.21%
B 0 of 58 ~ 0%

%63.79
%36.21

CMYK color model

#251500 color CMYK value is (0,43,100,85).

  • cyan value is 0.00%
  • magenta value is 43.24%
  • yellow value is 100.00%
  • key color value is 85.49%
CMYK:
(0,43,100,85)
C0M43Y100K85 
(0%,43%,100%,85%)
(0.00/0.43/1.00/0.85)	

CMYK percentages

%0
%43.24
%100
%85.49

Codes

Color #251500 in popluar color models

251500
RGB37210
HSL34°100.00%7.25%
HSB/HSV34°100.00%14.51%
CMYK0.00%43.24%100.00%
85.49%

Color #251500 in popluar number systems.

HEX251500
Decimal37210
Binary100101101010
Octal45250

Shades and tints

Shades of #251500

#251500
(37,21,0)
#221400
(34,20,0)
#1F1300
(31,19,0)
#1C1200
(28,18,0)
#191100
(25,17,0)
#161000
(22,16,0)
#130F00
(19,15,0)
#100E00
(16,14,0)
#0D0D00
(13,13,0)
#0A0C00
(10,12,0)
#070B00
(7,11,0)
#000000
(0,0,0)

Tints of #251500

#251500
(37,21,0)
#382A17
(56,42,23)
#4B3F2E
(75,63,46)
#5E5445
(94,84,69)
#71695C
(113,105,92)
#847E73
(132,126,115)
#97938A
(151,147,138)
#AAA8A1
(170,168,161)
#BDBDB8
(189,189,184)
#D0D2CF
(208,210,207)
#E3E7E6
(227,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251500; }

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

This text font color is #251500.


Background Color

.myBgColor { background-color: #251500; }

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

This div background color is #251500.


Border color

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

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

This div border color is #251500.


Opacity

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

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

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

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

This text has shadow with #251500 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251500 on black background.


Color preview on white background

This text has color #251500 on white background.



Black color preview on #251500 background

This text has black color on #251500 background.


White color preview on #251500 background

This text has white color on #251500 background.