Color Hex Logo

#698730 Color Hex

#698730
(105,135,48)
0 Favorites   0 Comments

Color spaces of #698730

RGB 10513548
HSL0.220.480.36
HSV81°64°53°
CMYK 0.220.000.64   0.47
XYZ15.023220.54465.9700
Yxy20.54460.36170.4946
Hunter Lab45.3262-20.157523.9191
CIE-Lab52.4474-24.691442.0325

#698730 color RGB value is (105,135,48).

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

The process color (four color CMYK) of #698730 color hex is 0.22, 0.00, 0.64, 0.47. Web safe color of #698730 is #669933. Color #698730 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10000111 00110000
Octal 151 207 60
Decimal 105 135 48
Hex 69 87 30

RGB Percentages of Color #698730

%36.46
%46.88
%16.67

CMYK Percentages of Color #698730

%22
%0
%64
%47

Triadic Colors of #698730

#698730 #306987 #873069

Analogous Colors of #698730

#698730 #3e8730 #877a30

Monochromatic Colors of #698730

#698730

Complementary Color

#698730 #4e3087

#698730 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698730 Color Preview on White Background

Lorem ipsum dolor sit amet.

#698730 Color CSS Codes

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

#698730 Text Font Color

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

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


#698730 Background Color

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

This div background color is #698730


#698730 Border Color

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

This div border color is #698730


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698730


Comments

No comments written yet.

Please login to write comment.