Color Hex Logo

#968029 Color Hex

#968029
(150,128,41)
0 Favorites   0 Comments

Color spaces of #968029

RGB 15012841
HSL0.130.570.37
HSV48°73°59°
CMYK 0.000.150.73   0.41
XYZ20.697122.08255.2693
Yxy22.08250.43080.4596
Hunter Lab46.9920-3.617726.2461
CIE-Lab54.1144-1.406448.0037

#968029 color RGB value is (150,128,41).

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

The process color (four color CMYK) of #968029 color hex is 0.00, 0.15, 0.73, 0.41. Web safe color of #968029 is #999933. Color #968029 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000000 00101001
Octal 226 200 51
Decimal 150 128 41
Hex 96 80 29

RGB Percentages of Color #968029

%47.02
%40.13
%12.85

CMYK Percentages of Color #968029

%0
%15
%73
%41

Triadic Colors of #968029

#968029 #299680 #802996

Analogous Colors of #968029

#968029 #769629 #964a29

Monochromatic Colors of #968029

#968029

Complementary Color

#968029 #293f96

#968029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968029 Color CSS Codes

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

#968029 Text Font Color

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

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


#968029 Background Color

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

This div background color is #968029


#968029 Border Color

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

This div border color is #968029


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,128,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 #968029">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968029


Comments

No comments written yet.

Please login to write comment.