Color Hex Logo

#765030 Color Hex

#765030
(118,80,48)
0 Favorites   0 Comments

Color spaces of #765030

RGB 1188048
HSL0.080.420.33
HSV27°59°46°
CMYK 0.000.320.59   0.54
XYZ10.87349.80234.1152
Yxy9.80230.43860.3954
Hunter Lab31.30867.202514.1230
CIE-Lab37.485212.183925.0977

#765030 color RGB value is (118,80,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01010000 00110000
Octal 166 120 60
Decimal 118 80 48
Hex 76 50 30

RGB Percentages of Color #765030

%47.97
%32.52
%19.51

CMYK Percentages of Color #765030

%0
%32
%59
%54

Triadic Colors of #765030

#765030 #307650 #503076

Analogous Colors of #765030

#765030 #767330 #763033

Monochromatic Colors of #765030

#765030

Complementary Color

#765030 #305676

#765030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#765030 Color CSS Codes

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

#765030 Text Font Color

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

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


#765030 Background Color

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

This div background color is #765030


#765030 Border Color

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

This div border color is #765030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765030


Comments

No comments written yet.

Please login to write comment.