Color Hex Logo

#95750a Color Hex

#95750A
(149,117,10)
0 Favorites   0 Comments

Color spaces of #95750a

RGB 14911710
HSL0.130.870.31
HSV46°93°58°
CMYK 0.000.210.93   0.42
XYZ18.810519.13412.9890
Yxy19.13410.45950.4674
Hunter Lab43.74250.210526.5684
CIE-Lab50.84373.258954.9152

#95750a color RGB value is (149,117,10).

#95750a hex color red value is 149, green value is 117 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #95750a hue: 0.13 , saturation: 0.87 and the lightness value of 95750a is 0.31.

The process color (four color CMYK) of #95750a color hex is 0.00, 0.21, 0.93, 0.42. Web safe color of #95750a is #996600. Color #95750a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01110101 00001010
Octal 225 165 12
Decimal 149 117 10
Hex 95 75 A

RGB Percentages of Color #95750a

%53.99
%42.39
%3.62

CMYK Percentages of Color #95750a

%0
%21
%93
%42

Triadic Colors of #95750a

#95750a #0a9575 #750a95

Analogous Colors of #95750a

#95750a #70950a #952f0a

Monochromatic Colors of #95750a

#95750a

Complementary Color

#95750a #0a2a95

#95750a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95750a Color Preview on White Background

Lorem ipsum dolor sit amet.

#95750a Color CSS Codes

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

#95750a Text Font Color

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

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


#95750a Background Color

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

This div background color is #95750a


#95750a Border Color

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

This div border color is #95750a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95750a


Comments

No comments written yet.

Please login to write comment.