COLOR #251601

HEX: #251601
RGB: (37,22,1)

Color info

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

RGB color model

#251601 color RGB value is (37,22,1).

  • red value is 37;
  • green value is 22;
  • blue value is 1.
RGB:
(37,22,1)
(15%,9%,0%)

RGB channels and saturation

R 37 of 255 = 15%
G 22 of 255 = 9%
B 1 of 255 = 0%

37
22
1

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

Portions of RGB colors in percentages

R + G + B =
37 + 22 + 1 = 60 (100%)
R 37 of 60 ~ 61.67%
G 22 of 60 ~ 36.67%
B 1 of 60 ~ 1.67%

%61.67
%36.67

CMYK color model

#251601 color CMYK value is (0,41,97,85).

  • cyan value is 0.00%
  • magenta value is 40.54%
  • yellow value is 97.30%
  • key color value is 85.49%
CMYK:
(0,41,97,85)
C0M41Y97K85 
(0%,41%,97%,85%)
(0.00/0.41/0.97/0.85)	

CMYK percentages

%0
%40.54
%97.3
%85.49

Codes

Color #251601 in popluar color models

251601
RGB37221
HSL35°94.74%7.45%
HSB/HSV35°97.30%14.51%
CMYK0.00%40.54%97.30%
85.49%

Color #251601 in popluar number systems.

HEX251601
Decimal37221
Binary100101101101
Octal45261

Shades and tints

Shades of #251601

#251601
(37,22,1)
#221401
(34,20,1)
#1F1201
(31,18,1)
#1C1001
(28,16,1)
#190E01
(25,14,1)
#160C01
(22,12,1)
#130A01
(19,10,1)
#100801
(16,8,1)
#0D0601
(13,6,1)
#0A0401
(10,4,1)
#070201
(7,2,1)
#000000
(0,0,0)

Tints of #251601

#251601
(37,22,1)
#382B18
(56,43,24)
#4B402F
(75,64,47)
#5E5546
(94,85,70)
#716A5D
(113,106,93)
#847F74
(132,127,116)
#97948B
(151,148,139)
#AAA9A2
(170,169,162)
#BDBEB9
(189,190,185)
#D0D3D0
(208,211,208)
#E3E8E7
(227,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #251601 color. Also use rgb(37,22,1) instead hex code.

Text Font Color

.myTextColor { color: #251601; }

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

This text font color is #251601.


Background Color

.myBgColor { background-color: #251601; }

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

This div background color is #251601.


Border color

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

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

This div border color is #251601.


Opacity

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

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

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

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

This text has shadow with #251601 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251601 on black background.


Color preview on white background

This text has color #251601 on white background.



Black color preview on #251601 background

This text has black color on #251601 background.


White color preview on #251601 background

This text has white color on #251601 background.