Color Hex Logo

#698572 Color Hex

#698572
(105,133,114)
0 Favorites   0 Comments

Color spaces of #698572

RGB 105133114
HSL0.390.120.47
HSV139°21°52°
CMYK 0.210.000.14   0.48
XYZ17.250520.993219.0625
Yxy20.99320.30100.3663
Hunter Lab45.8183-12.97727.4055
CIE-Lab52.9421-14.07416.9811

#698572 color RGB value is (105,133,114).

#698572 hex color red value is 105, green value is 133 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #698572 hue: 0.39 , saturation: 0.12 and the lightness value of 698572 is 0.47.

The process color (four color CMYK) of #698572 color hex is 0.21, 0.00, 0.14, 0.48. Web safe color of #698572 is #669966. Color #698572 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10000101 01110010
Octal 151 205 162
Decimal 105 133 114
Hex 69 85 72

RGB Percentages of Color #698572

%29.83
%37.78
%32.39

CMYK Percentages of Color #698572

%21
%0
%14
%48

Triadic Colors of #698572

#698572 #726985 #857269

Analogous Colors of #698572

#698572 #698580 #6e8569

Monochromatic Colors of #698572

#698572

Complementary Color

#698572 #85697c

#698572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#698572 Color CSS Codes

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

#698572 Text Font Color

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

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


#698572 Background Color

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

This div background color is #698572


#698572 Border Color

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

This div border color is #698572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698572


Comments

No comments written yet.

Please login to write comment.