Color Hex Logo

#763339 Color Hex

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

Color spaces of #763339

RGB 1185157
HSL0.990.400.33
HSV355°57°46°
CMYK 0.000.570.52   0.54
XYZ9.39366.51464.6332
Yxy6.51460.45730.3171
Hunter Lab25.523721.02767.1040
CIE-Lab30.675329.984910.6509

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

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

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

Base Numbers

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

RGB Percentages of Color #763339

%52.21
%22.57
%25.22

CMYK Percentages of Color #763339

%0
%57
%52
%54

Triadic Colors of #763339

#763339 #397633 #333976

Analogous Colors of #763339

#763339 #764f33 #76335b

Monochromatic Colors of #763339

#763339

Complementary Color

#763339 #337670

#763339 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763339 Color Preview on White Background

Lorem ipsum dolor sit amet.

#763339 Color CSS Codes

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

#763339 Text Font Color

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

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


#763339 Background Color

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

This div background color is #763339


#763339 Border Color

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

This div border color is #763339


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763339


Comments

No comments written yet.

Please login to write comment.