Color Hex Logo

#967229 Color Hex

#967229
(150,114,41)
0 Favorites   0 Comments

Color spaces of #967229

RGB 15011441
HSL0.110.570.37
HSV40°73°59°
CMYK 0.000.240.73   0.41
XYZ18.995218.67884.7020
Yxy18.67880.44830.4408
Hunter Lab43.21902.819423.8028
CIE-Lab50.30936.513144.1586

#967229 color RGB value is (150,114,41).

#967229 hex color red value is 150, green value is 114 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #967229 hue: 0.11 , saturation: 0.57 and the lightness value of 967229 is 0.37.

The process color (four color CMYK) of #967229 color hex is 0.00, 0.24, 0.73, 0.41. Web safe color of #967229 is #996633. Color #967229 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01110010 00101001
Octal 226 162 51
Decimal 150 114 41
Hex 96 72 29

RGB Percentages of Color #967229

%49.18
%37.38
%13.44

CMYK Percentages of Color #967229

%0
%24
%73
%41

Triadic Colors of #967229

#967229 #299672 #722996

Analogous Colors of #967229

#967229 #849629 #963c29

Monochromatic Colors of #967229

#967229

Complementary Color

#967229 #294d96

#967229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#967229 Color CSS Codes

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

#967229 Text Font Color

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

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


#967229 Background Color

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

This div background color is #967229


#967229 Border Color

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

This div border color is #967229


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,114,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #967229; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #967229;
  -webkit-box-shadow: 1px 1px 3px 2px #967229;
  box-shadow:         1px 1px 3px 2px #967229; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,114,41, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967229


Comments

No comments written yet.

Please login to write comment.