Color Hex Logo

#993634 Color Hex

#993634
(153,54,52)
0 Favorites   0 Comments

Color spaces of #993634

RGB 1535452
HSL0.000.490.40
HSV66°60°
CMYK 0.000.650.66   0.40
XYZ15.07599.65864.3185
Yxy9.65860.51890.3324
Hunter Lab31.078332.202313.5161
CIE-Lab37.222641.248623.5574

#993634 color RGB value is (153,54,52).

#993634 hex color red value is 153, green value is 54 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #993634 hue: 0.00 , saturation: 0.49 and the lightness value of 993634 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00110110 00110100
Octal 231 66 64
Decimal 153 54 52
Hex 99 36 34

RGB Percentages of Color #993634

%59.07
%20.85
%20.08

CMYK Percentages of Color #993634

%0
%65
%66
%40

Triadic Colors of #993634

#993634 #349936 #363499

Analogous Colors of #993634

#993634 #996934 #993465

Monochromatic Colors of #993634

#993634

Complementary Color

#993634 #349799

#993634 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993634 Color Preview on White Background

Lorem ipsum dolor sit amet.

#993634 Color CSS Codes

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

#993634 Text Font Color

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

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


#993634 Background Color

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

This div background color is #993634


#993634 Border Color

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

This div border color is #993634


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993634


Comments

No comments written yet.

Please login to write comment.