Color Hex Logo

#09473d Color Hex

#09473D
(9,71,61)
0 Favorites   0 Comments

Color spaces of #09473d

RGB 97161
HSL0.470.780.16
HSV170°87°28°
CMYK 0.870.000.14   0.72
XYZ3.20824.90155.1919
Yxy4.90150.24120.3685
Hunter Lab22.1393-12.87751.5934
CIE-Lab26.4523-21.39520.6690

#09473d color RGB value is (9,71,61).

#09473d hex color red value is 9, green value is 71 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #09473d hue: 0.47 , saturation: 0.78 and the lightness value of 09473d is 0.16.

The process color (four color CMYK) of #09473d color hex is 0.87, 0.00, 0.14, 0.72. Web safe color of #09473d is #003333. Color #09473d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01000111 00111101
Octal 11 107 75
Decimal 9 71 61
Hex 9 47 3D

RGB Percentages of Color #09473d

%6.38
%50.35
%43.26

CMYK Percentages of Color #09473d

%87
%0
%14
%72

Triadic Colors of #09473d

#09473d #3d0947 #473d09

Analogous Colors of #09473d

#09473d #093247 #09471e

Monochromatic Colors of #09473d

#09473d

Complementary Color

#09473d #470913

#09473d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09473d Color Preview on White Background

Lorem ipsum dolor sit amet.

#09473d Color CSS Codes

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

#09473d Text Font Color

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

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


#09473d Background Color

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

This div background color is #09473d


#09473d Border Color

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

This div border color is #09473d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09473d


Comments

No comments written yet.

Please login to write comment.