Color Hex Logo

#767130 Color Hex

#767130
(118,113,48)
0 Favorites   0 Comments

Color spaces of #767130

RGB 11811348
HSL0.150.420.33
HSV56°59°46°
CMYK 0.000.040.59   0.54
XYZ13.909815.87525.1274
Yxy15.87520.39840.4547
Hunter Lab39.8437-7.410520.2607
CIE-Lab46.8103-7.244236.0706

#767130 color RGB value is (118,113,48).

#767130 hex color red value is 118, green value is 113 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #767130 hue: 0.15 , saturation: 0.42 and the lightness value of 767130 is 0.33.

The process color (four color CMYK) of #767130 color hex is 0.00, 0.04, 0.59, 0.54. Web safe color of #767130 is #666633. Color #767130 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110001 00110000
Octal 166 161 60
Decimal 118 113 48
Hex 76 71 30

RGB Percentages of Color #767130

%42.29
%40.50
%17.20

CMYK Percentages of Color #767130

%0
%4
%59
%54

Triadic Colors of #767130

#767130 #307671 #713076

Analogous Colors of #767130

#767130 #587630 #764e30

Monochromatic Colors of #767130

#767130

Complementary Color

#767130 #303576

#767130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767130 Color CSS Codes

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

#767130 Text Font Color

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

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


#767130 Background Color

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

This div background color is #767130


#767130 Border Color

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

This div border color is #767130


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,113,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #767130; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #767130;
  -webkit-box-shadow: 1px 1px 3px 2px #767130;
  box-shadow:         1px 1px 3px 2px #767130; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,113,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767130


Comments

No comments written yet.

Please login to write comment.