Color Hex Logo

#09663d Color Hex

#09663D
(9,102,61)
0 Favorites   0 Comments

Color spaces of #09663d

RGB 910261
HSL0.430.840.22
HSV154°91°40°
CMYK 0.910.000.40   0.60
XYZ5.70639.89776.0246
Yxy9.89770.26380.4576
Hunter Lab31.4606-22.679910.6686
CIE-Lab37.6582-35.502116.3028

#09663d color RGB value is (9,102,61).

#09663d hex color red value is 9, green value is 102 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #09663d hue: 0.43 , saturation: 0.84 and the lightness value of 09663d is 0.22.

The process color (four color CMYK) of #09663d color hex is 0.91, 0.00, 0.40, 0.60. Web safe color of #09663d is #006633. Color #09663d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01100110 00111101
Octal 11 146 75
Decimal 9 102 61
Hex 9 66 3D

RGB Percentages of Color #09663d

%5.23
%59.30
%35.47

CMYK Percentages of Color #09663d

%91
%0
%40
%60

Triadic Colors of #09663d

#09663d #3d0966 #663d09

Analogous Colors of #09663d

#09663d #096166 #09660e

Monochromatic Colors of #09663d

#09663d

Complementary Color

#09663d #660932

#09663d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09663d Color Preview on White Background

Lorem ipsum dolor sit amet.

#09663d Color CSS Codes

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

#09663d Text Font Color

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

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


#09663d Background Color

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

This div background color is #09663d


#09663d Border Color

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

This div border color is #09663d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09663d


Comments

No comments written yet.

Please login to write comment.