Color Hex Logo

#947726 Color Hex

#947726
(148,119,38)
0 Favorites   0 Comments

Color spaces of #947726

RGB 14811938
HSL0.120.590.36
HSV44°74°58°
CMYK 0.000.200.74   0.42
XYZ19.159419.62954.6128
Yxy19.62950.44140.4523
Hunter Lab44.3052-0.343324.8407
CIE-Lab51.41572.583946.5128

#947726 color RGB value is (148,119,38).

#947726 hex color red value is 148, green value is 119 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #947726 hue: 0.12 , saturation: 0.59 and the lightness value of 947726 is 0.36.

The process color (four color CMYK) of #947726 color hex is 0.00, 0.20, 0.74, 0.42. Web safe color of #947726 is #996633. Color #947726 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01110111 00100110
Octal 224 167 46
Decimal 148 119 38
Hex 94 77 26

RGB Percentages of Color #947726

%48.52
%39.02
%12.46

CMYK Percentages of Color #947726

%0
%20
%74
%42

Triadic Colors of #947726

#947726 #269477 #772694

Analogous Colors of #947726

#947726 #7a9426 #944026

Monochromatic Colors of #947726

#947726

Complementary Color

#947726 #264394

#947726 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#947726 Color Preview on White Background

Lorem ipsum dolor sit amet.

#947726 Color CSS Codes

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

#947726 Text Font Color

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

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


#947726 Background Color

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

This div background color is #947726


#947726 Border Color

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

This div border color is #947726


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,119,38, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #947726; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #947726;
  -webkit-box-shadow: 1px 1px 3px 2px #947726;
  box-shadow:         1px 1px 3px 2px #947726; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #947726


Comments

No comments written yet.

Please login to write comment.