Color Hex Logo

#968038 Color Hex

#968038
(150,128,56)
0 Favorites   0 Comments

Color spaces of #968038

RGB 15012856
HSL0.130.460.40
HSV46°63°59°
CMYK 0.000.150.63   0.41
XYZ21.010722.20796.9206
Yxy22.20790.41900.4429
Hunter Lab47.1253-2.885324.2806
CIE-Lab54.2469-0.465741.2991

#968038 color RGB value is (150,128,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000000 00111000
Octal 226 200 70
Decimal 150 128 56
Hex 96 80 38

RGB Percentages of Color #968038

%44.91
%38.32
%16.77

CMYK Percentages of Color #968038

%0
%15
%63
%41

Triadic Colors of #968038

#968038 #389680 #803896

Analogous Colors of #968038

#968038 #7d9638 #965138

Monochromatic Colors of #968038

#968038

Complementary Color

#968038 #384e96

#968038 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968038 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968038 Color CSS Codes

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

#968038 Text Font Color

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

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


#968038 Background Color

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

This div background color is #968038


#968038 Border Color

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

This div border color is #968038


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968038


Comments

No comments written yet.

Please login to write comment.