Color Hex Logo

#767430 Color Hex

#767430
(118,116,48)
0 Favorites   0 Comments

Color spaces of #767430

RGB 11811648
HSL0.160.420.33
HSV58°59°46°
CMYK 0.000.020.59   0.54
XYZ14.250116.55575.2408
Yxy16.55570.39530.4593
Hunter Lab40.6887-8.690520.8454
CIE-Lab47.6953-8.927137.0678

#767430 color RGB value is (118,116,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110100 00110000
Octal 166 164 60
Decimal 118 116 48
Hex 76 74 30

RGB Percentages of Color #767430

%41.84
%41.13
%17.02

CMYK Percentages of Color #767430

%0
%2
%59
%54

Triadic Colors of #767430

#767430 #307674 #743076

Analogous Colors of #767430

#767430 #557630 #765130

Monochromatic Colors of #767430

#767430

Complementary Color

#767430 #303276

#767430 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767430 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767430 Color CSS Codes

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

#767430 Text Font Color

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

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


#767430 Background Color

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

This div background color is #767430


#767430 Border Color

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

This div border color is #767430


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767430


Comments

No comments written yet.

Please login to write comment.