COLOR #251309

HEX: #251309
RGB: (37,19,9)

Color info

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

RGB color model

#251309 color RGB value is (37,19,9).

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

RGB channels and saturation

R 37 of 255 = 15%
G 19 of 255 = 7%
B 9 of 255 = 4%

37
19
9

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

Portions of RGB colors in percentages

R + G + B =
37 + 19 + 9 = 65 (100%)
R 37 of 65 ~ 56.92%
G 19 of 65 ~ 29.23%
B 9 of 65 ~ 13.85%

%56.92
%29.23
%13.85

CMYK color model

#251309 color CMYK value is (0,49,76,85).

  • cyan value is 0.00%
  • magenta value is 48.65%
  • yellow value is 75.68%
  • key color value is 85.49%
CMYK:
(0,49,76,85)
C0M49Y76K85 
(0%,49%,76%,85%)
(0.00/0.49/0.76/0.85)	

CMYK percentages

%0
%48.65
%75.68
%85.49

Codes

Color #251309 in popluar color models

251309
RGB37199
HSL21°60.87%9.02%
HSB/HSV21°75.68%14.51%
CMYK0.00%48.65%75.68%
85.49%

Color #251309 in popluar number systems.

HEX251309
Decimal37199
Binary100101100111001
Octal452311

Shades and tints

Shades of #251309

#251309
(37,19,9)
#221209
(34,18,9)
#1F1109
(31,17,9)
#1C1009
(28,16,9)
#190F09
(25,15,9)
#160E09
(22,14,9)
#130D09
(19,13,9)
#100C09
(16,12,9)
#0D0B09
(13,11,9)
#0A0A09
(10,10,9)
#070909
(7,9,9)
#000000
(0,0,0)

Tints of #251309

#251309
(37,19,9)
#38281F
(56,40,31)
#4B3D35
(75,61,53)
#5E524B
(94,82,75)
#716761
(113,103,97)
#847C77
(132,124,119)
#97918D
(151,145,141)
#AAA6A3
(170,166,163)
#BDBBB9
(189,187,185)
#D0D0CF
(208,208,207)
#E3E5E5
(227,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251309; }

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

This text font color is #251309.


Background Color

.myBgColor { background-color: #251309; }

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

This div background color is #251309.


Border color

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

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

This div border color is #251309.


Opacity

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

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

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

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

This text has shadow with #251309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251309 on black background.


Color preview on white background

This text has color #251309 on white background.



Black color preview on #251309 background

This text has black color on #251309 background.


White color preview on #251309 background

This text has white color on #251309 background.