Color Hex Logo

#698530 Color Hex

#698530
(105,133,48)
0 Favorites   0 Comments

Color spaces of #698530

RGB 10513348
HSL0.220.470.35
HSV80°64°52°
CMYK 0.210.000.64   0.48
XYZ14.746719.99175.8779
Yxy19.99170.36310.4922
Hunter Lab44.7121-19.374223.5041
CIE-Lab51.8278-23.689541.3569

#698530 color RGB value is (105,133,48).

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

The process color (four color CMYK) of #698530 color hex is 0.21, 0.00, 0.64, 0.48. Web safe color of #698530 is #669933. Color #698530 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10000101 00110000
Octal 151 205 60
Decimal 105 133 48
Hex 69 85 30

RGB Percentages of Color #698530

%36.71
%46.50
%16.78

CMYK Percentages of Color #698530

%21
%0
%64
%48

Triadic Colors of #698530

#698530 #306985 #853069

Analogous Colors of #698530

#698530 #3f8530 #857730

Monochromatic Colors of #698530

#698530

Complementary Color

#698530 #4c3085

#698530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#698530 Color CSS Codes

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

#698530 Text Font Color

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

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


#698530 Background Color

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

This div background color is #698530


#698530 Border Color

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

This div border color is #698530


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698530


Comments

No comments written yet.

Please login to write comment.