Color Hex Logo

#09403d Color Hex

#09403D
(9,64,61)
0 Favorites   0 Comments

Color spaces of #09403d

RGB 96461
HSL0.490.750.14
HSV177°86°25°
CMYK 0.860.000.05   0.75
XYZ2.78844.06185.0519
Yxy4.06180.23430.3413
Hunter Lab20.1539-10.5729-0.7543
CIE-Lab23.8747-17.6650-3.1173

#09403d color RGB value is (9,64,61).

#09403d hex color red value is 9, green value is 64 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #09403d hue: 0.49 , saturation: 0.75 and the lightness value of 09403d is 0.14.

The process color (four color CMYK) of #09403d color hex is 0.86, 0.00, 0.05, 0.75. Web safe color of #09403d is #003333. Color #09403d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01000000 00111101
Octal 11 100 75
Decimal 9 64 61
Hex 9 40 3D

RGB Percentages of Color #09403d

%6.72
%47.76
%45.52

CMYK Percentages of Color #09403d

%86
%0
%5
%75

Triadic Colors of #09403d

#09403d #3d0940 #403d09

Analogous Colors of #09403d

#09403d #092840 #094022

Monochromatic Colors of #09403d

#09403d

Complementary Color

#09403d #40090c

#09403d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09403d Color Preview on White Background

Lorem ipsum dolor sit amet.

#09403d Color CSS Codes

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

#09403d Text Font Color

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

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


#09403d Background Color

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

This div background color is #09403d


#09403d Border Color

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

This div border color is #09403d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,64,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 #09403d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09403d


Comments

No comments written yet.

Please login to write comment.