Color Hex Logo

#994b48 Color Hex

#994B48
(153,75,72)
0 Favorites   0 Comments

Color spaces of #994b48

RGB 1537572
HSL0.010.360.44
HSV53°60°
CMYK 0.000.510.53   0.40
XYZ16.822612.27237.6130
Yxy12.27230.45830.3343
Hunter Lab35.031824.411611.6376
CIE-Lab41.645732.256916.9951

#994b48 color RGB value is (153,75,72).

#994b48 hex color red value is 153, green value is 75 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #994b48 hue: 0.01 , saturation: 0.36 and the lightness value of 994b48 is 0.44.

The process color (four color CMYK) of #994b48 color hex is 0.00, 0.51, 0.53, 0.40. Web safe color of #994b48 is #993333. Color #994b48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01001011 01001000
Octal 231 113 110
Decimal 153 75 72
Hex 99 4B 48

RGB Percentages of Color #994b48

%51.00
%25.00
%24.00

CMYK Percentages of Color #994b48

%0
%51
%53
%40

Triadic Colors of #994b48

#994b48 #48994b #4b4899

Analogous Colors of #994b48

#994b48 #997448 #99486e

Monochromatic Colors of #994b48

#994b48

Complementary Color

#994b48 #489699

#994b48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994b48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#994b48 Color CSS Codes

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

#994b48 Text Font Color

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

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


#994b48 Background Color

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

This div background color is #994b48


#994b48 Border Color

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

This div border color is #994b48


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,75,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #994b48; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #994b48;
  -webkit-box-shadow: 1px 1px 3px 2px #994b48;
  box-shadow:         1px 1px 3px 2px #994b48; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994b48


Comments

No comments written yet.

Please login to write comment.