Color Hex Logo

#698149 Color Hex

#698149
(105,129,73)
0 Favorites   0 Comments

Color spaces of #698149

RGB 10512973
HSL0.240.280.40
HSV86°43°51°
CMYK 0.190.000.43   0.49
XYZ14.878619.18489.2222
Yxy19.18480.34370.4432
Hunter Lab43.8005-16.016018.1768
CIE-Lab50.9027-18.903327.5171

#698149 color RGB value is (105,129,73).

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

The process color (four color CMYK) of #698149 color hex is 0.19, 0.00, 0.43, 0.49. Web safe color of #698149 is #669933. Color #698149 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10000001 01001001
Octal 151 201 111
Decimal 105 129 73
Hex 69 81 49

RGB Percentages of Color #698149

%34.20
%42.02
%23.78

CMYK Percentages of Color #698149

%19
%0
%43
%49

Triadic Colors of #698149

#698149 #496981 #814969

Analogous Colors of #698149

#698149 #4d8149 #817d49

Monochromatic Colors of #698149

#698149

Complementary Color

#698149 #614981

#698149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#698149 Color CSS Codes

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

#698149 Text Font Color

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

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


#698149 Background Color

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

This div background color is #698149


#698149 Border Color

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

This div border color is #698149


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,129,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 #698149">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698149


Comments

No comments written yet.

Please login to write comment.