Color Hex Logo

#996448 Color Hex

#996448
(153,100,72)
0 Favorites   0 Comments

Color spaces of #996448

RGB 15310072
HSL0.060.360.44
HSV21°53°60°
CMYK 0.000.350.53   0.40
XYZ18.863716.35458.2934
Yxy16.35450.43350.3759
Hunter Lab40.440712.490716.1496
CIE-Lab47.436218.221024.5939

#996448 color RGB value is (153,100,72).

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

The process color (four color CMYK) of #996448 color hex is 0.00, 0.35, 0.53, 0.40. Web safe color of #996448 is #996633. Color #996448 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100100 01001000
Octal 231 144 110
Decimal 153 100 72
Hex 99 64 48

RGB Percentages of Color #996448

%47.08
%30.77
%22.15

CMYK Percentages of Color #996448

%0
%35
%53
%40

Triadic Colors of #996448

#996448 #489964 #644899

Analogous Colors of #996448

#996448 #998d48 #994854

Monochromatic Colors of #996448

#996448

Complementary Color

#996448 #487d99

#996448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#996448 Color CSS Codes

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

#996448 Text Font Color

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

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


#996448 Background Color

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

This div background color is #996448


#996448 Border Color

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

This div border color is #996448


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,100,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 #996448">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996448


Comments

No comments written yet.

Please login to write comment.