Color Hex Logo

#653344 Color Hex

#653344
(101,51,68)
0 Favorites   0 Comments

Color spaces of #653344

RGB 1015168
HSL0.940.330.30
HSV340°50°40°
CMYK 0.000.500.33   0.60
XYZ7.59405.55176.1402
Yxy5.55170.39380.2879
Hunter Lab23.562016.29661.0426
CIE-Lab28.252024.6097-0.3990

#653344 color RGB value is (101,51,68).

#653344 hex color red value is 101, green value is 51 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #653344 hue: 0.94 , saturation: 0.33 and the lightness value of 653344 is 0.30.

The process color (four color CMYK) of #653344 color hex is 0.00, 0.50, 0.33, 0.60. Web safe color of #653344 is #663333. Color #653344 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00110011 01000100
Octal 145 63 104
Decimal 101 51 68
Hex 65 33 44

RGB Percentages of Color #653344

%45.91
%23.18
%30.91

CMYK Percentages of Color #653344

%0
%50
%33
%60

Triadic Colors of #653344

#653344 #446533 #334465

Analogous Colors of #653344

#653344 #653b33 #65335d

Monochromatic Colors of #653344

#653344

Complementary Color

#653344 #336554

#653344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#653344 Color CSS Codes

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

#653344 Text Font Color

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

This sample text font color is #653344
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.


#653344 Background Color

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

This div background color is #653344


#653344 Border Color

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

This div border color is #653344


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,51,68, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #653344; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #653344;
  -webkit-box-shadow: 1px 1px 3px 2px #653344;
  box-shadow:         1px 1px 3px 2px #653344; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653344


Comments

No comments written yet.

Please login to write comment.