Color Hex Logo

#763933 Color Hex

#763933
(118,57,51)
0 Favorites   0 Comments

Color spaces of #763933

RGB 1185751
HSL0.010.400.33
HSV57°46°
CMYK 0.000.520.57   0.54
XYZ9.53197.01683.9840
Yxy7.01680.46420.3417
Hunter Lab26.489217.87539.6252
CIE-Lab31.845126.071616.0944

#763933 color RGB value is (118,57,51).

#763933 hex color red value is 118, green value is 57 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #763933 hue: 0.01 , saturation: 0.40 and the lightness value of 763933 is 0.33.

The process color (four color CMYK) of #763933 color hex is 0.00, 0.52, 0.57, 0.54. Web safe color of #763933 is #663333. Color #763933 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111001 00110011
Octal 166 71 63
Decimal 118 57 51
Hex 76 39 33

RGB Percentages of Color #763933

%52.21
%25.22
%22.57

CMYK Percentages of Color #763933

%0
%52
%57
%54

Triadic Colors of #763933

#763933 #337639 #393376

Analogous Colors of #763933

#763933 #765b33 #76334f

Monochromatic Colors of #763933

#763933

Complementary Color

#763933 #337076

#763933 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763933 Color Preview on White Background

Lorem ipsum dolor sit amet.

#763933 Color CSS Codes

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

#763933 Text Font Color

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

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


#763933 Background Color

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

This div background color is #763933


#763933 Border Color

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

This div border color is #763933


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763933


Comments

No comments written yet.

Please login to write comment.