COLOR #251210

HEX: #251210
RGB: (37,18,16)

Color info

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

RGB color model

#251210 color RGB value is (37,18,16).

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

RGB channels and saturation

R 37 of 255 = 15%
G 18 of 255 = 7%
B 16 of 255 = 6%

37
18
16

R + G + B ~ 9%. #251210 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 18 + 16 = 71 (100%)
R 37 of 71 ~ 52.11%
G 18 of 71 ~ 25.35%
B 16 of 71 ~ 22.54%

%52.11
%25.35
%22.54

CMYK color model

#251210 color CMYK value is (0,51,57,85).

  • cyan value is 0.00%
  • magenta value is 51.35%
  • yellow value is 56.76%
  • key color value is 85.49%
CMYK:
(0,51,57,85)
C0M51Y57K85 
(0%,51%,57%,85%)
(0.00/0.51/0.57/0.85)	

CMYK percentages

%0
%51.35
%56.76
%85.49

Codes

Color #251210 in popluar color models

251210
RGB371816
HSL39.62%10.39%
HSB/HSV56.76%14.51%
CMYK0.00%51.35%56.76%
85.49%

Color #251210 in popluar number systems.

HEX251210
Decimal371816
Binary1001011001010000
Octal452220

Shades and tints

Shades of #251210

#251210
(37,18,16)
#22110F
(34,17,15)
#1F100E
(31,16,14)
#1C0F0D
(28,15,13)
#190E0C
(25,14,12)
#160D0B
(22,13,11)
#130C0A
(19,12,10)
#100B09
(16,11,9)
#0D0A08
(13,10,8)
#0A0907
(10,9,7)
#070806
(7,8,6)
#000000
(0,0,0)

Tints of #251210

#251210
(37,18,16)
#382725
(56,39,37)
#4B3C3A
(75,60,58)
#5E514F
(94,81,79)
#716664
(113,102,100)
#847B79
(132,123,121)
#97908E
(151,144,142)
#AAA5A3
(170,165,163)
#BDBAB8
(189,186,184)
#D0CFCD
(208,207,205)
#E3E4E2
(227,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251210; }

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

This text font color is #251210.


Background Color

.myBgColor { background-color: #251210; }

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

This div background color is #251210.


Border color

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

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

This div border color is #251210.


Opacity

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

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

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

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

This text has shadow with #251210 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251210 on black background.


Color preview on white background

This text has color #251210 on white background.



Black color preview on #251210 background

This text has black color on #251210 background.


White color preview on #251210 background

This text has white color on #251210 background.