Color Hex Logo

#697213 Color Hex

#697213
(105,114,19)
0 Favorites   0 Comments

Color spaces of #697213

RGB 10511419
HSL0.180.710.26
HSV66°83°45°
CMYK 0.080.000.83   0.55
XYZ11.960615.08492.8974
Yxy15.08490.39940.5038
Hunter Lab38.8393-12.999522.7645
CIE-Lab45.7503-15.607046.7561

#697213 color RGB value is (105,114,19).

#697213 hex color red value is 105, green value is 114 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #697213 hue: 0.18 , saturation: 0.71 and the lightness value of 697213 is 0.26.

The process color (four color CMYK) of #697213 color hex is 0.08, 0.00, 0.83, 0.55. Web safe color of #697213 is #666600. Color #697213 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01110010 00010011
Octal 151 162 23
Decimal 105 114 19
Hex 69 72 13

RGB Percentages of Color #697213

%44.12
%47.90
%7.98

CMYK Percentages of Color #697213

%8
%0
%83
%55

Triadic Colors of #697213

#697213 #136972 #721369

Analogous Colors of #697213

#697213 #3a7213 #724c13

Monochromatic Colors of #697213

#697213

Complementary Color

#697213 #1c1372

#697213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#697213 Color CSS Codes

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

#697213 Text Font Color

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

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


#697213 Background Color

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

This div background color is #697213


#697213 Border Color

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

This div border color is #697213


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697213


Comments

No comments written yet.

Please login to write comment.