Color Hex Logo

#76183d Color Hex

#76183D
(118,24,61)
0 Favorites   0 Comments

Color spaces of #76183d

RGB 1182461
HSL0.930.660.28
HSV336°80°46°
CMYK 0.000.800.48   0.54
XYZ8.64024.84174.8940
Yxy4.84170.47020.2635
Hunter Lab22.003931.58442.2157
CIE-Lab26.278942.58161.7846

#76183d color RGB value is (118,24,61).

#76183d hex color red value is 118, green value is 24 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #76183d hue: 0.93 , saturation: 0.66 and the lightness value of 76183d is 0.28.

The process color (four color CMYK) of #76183d color hex is 0.00, 0.80, 0.48, 0.54. Web safe color of #76183d is #660033. Color #76183d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011000 00111101
Octal 166 30 75
Decimal 118 24 61
Hex 76 18 3D

RGB Percentages of Color #76183d

%58.13
%11.82
%30.05

CMYK Percentages of Color #76183d

%0
%80
%48
%54

Triadic Colors of #76183d

#76183d #3d7618 #183d76

Analogous Colors of #76183d

#76183d #762218 #76186c

Monochromatic Colors of #76183d

#76183d

Complementary Color

#76183d #187651

#76183d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76183d Color Preview on White Background

Lorem ipsum dolor sit amet.

#76183d Color CSS Codes

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

#76183d Text Font Color

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

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


#76183d Background Color

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

This div background color is #76183d


#76183d Border Color

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

This div border color is #76183d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,24,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76183d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76183d;
  -webkit-box-shadow: 1px 1px 3px 2px #76183d;
  box-shadow:         1px 1px 3px 2px #76183d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76183d


Comments

No comments written yet.

Please login to write comment.