Color Hex Logo

#69492e Color Hex

#69492E
(105,73,46)
0 Favorites   0 Comments

Color spaces of #69492e

RGB 1057346
HSL0.080.390.30
HSV27°56°41°
CMYK 0.000.300.56   0.59
XYZ8.70147.96563.6637
Yxy7.96560.42800.3918
Hunter Lab28.22345.641412.0599
CIE-Lab33.911110.213721.4858

#69492e color RGB value is (105,73,46).

#69492e hex color red value is 105, green value is 73 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #69492e hue: 0.08 , saturation: 0.39 and the lightness value of 69492e is 0.30.

The process color (four color CMYK) of #69492e color hex is 0.00, 0.30, 0.56, 0.59. Web safe color of #69492e is #663333. Color #69492e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01001001 00101110
Octal 151 111 56
Decimal 105 73 46
Hex 69 49 2E

RGB Percentages of Color #69492e

%46.88
%32.59
%20.54

CMYK Percentages of Color #69492e

%0
%30
%56
%59

Triadic Colors of #69492e

#69492e #2e6949 #492e69

Analogous Colors of #69492e

#69492e #69672e #692e30

Monochromatic Colors of #69492e

#69492e

Complementary Color

#69492e #2e4e69

#69492e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69492e Color Preview on White Background

Lorem ipsum dolor sit amet.

#69492e Color CSS Codes

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

#69492e Text Font Color

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

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


#69492e Background Color

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

This div background color is #69492e


#69492e Border Color

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

This div border color is #69492e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69492e


Comments

No comments written yet.

Please login to write comment.