Color Hex Logo

#653853 Color Hex

#653853
(101,56,83)
0 Favorites   0 Comments

Color spaces of #653853

RGB 1015683
HSL0.900.290.31
HSV324°45°40°
CMYK 0.000.450.18   0.60
XYZ8.34236.21968.9444
Yxy6.21960.35490.2646
Hunter Lab24.939116.0659-3.8069
CIE-Lab29.959924.1014-7.7003

#653853 color RGB value is (101,56,83).

#653853 hex color red value is 101, green value is 56 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #653853 hue: 0.90 , saturation: 0.29 and the lightness value of 653853 is 0.31.

The process color (four color CMYK) of #653853 color hex is 0.00, 0.45, 0.18, 0.60. Web safe color of #653853 is #663366. Color #653853 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111000 01010011
Octal 145 70 123
Decimal 101 56 83
Hex 65 38 53

RGB Percentages of Color #653853

%42.08
%23.33
%34.58

CMYK Percentages of Color #653853

%0
%45
%18
%60

Triadic Colors of #653853

#653853 #536538 #385365

Analogous Colors of #653853

#653853 #65383d #613865

Monochromatic Colors of #653853

#653853

Complementary Color

#653853 #38654a

#653853 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653853 Color Preview on White Background

Lorem ipsum dolor sit amet.

#653853 Color CSS Codes

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

#653853 Text Font Color

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

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


#653853 Background Color

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

This div background color is #653853


#653853 Border Color

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

This div border color is #653853


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653853


Comments

No comments written yet.

Please login to write comment.