Color Hex Logo

#09645d Color Hex

#09645D
(9,100,93)
0 Favorites   0 Comments

Color spaces of #09645d

RGB 910093
HSL0.490.830.21
HSV175°91°39°
CMYK 0.910.000.07   0.61
XYZ6.64569.962711.9287
Yxy9.96270.23290.3491
Hunter Lab31.5637-17.6542-0.3125
CIE-Lab37.7754-25.8057-2.9828

#09645d color RGB value is (9,100,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01100100 01011101
Octal 11 144 135
Decimal 9 100 93
Hex 9 64 5D

RGB Percentages of Color #09645d

%4.46
%49.50
%46.04

CMYK Percentages of Color #09645d

%91
%0
%7
%61

Triadic Colors of #09645d

#09645d #5d0964 #645d09

Analogous Colors of #09645d

#09645d #093e64 #096430

Monochromatic Colors of #09645d

#09645d

Complementary Color

#09645d #640910

#09645d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09645d Color Preview on White Background

Lorem ipsum dolor sit amet.

#09645d Color CSS Codes

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

#09645d Text Font Color

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

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


#09645d Background Color

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

This div background color is #09645d


#09645d Border Color

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

This div border color is #09645d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09645d


Comments

No comments written yet.

Please login to write comment.