Color Hex Logo

#65473d Color Hex

#65473D
(101,71,61)
0 Favorites   0 Comments

Color spaces of #65473d

RGB 1017161
HSL0.040.250.32
HSV15°40°40°
CMYK 0.000.300.40   0.60
XYZ8.46247.61015.4378
Yxy7.61010.39340.3538
Hunter Lab27.58646.48047.6233
CIE-Lab33.157311.380611.1020

#65473d color RGB value is (101,71,61).

#65473d hex color red value is 101, green value is 71 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #65473d hue: 0.04 , saturation: 0.25 and the lightness value of 65473d is 0.32.

The process color (four color CMYK) of #65473d color hex is 0.00, 0.30, 0.40, 0.60. Web safe color of #65473d is #663333. Color #65473d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01000111 00111101
Octal 145 107 75
Decimal 101 71 61
Hex 65 47 3D

RGB Percentages of Color #65473d

%43.35
%30.47
%26.18

CMYK Percentages of Color #65473d

%0
%30
%40
%60

Triadic Colors of #65473d

#65473d #3d6547 #473d65

Analogous Colors of #65473d

#65473d #655b3d #653d47

Monochromatic Colors of #65473d

#65473d

Complementary Color

#65473d #3d5b65

#65473d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65473d Color Preview on White Background

Lorem ipsum dolor sit amet.

#65473d Color CSS Codes

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

#65473d Text Font Color

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

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


#65473d Background Color

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

This div background color is #65473d


#65473d Border Color

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

This div border color is #65473d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65473d


Comments

No comments written yet.

Please login to write comment.