Color Hex Logo

#09331d Color Hex

#09331D
(9,51,29)
1 Favorites   0 Comments

Color spaces of #09331d

RGB 95129
HSL0.410.700.12
HSV149°82°20°
CMYK 0.820.000.43   0.80
XYZ1.51832.51441.5677
Yxy2.51440.27110.4490
Hunter Lab15.8569-10.65815.2381
CIE-Lab17.9836-20.55679.9370

#09331d color RGB value is (9,51,29).

#09331d hex color red value is 9, green value is 51 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #09331d hue: 0.41 , saturation: 0.70 and the lightness value of 09331d is 0.12.

The process color (four color CMYK) of #09331d color hex is 0.82, 0.00, 0.43, 0.80. Web safe color of #09331d is #003333. Color #09331d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00110011 00011101
Octal 11 63 35
Decimal 9 51 29
Hex 9 33 1D

RGB Percentages of Color #09331d

%10.11
%57.30
%32.58

CMYK Percentages of Color #09331d

%82
%0
%43
%80

Triadic Colors of #09331d

#09331d #1d0933 #331d09

Analogous Colors of #09331d

#09331d #093332 #0a3309

Monochromatic Colors of #09331d

#09331d

Complementary Color

#09331d #33091f

#09331d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09331d Color Preview on White Background

Lorem ipsum dolor sit amet.

#09331d Color CSS Codes

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

#09331d Text Font Color

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

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


#09331d Background Color

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

This div background color is #09331d


#09331d Border Color

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

This div border color is #09331d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09331d


Comments

No comments written yet.

Please login to write comment.