Color Hex Logo

#09301d Color Hex

#09301D
(9,48,29)
0 Favorites   0 Comments

Color spaces of #09301d

RGB 94829
HSL0.420.680.11
HSV151°81°19°
CMYK 0.810.000.40   0.81
XYZ1.39142.26071.5254
Yxy2.26070.26870.4366
Hunter Lab15.0356-9.79394.5098
CIE-Lab16.7999-19.06538.3377

#09301d color RGB value is (9,48,29).

#09301d hex color red value is 9, green value is 48 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #09301d hue: 0.42 , saturation: 0.68 and the lightness value of 09301d is 0.11.

The process color (four color CMYK) of #09301d color hex is 0.81, 0.00, 0.40, 0.81. Web safe color of #09301d is #003333. Color #09301d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00110000 00011101
Octal 11 60 35
Decimal 9 48 29
Hex 9 30 1D

RGB Percentages of Color #09301d

%10.47
%55.81
%33.72

CMYK Percentages of Color #09301d

%81
%0
%40
%81

Triadic Colors of #09301d

#09301d #1d0930 #301d09

Analogous Colors of #09301d

#09301d #093030 #09300a

Monochromatic Colors of #09301d

#09301d

Complementary Color

#09301d #30091c

#09301d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09301d Color Preview on White Background

Lorem ipsum dolor sit amet.

#09301d Color CSS Codes

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

#09301d Text Font Color

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

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


#09301d Background Color

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

This div background color is #09301d


#09301d Border Color

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

This div border color is #09301d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09301d


Comments

No comments written yet.

Please login to write comment.