Color Hex Logo

#653013 Color Hex

#653013
(101,48,19)
0 Favorites   0 Comments

Color spaces of #653013

RGB 1014819
HSL0.060.680.24
HSV21°81°40°
CMYK 0.000.520.81   0.60
XYZ6.54134.92761.2225
Yxy4.92760.51540.3883
Hunter Lab22.198213.753012.2735
CIE-Lab26.527521.593428.5389

#653013 color RGB value is (101,48,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00110000 00010011
Octal 145 60 23
Decimal 101 48 19
Hex 65 30 13

RGB Percentages of Color #653013

%60.12
%28.57
%11.31

CMYK Percentages of Color #653013

%0
%52
%81
%60

Triadic Colors of #653013

#653013 #136530 #301365

Analogous Colors of #653013

#653013 #655913 #65131f

Monochromatic Colors of #653013

#653013

Complementary Color

#653013 #134865

#653013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#653013 Color CSS Codes

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

#653013 Text Font Color

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

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


#653013 Background Color

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

This div background color is #653013


#653013 Border Color

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

This div border color is #653013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653013

#653013 Color Palettes


Comments

No comments written yet.

Please login to write comment.