Color Hex Logo

#096530 Color Hex

#096530
(9,101,48)
0 Favorites   0 Comments

Color spaces of #096530

RGB 910148
HSL0.400.840.22
HSV145°91°40°
CMYK 0.910.000.52   0.60
XYZ5.29989.57884.3659
Yxy9.57880.27540.4977
Hunter Lab30.9496-23.595613.3010
CIE-Lab37.0756-37.755023.0553

#096530 color RGB value is (9,101,48).

#096530 hex color red value is 9, green value is 101 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #096530 hue: 0.40 , saturation: 0.84 and the lightness value of 096530 is 0.22.

The process color (four color CMYK) of #096530 color hex is 0.91, 0.00, 0.52, 0.60. Web safe color of #096530 is #006633. Color #096530 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01100101 00110000
Octal 11 145 60
Decimal 9 101 48
Hex 9 65 30

RGB Percentages of Color #096530

%5.70
%63.92
%30.38

CMYK Percentages of Color #096530

%91
%0
%52
%60

Triadic Colors of #096530

#096530 #300965 #653009

Analogous Colors of #096530

#096530 #09655e #106509

Monochromatic Colors of #096530

#096530

Complementary Color

#096530 #65093e

#096530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#096530 Color CSS Codes

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

#096530 Text Font Color

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

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


#096530 Background Color

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

This div background color is #096530


#096530 Border Color

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

This div border color is #096530


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096530


Comments

No comments written yet.

Please login to write comment.