Color Hex Logo

#99502b Color Hex

#99502B
(153,80,43)
0 Favorites   0 Comments

Color spaces of #99502b

RGB 1538043
HSL0.060.560.38
HSV20°72°60°
CMYK 0.000.480.72   0.40
XYZ16.441612.68403.8672
Yxy12.68400.49830.3844
Hunter Lab35.614620.079618.4922
CIE-Lab42.283227.373434.7464

#99502b color RGB value is (153,80,43).

#99502b hex color red value is 153, green value is 80 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #99502b hue: 0.06 , saturation: 0.56 and the lightness value of 99502b is 0.38.

The process color (four color CMYK) of #99502b color hex is 0.00, 0.48, 0.72, 0.40. Web safe color of #99502b is #996633. Color #99502b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01010000 00101011
Octal 231 120 53
Decimal 153 80 43
Hex 99 50 2B

RGB Percentages of Color #99502b

%55.43
%28.99
%15.58

CMYK Percentages of Color #99502b

%0
%48
%72
%40

Triadic Colors of #99502b

#99502b #2b9950 #502b99

Analogous Colors of #99502b

#99502b #99872b #992b3d

Monochromatic Colors of #99502b

#99502b

Complementary Color

#99502b #2b7499

#99502b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99502b Color Preview on White Background

Lorem ipsum dolor sit amet.

#99502b Color CSS Codes

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

#99502b Text Font Color

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

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


#99502b Background Color

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

This div background color is #99502b


#99502b Border Color

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

This div border color is #99502b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99502b


Comments

No comments written yet.

Please login to write comment.