COLOR #651E37

HEX: #651E37
RGB: (101,30,55)

Color info

#651E37 contains mainly red and blue colors. Web safe color of #651E37 is #663333 (or #633).

RGB color model

#651E37 color RGB value is (101,30,55).

  • red value is 101;
  • green value is 30;
  • blue value is 55.
RGB:
(101,30,55)
(40%,12%,22%)

RGB channels and saturation

R 101 of 255 = 40%
G 30 of 255 = 12%
B 55 of 255 = 22%

101
30
55

R + G + B ~ 25%. #651E37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 30 + 55 = 186 (100%)
R 101 of 186 ~ 54.3%
G 30 of 186 ~ 16.13%
B 55 of 186 ~ 29.57%

%54.3
%16.13
%29.57

CMYK color model

#651E37 color CMYK value is (0,70,46,60).

  • cyan value is 0.00%
  • magenta value is 70.30%
  • yellow value is 45.54%
  • key color value is 60.39%
CMYK:
(0,70,46,60)
C0M70Y46K60 
(0%,70%,46%,60%)
(0.00/0.70/0.46/0.60)	

CMYK percentages

%0
%70.3
%45.54
%60.39

Codes

Color #651E37 in popluar color models

651E37
RGB1013055
HSL339°54.20%25.69%
HSB/HSV339°70.30%39.61%
CMYK0.00%70.30%45.54%
60.39%

Color #651E37 in popluar number systems.

HEX651E37
Decimal1013055
Binary110010111110110111
Octal1453667

Shades and tints

Shades of #651E37

#651E37
(101,30,55)
#5C1C32
(92,28,50)
#531A2D
(83,26,45)
#4A1828
(74,24,40)
#411623
(65,22,35)
#38141E
(56,20,30)
#2F1219
(47,18,25)
#261014
(38,16,20)
#1D0E0F
(29,14,15)
#140C0A
(20,12,10)
#0B0A05
(11,10,5)
#000000
(0,0,0)

Tints of #651E37

#651E37
(101,30,55)
#733249
(115,50,73)
#81465B
(129,70,91)
#8F5A6D
(143,90,109)
#9D6E7F
(157,110,127)
#AB8291
(171,130,145)
#B996A3
(185,150,163)
#C7AAB5
(199,170,181)
#D5BEC7
(213,190,199)
#E3D2D9
(227,210,217)
#F1E6EB
(241,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #651E37 color. Also use rgb(101,30,55) instead hex code.

Text Font Color

.myTextColor { color: #651E37; }

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

This text font color is #651E37.


Background Color

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

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

This div background color is #651E37.


Border color

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

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

This div border color is #651E37.


Opacity

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

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

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

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

This text has shadow with #651E37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #651E37 on black background.


Color preview on white background

This text has color #651E37 on white background.



Black color preview on #651E37 background

This text has black color on #651E37 background.


White color preview on #651E37 background

This text has white color on #651E37 background.