Color Hex Logo

#65724c Color Hex

#65724C
(101,114,76)
0 Favorites   0 Comments

Color spaces of #65724c

RGB 10111476
HSL0.220.200.37
HSV81°33°45°
CMYK 0.110.000.33   0.55
XYZ12.688615.32319.1264
Yxy15.32310.34170.4126
Hunter Lab39.1447-10.643313.5781
CIE-Lab46.0736-12.016919.4962

#65724c color RGB value is (101,114,76).

#65724c hex color red value is 101, green value is 114 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #65724c hue: 0.22 , saturation: 0.20 and the lightness value of 65724c is 0.37.

The process color (four color CMYK) of #65724c color hex is 0.11, 0.00, 0.33, 0.55. Web safe color of #65724c is #666633. Color #65724c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01110010 01001100
Octal 145 162 114
Decimal 101 114 76
Hex 65 72 4C

RGB Percentages of Color #65724c

%34.71
%39.18
%26.12

CMYK Percentages of Color #65724c

%11
%0
%33
%55

Triadic Colors of #65724c

#65724c #4c6572 #724c65

Analogous Colors of #65724c

#65724c #52724c #726c4c

Monochromatic Colors of #65724c

#65724c

Complementary Color

#65724c #594c72

#65724c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65724c Color Preview on White Background

Lorem ipsum dolor sit amet.

#65724c Color CSS Codes

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

#65724c Text Font Color

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

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


#65724c Background Color

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

This div background color is #65724c


#65724c Border Color

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

This div border color is #65724c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,114,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #65724c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #65724c;
  -webkit-box-shadow: 1px 1px 3px 2px #65724c;
  box-shadow:         1px 1px 3px 2px #65724c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65724c


Comments

No comments written yet.

Please login to write comment.