Color Hex Logo

#968247 Color Hex

#968247
(150,130,71)
0 Favorites   0 Comments

Color spaces of #968247

RGB 15013071
HSL0.120.360.43
HSV45°53°59°
CMYK 0.000.130.53   0.41
XYZ21.697622.90429.2386
Yxy22.90420.40300.4254
Hunter Lab47.8583-2.825322.0555
CIE-Lab54.9735-0.338434.4837

#968247 color RGB value is (150,130,71).

#968247 hex color red value is 150, green value is 130 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #968247 hue: 0.12 , saturation: 0.36 and the lightness value of 968247 is 0.43.

The process color (four color CMYK) of #968247 color hex is 0.00, 0.13, 0.53, 0.41. Web safe color of #968247 is #999933. Color #968247 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000010 01000111
Octal 226 202 107
Decimal 150 130 71
Hex 96 82 47

RGB Percentages of Color #968247

%42.74
%37.04
%20.23

CMYK Percentages of Color #968247

%0
%13
%53
%41

Triadic Colors of #968247

#968247 #479682 #824796

Analogous Colors of #968247

#968247 #839647 #965b47

Monochromatic Colors of #968247

#968247

Complementary Color

#968247 #475b96

#968247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968247 Color CSS Codes

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

#968247 Text Font Color

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

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


#968247 Background Color

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

This div background color is #968247


#968247 Border Color

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

This div border color is #968247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968247


Comments

No comments written yet.

Please login to write comment.