Color Hex Logo

#94784f Color Hex

#94784F
(148,120,79)
0 Favorites   0 Comments

Color spaces of #94784f

RGB 14812079
HSL0.100.300.45
HSV36°47°58°
CMYK 0.000.190.47   0.42
XYZ20.340520.293410.2421
Yxy20.29340.39980.3989
Hunter Lab45.04821.763318.0536
CIE-Lab52.16735.248726.5721

#94784f color RGB value is (148,120,79).

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

The process color (four color CMYK) of #94784f color hex is 0.00, 0.19, 0.47, 0.42. Web safe color of #94784f is #996666. Color #94784f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01111000 01001111
Octal 224 170 117
Decimal 148 120 79
Hex 94 78 4F

RGB Percentages of Color #94784f

%42.65
%34.58
%22.77

CMYK Percentages of Color #94784f

%0
%19
%47
%42

Triadic Colors of #94784f

#94784f #4f9478 #784f94

Analogous Colors of #94784f

#94784f #8e944f #94564f

Monochromatic Colors of #94784f

#94784f

Complementary Color

#94784f #4f6b94

#94784f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94784f Color Preview on White Background

Lorem ipsum dolor sit amet.

#94784f Color CSS Codes

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

#94784f Text Font Color

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

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


#94784f Background Color

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

This div background color is #94784f


#94784f Border Color

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

This div border color is #94784f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94784f


Comments

No comments written yet.

Please login to write comment.