Color Hex Logo

#94784a Color Hex

#94784A
(148,120,74)
0 Favorites   0 Comments

Color spaces of #94784a

RGB 14812074
HSL0.100.330.44
HSV37°50°58°
CMYK 0.000.190.50   0.42
XYZ20.165220.22339.3192
Yxy20.22330.40570.4068
Hunter Lab44.97031.343319.1926
CIE-Lab52.08874.725829.2551

#94784a color RGB value is (148,120,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01111000 01001010
Octal 224 170 112
Decimal 148 120 74
Hex 94 78 4A

RGB Percentages of Color #94784a

%43.27
%35.09
%21.64

CMYK Percentages of Color #94784a

%0
%19
%50
%42

Triadic Colors of #94784a

#94784a #4a9478 #784a94

Analogous Colors of #94784a

#94784a #8b944a #94534a

Monochromatic Colors of #94784a

#94784a

Complementary Color

#94784a #4a6694

#94784a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94784a Color Preview on White Background

Lorem ipsum dolor sit amet.

#94784a Color CSS Codes

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

#94784a Text Font Color

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

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


#94784a Background Color

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

This div background color is #94784a


#94784a Border Color

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

This div border color is #94784a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,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 #94784a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94784a


Comments

No comments written yet.

Please login to write comment.