Color Hex Logo

#65530d Color Hex

#65530D
(101,83,13)
0 Favorites   0 Comments

Color spaces of #65530d

RGB 1018313
HSL0.130.770.22
HSV48°87°40°
CMYK 0.000.180.87   0.60
XYZ8.53278.98231.6648
Yxy8.98230.44490.4683
Hunter Lab29.9705-1.628817.6859
CIE-Lab35.9502-0.041239.9294

#65530d color RGB value is (101,83,13).

#65530d hex color red value is 101, green value is 83 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #65530d hue: 0.13 , saturation: 0.77 and the lightness value of 65530d is 0.22.

The process color (four color CMYK) of #65530d color hex is 0.00, 0.18, 0.87, 0.60. Web safe color of #65530d is #666600. Color #65530d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01010011 00001101
Octal 145 123 15
Decimal 101 83 13
Hex 65 53 D

RGB Percentages of Color #65530d

%51.27
%42.13
%6.60

CMYK Percentages of Color #65530d

%0
%18
%87
%60

Triadic Colors of #65530d

#65530d #0d6553 #530d65

Analogous Colors of #65530d

#65530d #4b650d #65270d

Monochromatic Colors of #65530d

#65530d

Complementary Color

#65530d #0d1f65

#65530d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65530d Color Preview on White Background

Lorem ipsum dolor sit amet.

#65530d Color CSS Codes

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

#65530d Text Font Color

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

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


#65530d Background Color

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

This div background color is #65530d


#65530d Border Color

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

This div border color is #65530d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65530d


Comments

No comments written yet.

Please login to write comment.