Color Hex Logo

#707367 Color Hex

#707367
(112,115,103)
0 Favorites   0 Comments

Color spaces of #707367

RGB 112115103
HSL0.210.060.43
HSV75°10°45°
CMYK 0.030.000.10   0.55
XYZ15.261016.685515.2482
Yxy16.68550.32340.3535
Hunter Lab40.8479-4.79526.4610
CIE-Lab47.8613-3.50466.2454

#707367 color RGB value is (112,115,103).

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

The process color (four color CMYK) of #707367 color hex is 0.03, 0.00, 0.10, 0.55. Web safe color of #707367 is #666666. Color #707367 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110011 01100111
Octal 160 163 147
Decimal 112 115 103
Hex 70 73 67

RGB Percentages of Color #707367

%33.94
%34.85
%31.21

CMYK Percentages of Color #707367

%3
%0
%10
%55

Triadic Colors of #707367

#707367 #677073 #736770

Analogous Colors of #707367

#707367 #6a7367 #737067

Monochromatic Colors of #707367

#707367

Complementary Color

#707367 #6a6773

#707367 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707367 Color Preview on White Background

Lorem ipsum dolor sit amet.

#707367 Color CSS Codes

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

#707367 Text Font Color

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

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


#707367 Background Color

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

This div background color is #707367


#707367 Border Color

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

This div border color is #707367


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707367


Comments

No comments written yet.

Please login to write comment.