Color Hex Logo

#09502e Color Hex

#09502E
(9,80,46)
0 Favorites   0 Comments

Color spaces of #09502e

RGB 98046
HSL0.420.800.17
HSV151°89°31°
CMYK 0.890.000.43   0.69
XYZ3.47455.99273.5583
Yxy5.99270.26670.4601
Hunter Lab24.4800-17.50518.5179
CIE-Lab29.3940-29.722614.3229

#09502e color RGB value is (9,80,46).

#09502e hex color red value is 9, green value is 80 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #09502e hue: 0.42 , saturation: 0.80 and the lightness value of 09502e is 0.17.

The process color (four color CMYK) of #09502e color hex is 0.89, 0.00, 0.43, 0.69. Web safe color of #09502e is #006633. Color #09502e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01010000 00101110
Octal 11 120 56
Decimal 9 80 46
Hex 9 50 2E

RGB Percentages of Color #09502e

%6.67
%59.26
%34.07

CMYK Percentages of Color #09502e

%89
%0
%43
%69

Triadic Colors of #09502e

#09502e #2e0950 #502e09

Analogous Colors of #09502e

#09502e #094f50 #09500b

Monochromatic Colors of #09502e

#09502e

Complementary Color

#09502e #50092b

#09502e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09502e Color Preview on White Background

Lorem ipsum dolor sit amet.

#09502e Color CSS Codes

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

#09502e Text Font Color

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

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


#09502e Background Color

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

This div background color is #09502e


#09502e Border Color

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

This div border color is #09502e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,80,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09502e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09502e;
  -webkit-box-shadow: 1px 1px 3px 2px #09502e;
  box-shadow:         1px 1px 3px 2px #09502e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09502e


Comments

No comments written yet.

Please login to write comment.