Color Hex Logo

#653513 Color Hex

#653513
(101,53,19)
0 Favorites   0 Comments

Color spaces of #653513

RGB 1015319
HSL0.070.680.24
HSV25°81°40°
CMYK 0.000.480.81   0.60
XYZ6.75755.35991.2945
Yxy5.35990.50380.3996
Hunter Lab23.151511.585912.8909
CIE-Lab27.736518.615429.7608

#653513 color RGB value is (101,53,19).

#653513 hex color red value is 101, green value is 53 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #653513 hue: 0.07 , saturation: 0.68 and the lightness value of 653513 is 0.24.

The process color (four color CMYK) of #653513 color hex is 0.00, 0.48, 0.81, 0.60. Web safe color of #653513 is #663300. Color #653513 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00110101 00010011
Octal 145 65 23
Decimal 101 53 19
Hex 65 35 13

RGB Percentages of Color #653513

%58.38
%30.64
%10.98

CMYK Percentages of Color #653513

%0
%48
%81
%60

Triadic Colors of #653513

#653513 #136535 #351365

Analogous Colors of #653513

#653513 #655e13 #65131a

Monochromatic Colors of #653513

#653513

Complementary Color

#653513 #134365

#653513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#653513 Color CSS Codes

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

#653513 Text Font Color

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

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


#653513 Background Color

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

This div background color is #653513


#653513 Border Color

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

This div border color is #653513


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653513


Comments

No comments written yet.

Please login to write comment.