Color Hex Logo

#4c163d Color Hex

#4C163D
(76,22,61)
0 Favorites   0 Comments

Color spaces of #4c163d

RGB 762261
HSL0.880.550.19
HSV317°71°30°
CMYK 0.000.710.20   0.70
XYZ4.10972.44724.6706
Yxy2.44720.36600.2180
Hunter Lab15.643519.5174-6.7514
CIE-Lab17.678130.3290-11.9455

#4c163d color RGB value is (76,22,61).

#4c163d hex color red value is 76, green value is 22 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #4c163d hue: 0.88 , saturation: 0.55 and the lightness value of 4c163d is 0.19.

The process color (four color CMYK) of #4c163d color hex is 0.00, 0.71, 0.20, 0.70. Web safe color of #4c163d is #330033. Color #4c163d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00010110 00111101
Octal 114 26 75
Decimal 76 22 61
Hex 4C 16 3D

RGB Percentages of Color #4c163d

%47.80
%13.84
%38.36

CMYK Percentages of Color #4c163d

%0
%71
%20
%70

Triadic Colors of #4c163d

#4c163d #3d4c16 #163d4c

Analogous Colors of #4c163d

#4c163d #4c1622 #40164c

Monochromatic Colors of #4c163d

#4c163d

Complementary Color

#4c163d #164c25

#4c163d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c163d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c163d Color CSS Codes

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

#4c163d Text Font Color

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

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


#4c163d Background Color

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

This div background color is #4c163d


#4c163d Border Color

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

This div border color is #4c163d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,22,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4c163d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4c163d;
  -webkit-box-shadow: 1px 1px 3px 2px #4c163d;
  box-shadow:         1px 1px 3px 2px #4c163d; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c163d


Comments

No comments written yet.

Please login to write comment.