COLOR #251306

HEX: #251306 RGB: (37,19,6)

Color info

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

RGB color model

#251306 color RGB value is (37,19,6).

RGB: (37,19,6) (15%, 7%, 2%)

RGB channels and saturation

R 37 of 255 = 15%
G 19 of 255 = 7%
B 6 of 255 = 2%

37
19
6

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

Portions of RGB colors in percentages

R + G + B = 37 + 19 + 6 = 62 (100%)
R 37 of 62 ~ 59.68%
G 19 of 62 ~ 30.65%
B 6 of 62 ~ 9.68'%

%59.68
%30.65

CMYK color model

#251306 color CMYK value is (0,49,84,85).

  • cyan value is 0.00%
  • magenta value is 48.65%
  • yellow value is 83.78%
  • key color value is 85.49%

CMYK: (0,49,84,85)
C0M49Y84K85 (0%, 49%, 84%, 85%)
(0.00 / 0.49 / 0.84 / 0.85)

CMYK percentages

%0
%48.65
%83.78
%85.49

Codes

Color #251306 in popluar color models

25 13 06
RGB 37 19 6
HSL 25° 72.09% 8.43%
HSB/HSV 25° 83.78% 14.51%
CMYK 0.00% 48.65% 83.78%
85.49%

Color #251306 in popluar number systems.

HEX 25 13 06
Decimal 37 19 6
Binary 100101 10011 110
Octal 45 23 6

Shades and tints

Shades of #251306

#251306
(37,19,6)
#221206
(34,18,6)
#1F1106
(31,17,6)
#1C1006
(28,16,6)
#190F06
(25,15,6)
#160E06
(22,14,6)
#130D06
(19,13,6)
#100C06
(16,12,6)
#0D0B06
(13,11,6)
#0A0A06
(10,10,6)
#070906
(7,9,6)
#000000
(0,0,0)

Tints of #251306

#251306
(37,19,6)
#38281C
(56,40,28)
#4B3D32
(75,61,50)
#5E5248
(94,82,72)
#71675E
(113,103,94)
#847C74
(132,124,116)
#97918A
(151,145,138)
#AAA6A0
(170,166,160)
#BDBBB6
(189,187,182)
#D0D0CC
(208,208,204)
#E3E5E2
(227,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251306; }

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

This text font color is #251306.

Background Color

.myBgColor { background-color: #251306; }

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

This div background color is #251306.

Border color

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

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

This div border color is #251306.

Opacity

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

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

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

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

This text has shadow with #251306 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #251306.

Preview

Color preview on black background

This text has color #251306 on black background.


Color preview on white background

This text has color #251306 on white background.


Black color preview on #251306 background

This text has black color on #251306 background.


White color preview on #251306 background

This text has white color on #251306 background.


Related colors

Complementary color

Complementary color for #hex is #DAECF9.


I love getcolorcode.com

Triadic colors

1 #062513 and #130625 with #251306 are triadic colors.

2 #061325 and #132506 with #251306 are triadic colors.