Color Hex Logo

#995119 Color Hex

#995119
(153,81,25)
0 Favorites   0 Comments

Color spaces of #995119

RGB 1538125
HSL0.070.720.35
HSV26°84°60°
CMYK 0.000.470.84   0.40
XYZ16.254812.72742.5196
Yxy12.72740.51600.4040
Hunter Lab35.675518.897820.7854
CIE-Lab42.349626.028143.6099

#995119 color RGB value is (153,81,25).

#995119 hex color red value is 153, green value is 81 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #995119 hue: 0.07 , saturation: 0.72 and the lightness value of 995119 is 0.35.

The process color (four color CMYK) of #995119 color hex is 0.00, 0.47, 0.84, 0.40. Web safe color of #995119 is #996600. Color #995119 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01010001 00011001
Octal 231 121 31
Decimal 153 81 25
Hex 99 51 19

RGB Percentages of Color #995119

%59.07
%31.27
%9.65

CMYK Percentages of Color #995119

%0
%47
%84
%40

Triadic Colors of #995119

#995119 #199951 #511999

Analogous Colors of #995119

#995119 #999119 #991921

Monochromatic Colors of #995119

#995119

Complementary Color

#995119 #196199

#995119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#995119 Color CSS Codes

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

#995119 Text Font Color

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

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


#995119 Background Color

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

This div background color is #995119


#995119 Border Color

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

This div border color is #995119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995119


Comments

No comments written yet.

Please login to write comment.