Color Hex Logo

#093835 Color Hex

#093835
(9,56,53)
0 Favorites   0 Comments

Color spaces of #093835

RGB 95653
HSL0.490.720.13
HSV176°84°22°
CMYK 0.840.000.05   0.78
XYZ2.16943.14353.8606
Yxy3.14350.23650.3427
Hunter Lab17.7299-9.1864-0.4992
CIE-Lab20.6097-15.9695-2.5843

#093835 color RGB value is (9,56,53).

#093835 hex color red value is 9, green value is 56 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #093835 hue: 0.49 , saturation: 0.72 and the lightness value of 093835 is 0.13.

The process color (four color CMYK) of #093835 color hex is 0.84, 0.00, 0.05, 0.78. Web safe color of #093835 is #003333. Color #093835 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00111000 00110101
Octal 11 70 65
Decimal 9 56 53
Hex 9 38 35

RGB Percentages of Color #093835

%7.63
%47.46
%44.92

CMYK Percentages of Color #093835

%84
%0
%5
%78

Triadic Colors of #093835

#093835 #350938 #383509

Analogous Colors of #093835

#093835 #092438 #09381e

Monochromatic Colors of #093835

#093835

Complementary Color

#093835 #38090c

#093835 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093835 Color Preview on White Background

Lorem ipsum dolor sit amet.

#093835 Color CSS Codes

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

#093835 Text Font Color

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

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


#093835 Background Color

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

This div background color is #093835


#093835 Border Color

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

This div border color is #093835


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093835


Comments

No comments written yet.

Please login to write comment.