Color Hex Logo

#653311 Color Hex

#653311
(101,51,17)
0 Favorites   0 Comments

Color spaces of #653311

RGB 1015117
HSL0.070.710.23
HSV24°83°40°
CMYK 0.000.500.83   0.60
XYZ6.65185.17481.1786
Yxy5.17480.51150.3979
Hunter Lab22.748212.385912.8519
CIE-Lab27.227119.725330.2877

#653311 color RGB value is (101,51,17).

#653311 hex color red value is 101, green value is 51 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #653311 hue: 0.07 , saturation: 0.71 and the lightness value of 653311 is 0.23.

The process color (four color CMYK) of #653311 color hex is 0.00, 0.50, 0.83, 0.60. Web safe color of #653311 is #663300. Color #653311 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00110011 00010001
Octal 145 63 21
Decimal 101 51 17
Hex 65 33 11

RGB Percentages of Color #653311

%59.76
%30.18
%10.06

CMYK Percentages of Color #653311

%0
%50
%83
%60

Triadic Colors of #653311

#653311 #116533 #331165

Analogous Colors of #653311

#653311 #655d11 #651119

Monochromatic Colors of #653311

#653311

Complementary Color

#653311 #114365

#653311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#653311 Color CSS Codes

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

#653311 Text Font Color

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

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


#653311 Background Color

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

This div background color is #653311


#653311 Border Color

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

This div border color is #653311


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653311


Comments

No comments written yet.

Please login to write comment.