Color Hex Logo

#09514c Color Hex

#09514C
(9,81,76)
0 Favorites   0 Comments

Color spaces of #09514c

RGB 98176
HSL0.490.800.18
HSV176°89°32°
CMYK 0.890.000.06   0.68
XYZ4.35966.46477.8555
Yxy6.46470.23340.3461
Hunter Lab25.4258-13.8888-0.5201
CIE-Lab30.5558-21.6910-2.9910

#09514c color RGB value is (9,81,76).

#09514c hex color red value is 9, green value is 81 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #09514c hue: 0.49 , saturation: 0.80 and the lightness value of 09514c is 0.18.

The process color (four color CMYK) of #09514c color hex is 0.89, 0.00, 0.06, 0.68. Web safe color of #09514c is #006633. Color #09514c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01010001 01001100
Octal 11 121 114
Decimal 9 81 76
Hex 9 51 4C

RGB Percentages of Color #09514c

%5.42
%48.80
%45.78

CMYK Percentages of Color #09514c

%89
%0
%6
%68

Triadic Colors of #09514c

#09514c #4c0951 #514c09

Analogous Colors of #09514c

#09514c #093251 #095128

Monochromatic Colors of #09514c

#09514c

Complementary Color

#09514c #51090e

#09514c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09514c Color Preview on White Background

Lorem ipsum dolor sit amet.

#09514c Color CSS Codes

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

#09514c Text Font Color

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

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


#09514c Background Color

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

This div background color is #09514c


#09514c Border Color

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

This div border color is #09514c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,81,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09514c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09514c;
  -webkit-box-shadow: 1px 1px 3px 2px #09514c;
  box-shadow:         1px 1px 3px 2px #09514c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09514c


Comments

No comments written yet.

Please login to write comment.