Color Hex Logo

#609472 Color Hex

#609472
(96,148,114)
0 Favorites   0 Comments

Color spaces of #609472

RGB 96148114
HSL0.390.210.48
HSV141°35°58°
CMYK 0.350.000.23   0.42
XYZ18.451024.881519.7497
Yxy24.88150.29250.3944
Hunter Lab49.8814-21.265611.4421
CIE-Lab56.9598-24.971612.5796

#609472 color RGB value is (96,148,114).

#609472 hex color red value is 96, green value is 148 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #609472 hue: 0.39 , saturation: 0.21 and the lightness value of 609472 is 0.48.

The process color (four color CMYK) of #609472 color hex is 0.35, 0.00, 0.23, 0.42. Web safe color of #609472 is #669966. Color #609472 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10010100 01110010
Octal 140 224 162
Decimal 96 148 114
Hex 60 94 72

RGB Percentages of Color #609472

%26.82
%41.34
%31.84

CMYK Percentages of Color #609472

%35
%0
%23
%42

Triadic Colors of #609472

#609472 #726094 #947260

Analogous Colors of #609472

#609472 #60948c #689460

Monochromatic Colors of #609472

#609472

Complementary Color

#609472 #946082

#609472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#609472 Color CSS Codes

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

#609472 Text Font Color

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

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


#609472 Background Color

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

This div background color is #609472


#609472 Border Color

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

This div border color is #609472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609472


Comments

No comments written yet.

Please login to write comment.