Color Hex Logo

#993d07 Color Hex

#993D07
(153,61,7)
0 Favorites   0 Comments

Color spaces of #993d07

RGB 153617
HSL0.060.910.31
HSV22°95°60°
CMYK 0.000.600.95   0.40
XYZ14.844010.12511.3730
Yxy10.12510.56350.3844
Hunter Lab31.820027.585219.7157
CIE-Lab38.066036.218246.6658

#993d07 color RGB value is (153,61,7).

#993d07 hex color red value is 153, green value is 61 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #993d07 hue: 0.06 , saturation: 0.91 and the lightness value of 993d07 is 0.31.

The process color (four color CMYK) of #993d07 color hex is 0.00, 0.60, 0.95, 0.40. Web safe color of #993d07 is #993300. Color #993d07 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111101 00000111
Octal 231 75 7
Decimal 153 61 7
Hex 99 3D 7

RGB Percentages of Color #993d07

%69.23
%27.60
%3.17

CMYK Percentages of Color #993d07

%0
%60
%95
%40

Triadic Colors of #993d07

#993d07 #07993d #3d0799

Analogous Colors of #993d07

#993d07 #998607 #99071a

Monochromatic Colors of #993d07

#993d07

Complementary Color

#993d07 #076399

#993d07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993d07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#993d07 Color CSS Codes

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

#993d07 Text Font Color

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

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


#993d07 Background Color

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

This div background color is #993d07


#993d07 Border Color

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

This div border color is #993d07


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,61,7, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #993d07; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #993d07;
  -webkit-box-shadow: 1px 1px 3px 2px #993d07;
  box-shadow:         1px 1px 3px 2px #993d07; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,61,7, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993d07


Comments

No comments written yet.

Please login to write comment.