Color Hex Logo

#651a2e Color Hex

#651A2E
(101,26,46)
0 Favorites   0 Comments

Color spaces of #651a2e

RGB 1012646
HSL0.960.590.25
HSV344°74°40°
CMYK 0.000.740.54   0.60
XYZ6.22943.70272.9711
Yxy3.70270.48280.2870
Hunter Lab19.242424.11214.3151
CIE-Lab22.663234.94016.4487

#651a2e color RGB value is (101,26,46).

#651a2e hex color red value is 101, green value is 26 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #651a2e hue: 0.96 , saturation: 0.59 and the lightness value of 651a2e is 0.25.

The process color (four color CMYK) of #651a2e color hex is 0.00, 0.74, 0.54, 0.60. Web safe color of #651a2e is #663333. Color #651a2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00011010 00101110
Octal 145 32 56
Decimal 101 26 46
Hex 65 1A 2E

RGB Percentages of Color #651a2e

%58.38
%15.03
%26.59

CMYK Percentages of Color #651a2e

%0
%74
%54
%60

Triadic Colors of #651a2e

#651a2e #2e651a #1a2e65

Analogous Colors of #651a2e

#651a2e #652c1a #651a53

Monochromatic Colors of #651a2e

#651a2e

Complementary Color

#651a2e #1a6551

#651a2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#651a2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#651a2e Color CSS Codes

.mybgcolor {background-color:#651a2e; } 
.myforecolor {color:#651a2e; }
.mybordercolor {border:3px solid #651a2e; }

#651a2e Text Font Color

<p style="color:#651a2e">Text here</p>

This sample text font color is #651a2e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#651a2e Background Color

<div style="background-color:#651a2e">
Div content here</div>

This div background color is #651a2e


#651a2e Border Color

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

This div border color is #651a2e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,26,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #651a2e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #651a2e;
  -webkit-box-shadow: 1px 1px 3px 2px #651a2e;
  box-shadow:         1px 1px 3px 2px #651a2e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,26,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #651a2e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #651a2e;
  -webkit-box-shadow: 1px 1px 3px 2px #651a2e;
  box-shadow:         1px 1px 3px 2px #651a2e;">
Div content here</div>

This div box has shadow with color #651a2e


Comments

No comments written yet.

Please login to write comment.