Color Hex Logo

#993625 Color Hex

#993625
(153,54,37)
0 Favorites   0 Comments

Color spaces of #993625

RGB 1535437
HSL0.020.610.37
HSV76°60°
CMYK 0.000.650.76   0.40
XYZ14.79009.54422.8130
Yxy9.54420.54480.3516
Hunter Lab30.893731.390916.2270
CIE-Lab37.011640.436132.2750

#993625 color RGB value is (153,54,37).

#993625 hex color red value is 153, green value is 54 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #993625 hue: 0.02 , saturation: 0.61 and the lightness value of 993625 is 0.37.

The process color (four color CMYK) of #993625 color hex is 0.00, 0.65, 0.76, 0.40. Web safe color of #993625 is #993333. Color #993625 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00110110 00100101
Octal 231 66 45
Decimal 153 54 37
Hex 99 36 25

RGB Percentages of Color #993625

%62.70
%22.13
%15.16

CMYK Percentages of Color #993625

%0
%65
%76
%40

Triadic Colors of #993625

#993625 #259936 #362599

Analogous Colors of #993625

#993625 #997025 #99254e

Monochromatic Colors of #993625

#993625

Complementary Color

#993625 #258899

#993625 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993625 Color Preview on White Background

Lorem ipsum dolor sit amet.

#993625 Color CSS Codes

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

#993625 Text Font Color

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

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


#993625 Background Color

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

This div background color is #993625


#993625 Border Color

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

This div border color is #993625


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,54,37, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #993625; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #993625;
  -webkit-box-shadow: 1px 1px 3px 2px #993625;
  box-shadow:         1px 1px 3px 2px #993625; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993625


Comments

No comments written yet.

Please login to write comment.