Color Hex Logo

#95824c Color Hex

#95824C
(149,130,76)
0 Favorites   0 Comments

Color spaces of #95824c

RGB 14913076
HSL0.120.320.44
HSV44°49°58°
CMYK 0.000.130.49   0.42
XYZ21.681622.876610.1104
Yxy22.87660.39660.4185
Hunter Lab47.8295-2.785720.9477
CIE-Lab54.9450-0.290631.7528

#95824c color RGB value is (149,130,76).

#95824c hex color red value is 149, green value is 130 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #95824c hue: 0.12 , saturation: 0.32 and the lightness value of 95824c is 0.44.

The process color (four color CMYK) of #95824c color hex is 0.00, 0.13, 0.49, 0.42. Web safe color of #95824c is #999933. Color #95824c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000010 01001100
Octal 225 202 114
Decimal 149 130 76
Hex 95 82 4C

RGB Percentages of Color #95824c

%41.97
%36.62
%21.41

CMYK Percentages of Color #95824c

%0
%13
%49
%42

Triadic Colors of #95824c

#95824c #4c9582 #824c95

Analogous Colors of #95824c

#95824c #84954c #955e4c

Monochromatic Colors of #95824c

#95824c

Complementary Color

#95824c #4c5f95

#95824c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95824c Color Preview on White Background

Lorem ipsum dolor sit amet.

#95824c Color CSS Codes

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

#95824c Text Font Color

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

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


#95824c Background Color

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

This div background color is #95824c


#95824c Border Color

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

This div border color is #95824c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,130,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95824c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95824c;
  -webkit-box-shadow: 1px 1px 3px 2px #95824c;
  box-shadow:         1px 1px 3px 2px #95824c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,130,76, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95824c


Comments

No comments written yet.

Please login to write comment.