Color Hex Logo

#65513f Color Hex

#65513F
(101,81,63)
0 Favorites   0 Comments

Color spaces of #65513f

RGB 1018163
HSL0.080.230.32
HSV28°38°40°
CMYK 0.000.200.38   0.60
XYZ9.20659.01045.9566
Yxy9.01040.38090.3727
Hunter Lab30.01732.21679.2467
CIE-Lab36.00435.470013.7391

#65513f color RGB value is (101,81,63).

#65513f hex color red value is 101, green value is 81 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #65513f hue: 0.08 , saturation: 0.23 and the lightness value of 65513f is 0.32.

The process color (four color CMYK) of #65513f color hex is 0.00, 0.20, 0.38, 0.60. Web safe color of #65513f is #666633. Color #65513f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01010001 00111111
Octal 145 121 77
Decimal 101 81 63
Hex 65 51 3F

RGB Percentages of Color #65513f

%41.22
%33.06
%25.71

CMYK Percentages of Color #65513f

%0
%20
%38
%60

Triadic Colors of #65513f

#65513f #3f6551 #513f65

Analogous Colors of #65513f

#65513f #65643f #653f40

Monochromatic Colors of #65513f

#65513f

Complementary Color

#65513f #3f5365

#65513f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65513f Color Preview on White Background

Lorem ipsum dolor sit amet.

#65513f Color CSS Codes

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

#65513f Text Font Color

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

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


#65513f Background Color

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

This div background color is #65513f


#65513f Border Color

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

This div border color is #65513f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,81,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #65513f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #65513f;
  -webkit-box-shadow: 1px 1px 3px 2px #65513f;
  box-shadow:         1px 1px 3px 2px #65513f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65513f


Comments

No comments written yet.

Please login to write comment.