Color Hex Logo

#694149 Color Hex

#694149
(105,65,73)
0 Favorites   0 Comments

Color spaces of #694149

RGB 1056573
HSL0.970.240.33
HSV348°38°41°
CMYK 0.000.380.30   0.59
XYZ8.91867.26497.2355
Yxy7.26490.38080.3102
Hunter Lab26.953511.89502.9514
CIE-Lab32.402518.57602.4437

#694149 color RGB value is (105,65,73).

#694149 hex color red value is 105, green value is 65 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #694149 hue: 0.97 , saturation: 0.24 and the lightness value of 694149 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01000001 01001001
Octal 151 101 111
Decimal 105 65 73
Hex 69 41 49

RGB Percentages of Color #694149

%43.21
%26.75
%30.04

CMYK Percentages of Color #694149

%0
%38
%30
%59

Triadic Colors of #694149

#694149 #496941 #414969

Analogous Colors of #694149

#694149 #694d41 #69415d

Monochromatic Colors of #694149

#694149

Complementary Color

#694149 #416961

#694149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#694149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#694149 Color CSS Codes

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

#694149 Text Font Color

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

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


#694149 Background Color

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

This div background color is #694149


#694149 Border Color

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

This div border color is #694149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #694149


Comments

No comments written yet.

Please login to write comment.