COLOR #651A01

HEX: #651A01
RGB: (101,26,1)

Color info

#651A01 contains mainly red color. Web safe color of #651A01 is #660000 (or #600).

RGB color model

#651A01 color RGB value is (101,26,1).

  • red value is 101;
  • green value is 26;
  • blue value is 1.
RGB:
(101,26,1)
(40%,10%,0%)

RGB channels and saturation

R 101 of 255 = 40%
G 26 of 255 = 10%
B 1 of 255 = 0%

101
26
1

R + G + B ~ 17%. #651A01 is dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 26 + 1 = 128 (100%)
R 101 of 128 ~ 78.91%
G 26 of 128 ~ 20.31%
B 1 of 128 ~ 0.78%

%78.91
%20.31

CMYK color model

#651A01 color CMYK value is (0,74,99,60).

  • cyan value is 0.00%
  • magenta value is 74.26%
  • yellow value is 99.01%
  • key color value is 60.39%
CMYK:
(0,74,99,60)
C0M74Y99K60 
(0%,74%,99%,60%)
(0.00/0.74/0.99/0.60)	

CMYK percentages

%0
%74.26
%99.01
%60.39

Codes

Color #651A01 in popluar color models

651A01
RGB101261
HSL15°98.04%20.00%
HSB/HSV15°99.01%39.61%
CMYK0.00%74.26%99.01%
60.39%

Color #651A01 in popluar number systems.

HEX651A01
Decimal101261
Binary1100101110101
Octal145321

Shades and tints

Shades of #651A01

#651A01
(101,26,1)
#5C1801
(92,24,1)
#531601
(83,22,1)
#4A1401
(74,20,1)
#411201
(65,18,1)
#381001
(56,16,1)
#2F0E01
(47,14,1)
#260C01
(38,12,1)
#1D0A01
(29,10,1)
#140801
(20,8,1)
#0B0601
(11,6,1)
#000000
(0,0,0)

Tints of #651A01

#651A01
(101,26,1)
#732E18
(115,46,24)
#81422F
(129,66,47)
#8F5646
(143,86,70)
#9D6A5D
(157,106,93)
#AB7E74
(171,126,116)
#B9928B
(185,146,139)
#C7A6A2
(199,166,162)
#D5BAB9
(213,186,185)
#E3CED0
(227,206,208)
#F1E2E7
(241,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #651A01 color. Also use rgb(101,26,1) instead hex code.

Text Font Color

.myTextColor { color: #651A01; }

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

This text font color is #651A01.


Background Color

.myBgColor { background-color: #651A01; }

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

This div background color is #651A01.


Border color

.myBorderColor { border: 1px solid #651A01; }

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

This div border color is #651A01.


Opacity

.myOpacity80 { color: #651A01; opacity: 0.8; }

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

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

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

This text has shadow with #651A01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #651A01 on black background.


Color preview on white background

This text has color #651A01 on white background.



Black color preview on #651A01 background

This text has black color on #651A01 background.


White color preview on #651A01 background

This text has white color on #651A01 background.