Color Hex Logo

#653d11 Color Hex

#653D11
(101,61,17)
0 Favorites   0 Comments

Color spaces of #653d11

RGB 1016117
HSL0.090.710.23
HSV31°83°40°
CMYK 0.000.400.83   0.60
XYZ7.13676.14471.3402
Yxy6.14470.48810.4202
Hunter Lab24.78858.010914.1464
CIE-Lab29.774613.634332.7440

#653d11 color RGB value is (101,61,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111101 00010001
Octal 145 75 21
Decimal 101 61 17
Hex 65 3D 11

RGB Percentages of Color #653d11

%56.42
%34.08
%9.50

CMYK Percentages of Color #653d11

%0
%40
%83
%60

Triadic Colors of #653d11

#653d11 #11653d #3d1165

Analogous Colors of #653d11

#653d11 #636511 #651311

Monochromatic Colors of #653d11

#653d11

Complementary Color

#653d11 #113965

#653d11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653d11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#653d11 Color CSS Codes

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

#653d11 Text Font Color

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

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


#653d11 Background Color

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

This div background color is #653d11


#653d11 Border Color

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

This div border color is #653d11


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,61,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 #653d11">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653d11


Comments

No comments written yet.

Please login to write comment.