Color Hex Logo

#76033e Color Hex

#76033E
(118,3,62)
0 Favorites   0 Comments

Color spaces of #76033e

RGB 118362
HSL0.910.950.24
HSV329°97°46°
CMYK 0.000.970.47   0.54
XYZ8.37334.26454.9392
Yxy4.26450.47640.2426
Hunter Lab20.650736.23840.2746
CIE-Lab24.527347.7927-1.4537

#76033e color RGB value is (118,3,62).

#76033e hex color red value is 118, green value is 3 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #76033e hue: 0.91 , saturation: 0.95 and the lightness value of 76033e is 0.24.

The process color (four color CMYK) of #76033e color hex is 0.00, 0.97, 0.47, 0.54. Web safe color of #76033e is #660033. Color #76033e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000011 00111110
Octal 166 3 76
Decimal 118 3 62
Hex 76 3 3E

RGB Percentages of Color #76033e

%64.48
%1.64
%33.88

CMYK Percentages of Color #76033e

%0
%97
%47
%54

Triadic Colors of #76033e

#76033e #3e7603 #033e76

Analogous Colors of #76033e

#76033e #760304 #750376

Monochromatic Colors of #76033e

#76033e

Complementary Color

#76033e #03763b

#76033e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76033e Color Preview on White Background

Lorem ipsum dolor sit amet.

#76033e Color CSS Codes

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

#76033e Text Font Color

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

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


#76033e Background Color

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

This div background color is #76033e


#76033e Border Color

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

This div border color is #76033e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76033e


Comments

No comments written yet.

Please login to write comment.