Color Hex Logo

#737065 Color Hex

#737065
(115,112,101)
0 Favorites   0 Comments

Color spaces of #737065

RGB 115112101
HSL0.130.060.42
HSV47°12°45°
CMYK 0.000.030.12   0.55
XYZ15.213416.172814.6317
Yxy16.17280.33060.3514
Hunter Lab40.2154-2.85086.5791
CIE-Lab47.2004-0.93876.5249

#737065 color RGB value is (115,112,101).

#737065 hex color red value is 115, green value is 112 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #737065 hue: 0.13 , saturation: 0.06 and the lightness value of 737065 is 0.42.

The process color (four color CMYK) of #737065 color hex is 0.00, 0.03, 0.12, 0.55. Web safe color of #737065 is #666666. Color #737065 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01110000 01100101
Octal 163 160 145
Decimal 115 112 101
Hex 73 70 65

RGB Percentages of Color #737065

%35.06
%34.15
%30.79

CMYK Percentages of Color #737065

%0
%3
%12
%55

Triadic Colors of #737065

#737065 #657370 #706573

Analogous Colors of #737065

#737065 #6f7365 #736965

Monochromatic Colors of #737065

#737065

Complementary Color

#737065 #656873

#737065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#737065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#737065 Color CSS Codes

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

#737065 Text Font Color

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

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


#737065 Background Color

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

This div background color is #737065


#737065 Border Color

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

This div border color is #737065


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #737065


Comments

No comments written yet.

Please login to write comment.