Color Hex Logo

#995024 Color Hex

#995024
(153,80,36)
0 Favorites   0 Comments

Color spaces of #995024

RGB 1538036
HSL0.060.620.37
HSV23°76°60°
CMYK 0.000.480.76   0.40
XYZ16.324012.63703.2479
Yxy12.63700.50680.3923
Hunter Lab35.548619.757719.4670
CIE-Lab42.211127.018338.3375

#995024 color RGB value is (153,80,36).

#995024 hex color red value is 153, green value is 80 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #995024 hue: 0.06 , saturation: 0.62 and the lightness value of 995024 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01010000 00100100
Octal 231 120 44
Decimal 153 80 36
Hex 99 50 24

RGB Percentages of Color #995024

%56.88
%29.74
%13.38

CMYK Percentages of Color #995024

%0
%48
%76
%40

Triadic Colors of #995024

#995024 #249950 #502499

Analogous Colors of #995024

#995024 #998b24 #992433

Monochromatic Colors of #995024

#995024

Complementary Color

#995024 #246d99

#995024 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995024 Color Preview on White Background

Lorem ipsum dolor sit amet.

#995024 Color CSS Codes

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

#995024 Text Font Color

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

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


#995024 Background Color

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

This div background color is #995024


#995024 Border Color

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

This div border color is #995024


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995024


Comments

No comments written yet.

Please login to write comment.