Color Hex Logo

#698313 Color Hex

#698313
(105,131,19)
0 Favorites   0 Comments

Color spaces of #698313

RGB 10513119
HSL0.210.750.29
HSV74°85°51°
CMYK 0.200.000.85   0.49
XYZ14.059519.28293.5970
Yxy19.28290.38060.5220
Hunter Lab43.9123-19.695825.8820
CIE-Lab51.0166-24.432651.3721

#698313 color RGB value is (105,131,19).

#698313 hex color red value is 105, green value is 131 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #698313 hue: 0.21 , saturation: 0.75 and the lightness value of 698313 is 0.29.

The process color (four color CMYK) of #698313 color hex is 0.20, 0.00, 0.85, 0.49. Web safe color of #698313 is #669900. Color #698313 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10000011 00010011
Octal 151 203 23
Decimal 105 131 19
Hex 69 83 13

RGB Percentages of Color #698313

%41.18
%51.37
%7.45

CMYK Percentages of Color #698313

%20
%0
%85
%49

Triadic Colors of #698313

#698313 #136983 #831369

Analogous Colors of #698313

#698313 #318313 #836513

Monochromatic Colors of #698313

#698313

Complementary Color

#698313 #2d1383

#698313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#698313 Color CSS Codes

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

#698313 Text Font Color

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

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


#698313 Background Color

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

This div background color is #698313


#698313 Border Color

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

This div border color is #698313


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698313


Comments

No comments written yet.

Please login to write comment.