Color Hex Logo

#609263 Color Hex

#609263
(96,146,99)
0 Favorites   0 Comments

Color spaces of #609263

RGB 9614699
HSL0.340.210.47
HSV124°34°57°
CMYK 0.340.000.32   0.43
XYZ17.354923.945415.5116
Yxy23.94540.30550.4215
Hunter Lab48.9340-22.327915.4595
CIE-Lab56.0331-26.827619.7401

#609263 color RGB value is (96,146,99).

#609263 hex color red value is 96, green value is 146 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #609263 hue: 0.34 , saturation: 0.21 and the lightness value of 609263 is 0.47.

The process color (four color CMYK) of #609263 color hex is 0.34, 0.00, 0.32, 0.43. Web safe color of #609263 is #669966. Color #609263 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10010010 01100011
Octal 140 222 143
Decimal 96 146 99
Hex 60 92 63

RGB Percentages of Color #609263

%28.15
%42.82
%29.03

CMYK Percentages of Color #609263

%34
%0
%32
%43

Triadic Colors of #609263

#609263 #636092 #926360

Analogous Colors of #609263

#609263 #60927c #769260

Monochromatic Colors of #609263

#609263

Complementary Color

#609263 #92608f

#609263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#609263 Color CSS Codes

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

#609263 Text Font Color

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

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


#609263 Background Color

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

This div background color is #609263


#609263 Border Color

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

This div border color is #609263


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,146,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #609263; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #609263;
  -webkit-box-shadow: 1px 1px 3px 2px #609263;
  box-shadow:         1px 1px 3px 2px #609263; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,146,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609263


Comments

No comments written yet.

Please login to write comment.