Color Hex Logo

#95822f Color Hex

#95822F
(149,130,47)
0 Favorites   0 Comments

Color spaces of #95822f

RGB 14913047
HSL0.140.520.38
HSV49°68°58°
CMYK 0.000.130.68   0.42
XYZ20.890122.56015.9428
Yxy22.56010.42290.4567
Hunter Lab47.4975-4.613625.8300
CIE-Lab54.6163-2.637545.8874

#95822f color RGB value is (149,130,47).

#95822f hex color red value is 149, green value is 130 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #95822f hue: 0.14 , saturation: 0.52 and the lightness value of 95822f is 0.38.

The process color (four color CMYK) of #95822f color hex is 0.00, 0.13, 0.68, 0.42. Web safe color of #95822f is #999933. Color #95822f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000010 00101111
Octal 225 202 57
Decimal 149 130 47
Hex 95 82 2F

RGB Percentages of Color #95822f

%45.71
%39.88
%14.42

CMYK Percentages of Color #95822f

%0
%13
%68
%42

Triadic Colors of #95822f

#95822f #2f9582 #822f95

Analogous Colors of #95822f

#95822f #75952f #954f2f

Monochromatic Colors of #95822f

#95822f

Complementary Color

#95822f #2f4295

#95822f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95822f Color Preview on White Background

Lorem ipsum dolor sit amet.

#95822f Color CSS Codes

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

#95822f Text Font Color

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

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


#95822f Background Color

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

This div background color is #95822f


#95822f Border Color

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

This div border color is #95822f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95822f


Comments

No comments written yet.

Please login to write comment.