Color Hex Logo

#95780c Color Hex

#95780C
(149,120,12)
0 Favorites   0 Comments

Color spaces of #95780c

RGB 14912012
HSL0.130.850.32
HSV47°92°58°
CMYK 0.000.190.92   0.42
XYZ19.177319.84903.1683
Yxy19.84900.45450.4704
Hunter Lab44.5522-1.131926.9702
CIE-Lab51.66611.596155.1500

#95780c color RGB value is (149,120,12).

#95780c hex color red value is 149, green value is 120 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #95780c hue: 0.13 , saturation: 0.85 and the lightness value of 95780c is 0.32.

The process color (four color CMYK) of #95780c color hex is 0.00, 0.19, 0.92, 0.42. Web safe color of #95780c is #996600. Color #95780c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01111000 00001100
Octal 225 170 14
Decimal 149 120 12
Hex 95 78 C

RGB Percentages of Color #95780c

%53.02
%42.70
%4.27

CMYK Percentages of Color #95780c

%0
%19
%92
%42

Triadic Colors of #95780c

#95780c #0c9578 #780c95

Analogous Colors of #95780c

#95780c #6e950c #95340c

Monochromatic Colors of #95780c

#95780c

Complementary Color

#95780c #0c2995

#95780c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95780c Color Preview on White Background

Lorem ipsum dolor sit amet.

#95780c Color CSS Codes

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

#95780c Text Font Color

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

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


#95780c Background Color

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

This div background color is #95780c


#95780c Border Color

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

This div border color is #95780c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95780c


Comments

No comments written yet.

Please login to write comment.