Color Hex Logo

#092505 Color Hex

#092505
(9,37,5)
0 Favorites   0 Comments

Color spaces of #092505

RGB 9375
HSL0.310.760.08
HSV113°86°15°
CMYK 0.760.000.86   0.85
XYZ0.80161.39220.3700
Yxy1.39220.31270.5430
Hunter Lab11.7992-8.52176.4002
CIE-Lab11.9056-18.480715.2347

#092505 color RGB value is (9,37,5).

#092505 hex color red value is 9, green value is 37 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #092505 hue: 0.31 , saturation: 0.76 and the lightness value of 092505 is 0.08.

The process color (four color CMYK) of #092505 color hex is 0.76, 0.00, 0.86, 0.85. Web safe color of #092505 is #003300. Color #092505 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00100101 00000101
Octal 11 45 5
Decimal 9 37 5
Hex 9 25 5

RGB Percentages of Color #092505

%17.65
%72.55
%9.80

CMYK Percentages of Color #092505

%76
%0
%86
%85

Triadic Colors of #092505

#092505 #050925 #250509

Analogous Colors of #092505

#092505 #052511 #192505

Monochromatic Colors of #092505

#092505

Complementary Color

#092505 #210525

#092505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#092505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#092505 Color CSS Codes

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

#092505 Text Font Color

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

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


#092505 Background Color

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

This div background color is #092505


#092505 Border Color

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

This div border color is #092505


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,37,5, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #092505; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #092505;
  -webkit-box-shadow: 1px 1px 3px 2px #092505;
  box-shadow:         1px 1px 3px 2px #092505; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #092505


Comments

No comments written yet.

Please login to write comment.