Color Hex Logo

#69704e Color Hex

#69704E
(105,112,78)
0 Favorites   0 Comments

Color spaces of #69704e

RGB 10511278
HSL0.200.180.37
HSV72°30°44°
CMYK 0.060.000.30   0.56
XYZ12.995015.14179.4454
Yxy15.14170.34580.4029
Hunter Lab38.9123-8.485512.8469
CIE-Lab45.8277-8.916318.0641

#69704e color RGB value is (105,112,78).

#69704e hex color red value is 105, green value is 112 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #69704e hue: 0.20 , saturation: 0.18 and the lightness value of 69704e is 0.37.

The process color (four color CMYK) of #69704e color hex is 0.06, 0.00, 0.30, 0.56. Web safe color of #69704e is #666666. Color #69704e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01110000 01001110
Octal 151 160 116
Decimal 105 112 78
Hex 69 70 4E

RGB Percentages of Color #69704e

%35.59
%37.97
%26.44

CMYK Percentages of Color #69704e

%6
%0
%30
%56

Triadic Colors of #69704e

#69704e #4e6970 #704e69

Analogous Colors of #69704e

#69704e #58704e #70664e

Monochromatic Colors of #69704e

#69704e

Complementary Color

#69704e #554e70

#69704e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69704e Color Preview on White Background

Lorem ipsum dolor sit amet.

#69704e Color CSS Codes

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

#69704e Text Font Color

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

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


#69704e Background Color

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

This div background color is #69704e


#69704e Border Color

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

This div border color is #69704e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,112,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #69704e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #69704e;
  -webkit-box-shadow: 1px 1px 3px 2px #69704e;
  box-shadow:         1px 1px 3px 2px #69704e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69704e


Comments

No comments written yet.

Please login to write comment.