Color Hex Logo

#09644d Color Hex

#09644D
(9,100,77)
0 Favorites   0 Comments

Color spaces of #09644d

RGB 910077
HSL0.460.830.21
HSV165°91°39°
CMYK 0.910.000.23   0.61
XYZ6.00949.70828.5783
Yxy9.70820.24730.3996
Hunter Lab31.1580-20.09945.4871
CIE-Lab37.3135-30.60976.1812

#09644d color RGB value is (9,100,77).

#09644d hex color red value is 9, green value is 100 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #09644d hue: 0.46 , saturation: 0.83 and the lightness value of 09644d is 0.21.

The process color (four color CMYK) of #09644d color hex is 0.91, 0.00, 0.23, 0.61. Web safe color of #09644d is #006666. Color #09644d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01100100 01001101
Octal 11 144 115
Decimal 9 100 77
Hex 9 64 4D

RGB Percentages of Color #09644d

%4.84
%53.76
%41.40

CMYK Percentages of Color #09644d

%91
%0
%23
%61

Triadic Colors of #09644d

#09644d #4d0964 #644d09

Analogous Colors of #09644d

#09644d #094d64 #096420

Monochromatic Colors of #09644d

#09644d

Complementary Color

#09644d #640920

#09644d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09644d Color Preview on White Background

Lorem ipsum dolor sit amet.

#09644d Color CSS Codes

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

#09644d Text Font Color

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

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


#09644d Background Color

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

This div background color is #09644d


#09644d Border Color

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

This div border color is #09644d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,100,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09644d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09644d;
  -webkit-box-shadow: 1px 1px 3px 2px #09644d;
  box-shadow:         1px 1px 3px 2px #09644d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,100,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09644d


Comments

No comments written yet.

Please login to write comment.