COLOR #251510

HEX: #251510
RGB: (37,21,16)

Color info

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

RGB color model

#251510 color RGB value is (37,21,16).

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

RGB channels and saturation

R 37 of 255 = 15%
G 21 of 255 = 8%
B 16 of 255 = 6%

37
21
16

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

Portions of RGB colors in percentages

R + G + B =
37 + 21 + 16 = 74 (100%)
R 37 of 74 ~ 50%
G 21 of 74 ~ 28.38%
B 16 of 74 ~ 21.62%

%50
%28.38
%21.62

CMYK color model

#251510 color CMYK value is (0,43,57,85).

  • cyan value is 0.00%
  • magenta value is 43.24%
  • yellow value is 56.76%
  • key color value is 85.49%
CMYK:
(0,43,57,85)
C0M43Y57K85 
(0%,43%,57%,85%)
(0.00/0.43/0.57/0.85)	

CMYK percentages

%0
%43.24
%56.76
%85.49

Codes

Color #251510 in popluar color models

251510
RGB372116
HSL14°39.62%10.39%
HSB/HSV14°56.76%14.51%
CMYK0.00%43.24%56.76%
85.49%

Color #251510 in popluar number systems.

HEX251510
Decimal372116
Binary1001011010110000
Octal452520

Shades and tints

Shades of #251510

#251510
(37,21,16)
#22140F
(34,20,15)
#1F130E
(31,19,14)
#1C120D
(28,18,13)
#19110C
(25,17,12)
#16100B
(22,16,11)
#130F0A
(19,15,10)
#100E09
(16,14,9)
#0D0D08
(13,13,8)
#0A0C07
(10,12,7)
#070B06
(7,11,6)
#000000
(0,0,0)

Tints of #251510

#251510
(37,21,16)
#382A25
(56,42,37)
#4B3F3A
(75,63,58)
#5E544F
(94,84,79)
#716964
(113,105,100)
#847E79
(132,126,121)
#97938E
(151,147,142)
#AAA8A3
(170,168,163)
#BDBDB8
(189,189,184)
#D0D2CD
(208,210,205)
#E3E7E2
(227,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251510; }

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

This text font color is #251510.


Background Color

.myBgColor { background-color: #251510; }

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

This div background color is #251510.


Border color

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

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

This div border color is #251510.


Opacity

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

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

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

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

This text has shadow with #251510 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251510 on black background.


Color preview on white background

This text has color #251510 on white background.



Black color preview on #251510 background

This text has black color on #251510 background.


White color preview on #251510 background

This text has white color on #251510 background.