Color Hex Logo

#09350a Color Hex

#09350A
(9,53,10)
0 Favorites   0 Comments

Color spaces of #09350a

RGB 95310
HSL0.340.710.12
HSV121°83°21°
CMYK 0.830.000.81   0.79
XYZ1.44052.62620.7181
Yxy2.62620.30110.5489
Hunter Lab16.2056-12.49308.7166
CIE-Lab18.4800-24.885021.5908

#09350a color RGB value is (9,53,10).

#09350a hex color red value is 9, green value is 53 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #09350a hue: 0.34 , saturation: 0.71 and the lightness value of 09350a is 0.12.

The process color (four color CMYK) of #09350a color hex is 0.83, 0.00, 0.81, 0.79. Web safe color of #09350a is #003300. Color #09350a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00110101 00001010
Octal 11 65 12
Decimal 9 53 10
Hex 9 35 A

RGB Percentages of Color #09350a

%12.50
%73.61
%13.89

CMYK Percentages of Color #09350a

%83
%0
%81
%79

Triadic Colors of #09350a

#09350a #0a0935 #350a09

Analogous Colors of #09350a

#09350a #093520 #1e3509

Monochromatic Colors of #09350a

#09350a

Complementary Color

#09350a #350934

#09350a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09350a Color Preview on White Background

Lorem ipsum dolor sit amet.

#09350a Color CSS Codes

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

#09350a Text Font Color

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

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


#09350a Background Color

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

This div background color is #09350a


#09350a Border Color

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

This div border color is #09350a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,53,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09350a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09350a;
  -webkit-box-shadow: 1px 1px 3px 2px #09350a;
  box-shadow:         1px 1px 3px 2px #09350a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09350a


Comments

No comments written yet.

Please login to write comment.