Color Hex Logo

#995015 Color Hex

#995015
(153,80,21)
0 Favorites   0 Comments

Color spaces of #995015

RGB 1538021
HSL0.070.760.34
HSV27°86°60°
CMYK 0.000.480.86   0.40
XYZ16.140912.56382.2838
Yxy12.56380.52090.4054
Hunter Lab35.445519.254520.9917
CIE-Lab42.098526.460645.0134

#995015 color RGB value is (153,80,21).

#995015 hex color red value is 153, green value is 80 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #995015 hue: 0.07 , saturation: 0.76 and the lightness value of 995015 is 0.34.

The process color (four color CMYK) of #995015 color hex is 0.00, 0.48, 0.86, 0.40. Web safe color of #995015 is #996600. Color #995015 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01010000 00010101
Octal 231 120 25
Decimal 153 80 21
Hex 99 50 15

RGB Percentages of Color #995015

%60.24
%31.50
%8.27

CMYK Percentages of Color #995015

%0
%48
%86
%40

Triadic Colors of #995015

#995015 #159950 #501599

Analogous Colors of #995015

#995015 #999215 #99151c

Monochromatic Colors of #995015

#995015

Complementary Color

#995015 #155e99

#995015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#995015 Color CSS Codes

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

#995015 Text Font Color

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

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


#995015 Background Color

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

This div background color is #995015


#995015 Border Color

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

This div border color is #995015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995015


Comments

No comments written yet.

Please login to write comment.