Color Hex Logo

#95784a Color Hex

#95784A
(149,120,74)
0 Favorites   0 Comments

Color spaces of #95784a

RGB 14912074
HSL0.100.340.44
HSV37°50°58°
CMYK 0.000.190.50   0.42
XYZ20.346920.31699.3277
Yxy20.31690.40700.4064
Hunter Lab45.07431.696419.2825
CIE-Lab52.19365.166729.4092

#95784a color RGB value is (149,120,74).

#95784a hex color red value is 149, green value is 120 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #95784a hue: 0.10 , saturation: 0.34 and the lightness value of 95784a is 0.44.

The process color (four color CMYK) of #95784a color hex is 0.00, 0.19, 0.50, 0.42. Web safe color of #95784a is #996633. Color #95784a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01111000 01001010
Octal 225 170 112
Decimal 149 120 74
Hex 95 78 4A

RGB Percentages of Color #95784a

%43.44
%34.99
%21.57

CMYK Percentages of Color #95784a

%0
%19
%50
%42

Triadic Colors of #95784a

#95784a #4a9578 #784a95

Analogous Colors of #95784a

#95784a #8d954a #95524a

Monochromatic Colors of #95784a

#95784a

Complementary Color

#95784a #4a6795

#95784a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95784a Color Preview on White Background

Lorem ipsum dolor sit amet.

#95784a Color CSS Codes

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

#95784a Text Font Color

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

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


#95784a Background Color

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

This div background color is #95784a


#95784a Border Color

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

This div border color is #95784a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95784a


Comments

No comments written yet.

Please login to write comment.