Color Hex Logo

#95823a Color Hex

#95823A
(149,130,58)
0 Favorites   0 Comments

Color spaces of #95823a

RGB 14913058
HSL0.130.440.41
HSV47°61°58°
CMYK 0.000.130.61   0.42
XYZ21.140822.66037.2626
Yxy22.66030.41400.4438
Hunter Lab47.6028-4.031724.2763
CIE-Lab54.7207-1.885240.8223

#95823a color RGB value is (149,130,58).

#95823a hex color red value is 149, green value is 130 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #95823a hue: 0.13 , saturation: 0.44 and the lightness value of 95823a is 0.41.

The process color (four color CMYK) of #95823a color hex is 0.00, 0.13, 0.61, 0.42. Web safe color of #95823a is #999933. Color #95823a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000010 00111010
Octal 225 202 72
Decimal 149 130 58
Hex 95 82 3A

RGB Percentages of Color #95823a

%44.21
%38.58
%17.21

CMYK Percentages of Color #95823a

%0
%13
%61
%42

Triadic Colors of #95823a

#95823a #3a9582 #823a95

Analogous Colors of #95823a

#95823a #7b953a #95553a

Monochromatic Colors of #95823a

#95823a

Complementary Color

#95823a #3a4d95

#95823a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95823a Color Preview on White Background

Lorem ipsum dolor sit amet.

#95823a Color CSS Codes

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

#95823a Text Font Color

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

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


#95823a Background Color

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

This div background color is #95823a


#95823a Border Color

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

This div border color is #95823a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95823a


Comments

No comments written yet.

Please login to write comment.