Color Hex Logo

#99494b Color Hex

#99494B
(153,73,75)
0 Favorites   0 Comments

Color spaces of #99494b

RGB 1537375
HSL1.000.350.44
HSV359°52°60°
CMYK 0.000.520.51   0.40
XYZ16.789412.04548.0967
Yxy12.04540.45460.3262
Hunter Lab34.706525.613710.4627
CIE-Lab41.288233.613014.6695

#99494b color RGB value is (153,73,75).

#99494b hex color red value is 153, green value is 73 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #99494b hue: 1.00 , saturation: 0.35 and the lightness value of 99494b is 0.44.

The process color (four color CMYK) of #99494b color hex is 0.00, 0.52, 0.51, 0.40. Web safe color of #99494b is #993333. Color #99494b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01001001 01001011
Octal 231 111 113
Decimal 153 73 75
Hex 99 49 4B

RGB Percentages of Color #99494b

%50.83
%24.25
%24.92

CMYK Percentages of Color #99494b

%0
%52
%51
%40

Triadic Colors of #99494b

#99494b #4b9949 #494b99

Analogous Colors of #99494b

#99494b #996f49 #994973

Monochromatic Colors of #99494b

#99494b

Complementary Color

#99494b #499997

#99494b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99494b Color Preview on White Background

Lorem ipsum dolor sit amet.

#99494b Color CSS Codes

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

#99494b Text Font Color

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

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


#99494b Background Color

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

This div background color is #99494b


#99494b Border Color

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

This div border color is #99494b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99494b


Comments

No comments written yet.

Please login to write comment.