Color Hex Logo

#994537 Color Hex

#994537
(153,69,55)
0 Favorites   0 Comments

Color spaces of #994537

RGB 1536955
HSL0.020.470.41
HSV64°60°
CMYK 0.000.550.64   0.40
XYZ15.954611.30444.9555
Yxy11.30440.49530.3509
Hunter Lab33.622025.864814.7967
CIE-Lab40.088534.055025.2976

#994537 color RGB value is (153,69,55).

#994537 hex color red value is 153, green value is 69 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #994537 hue: 0.02 , saturation: 0.47 and the lightness value of 994537 is 0.41.

The process color (four color CMYK) of #994537 color hex is 0.00, 0.55, 0.64, 0.40. Web safe color of #994537 is #993333. Color #994537 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01000101 00110111
Octal 231 105 67
Decimal 153 69 55
Hex 99 45 37

RGB Percentages of Color #994537

%55.23
%24.91
%19.86

CMYK Percentages of Color #994537

%0
%55
%64
%40

Triadic Colors of #994537

#994537 #379945 #453799

Analogous Colors of #994537

#994537 #997637 #99375a

Monochromatic Colors of #994537

#994537

Complementary Color

#994537 #378b99

#994537 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994537 Color Preview on White Background

Lorem ipsum dolor sit amet.

#994537 Color CSS Codes

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

#994537 Text Font Color

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

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


#994537 Background Color

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

This div background color is #994537


#994537 Border Color

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

This div border color is #994537


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994537


Comments

No comments written yet.

Please login to write comment.