Color Hex Logo

#968125 Color Hex

#968125
(150,129,37)
0 Favorites   0 Comments

Color spaces of #968125

RGB 15012937
HSL0.140.600.37
HSV49°75°59°
CMYK 0.000.140.75   0.41
XYZ20.761922.31814.9638
Yxy22.31810.43210.4645
Hunter Lab47.2420-4.226526.8397
CIE-Lab54.3629-2.163849.8688

#968125 color RGB value is (150,129,37).

#968125 hex color red value is 150, green value is 129 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #968125 hue: 0.14 , saturation: 0.60 and the lightness value of 968125 is 0.37.

The process color (four color CMYK) of #968125 color hex is 0.00, 0.14, 0.75, 0.41. Web safe color of #968125 is #999933. Color #968125 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000001 00100101
Octal 226 201 45
Decimal 150 129 37
Hex 96 81 25

RGB Percentages of Color #968125

%47.47
%40.82
%11.71

CMYK Percentages of Color #968125

%0
%14
%75
%41

Triadic Colors of #968125

#968125 #259681 #812596

Analogous Colors of #968125

#968125 #739625 #964925

Monochromatic Colors of #968125

#968125

Complementary Color

#968125 #253a96

#968125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968125 Color CSS Codes

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

#968125 Text Font Color

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

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


#968125 Background Color

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

This div background color is #968125


#968125 Border Color

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

This div border color is #968125


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968125


Comments

No comments written yet.

Please login to write comment.