Color Hex Logo

#99513d Color Hex

#99513D
(153,81,61)
0 Favorites   0 Comments

Color spaces of #99513d

RGB 1538161
HSL0.040.430.42
HSV13°60°60°
CMYK 0.000.470.60   0.40
XYZ16.921612.99416.0311
Yxy12.99410.47070.3615
Hunter Lab36.047320.709915.3133
CIE-Lab42.754428.027725.0619

#99513d color RGB value is (153,81,61).

#99513d hex color red value is 153, green value is 81 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #99513d hue: 0.04 , saturation: 0.43 and the lightness value of 99513d is 0.42.

The process color (four color CMYK) of #99513d color hex is 0.00, 0.47, 0.60, 0.40. Web safe color of #99513d is #996633. Color #99513d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01010001 00111101
Octal 231 121 75
Decimal 153 81 61
Hex 99 51 3D

RGB Percentages of Color #99513d

%51.86
%27.46
%20.68

CMYK Percentages of Color #99513d

%0
%47
%60
%40

Triadic Colors of #99513d

#99513d #3d9951 #513d99

Analogous Colors of #99513d

#99513d #997f3d #993d57

Monochromatic Colors of #99513d

#99513d

Complementary Color

#99513d #3d8599

#99513d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99513d Color Preview on White Background

Lorem ipsum dolor sit amet.

#99513d Color CSS Codes

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

#99513d Text Font Color

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

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


#99513d Background Color

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

This div background color is #99513d


#99513d Border Color

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

This div border color is #99513d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,81,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99513d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99513d;
  -webkit-box-shadow: 1px 1px 3px 2px #99513d;
  box-shadow:         1px 1px 3px 2px #99513d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99513d

#99513d Color Palettes


Comments

No comments written yet.

Please login to write comment.