Color Hex Logo

#94760f Color Hex

#94760F
(148,118,15)
0 Favorites   0 Comments

Color spaces of #94760f

RGB 14811815
HSL0.130.820.32
HSV46°90°58°
CMYK 0.000.200.90   0.42
XYZ18.777419.28733.1851
Yxy19.28730.45520.4676
Hunter Lab43.9173-0.535426.4421
CIE-Lab51.02172.320953.9304

#94760f color RGB value is (148,118,15).

#94760f hex color red value is 148, green value is 118 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #94760f hue: 0.13 , saturation: 0.82 and the lightness value of 94760f is 0.32.

The process color (four color CMYK) of #94760f color hex is 0.00, 0.20, 0.90, 0.42. Web safe color of #94760f is #996600. Color #94760f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01110110 00001111
Octal 224 166 17
Decimal 148 118 15
Hex 94 76 F

RGB Percentages of Color #94760f

%52.67
%41.99
%5.34

CMYK Percentages of Color #94760f

%0
%20
%90
%42

Triadic Colors of #94760f

#94760f #0f9476 #760f94

Analogous Colors of #94760f

#94760f #70940f #94340f

Monochromatic Colors of #94760f

#94760f

Complementary Color

#94760f #0f2d94

#94760f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94760f Color Preview on White Background

Lorem ipsum dolor sit amet.

#94760f Color CSS Codes

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

#94760f Text Font Color

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

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


#94760f Background Color

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

This div background color is #94760f


#94760f Border Color

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

This div border color is #94760f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94760f


Comments

No comments written yet.

Please login to write comment.