Color Hex Logo

#4c2641 Color Hex

#4C2641
(76,38,65)
0 Favorites   0 Comments

Color spaces of #4c2641

RGB 763865
HSL0.880.330.22
HSV317°50°30°
CMYK 0.000.500.14   0.70
XYZ4.62773.30445.3949
Yxy3.30440.34720.2479
Hunter Lab18.178013.6305-4.8716
CIE-Lab21.223922.1288-9.2786

#4c2641 color RGB value is (76,38,65).

#4c2641 hex color red value is 76, green value is 38 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #4c2641 hue: 0.88 , saturation: 0.33 and the lightness value of 4c2641 is 0.22.

The process color (four color CMYK) of #4c2641 color hex is 0.00, 0.50, 0.14, 0.70. Web safe color of #4c2641 is #333333. Color #4c2641 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00100110 01000001
Octal 114 46 101
Decimal 76 38 65
Hex 4C 26 41

RGB Percentages of Color #4c2641

%42.46
%21.23
%36.31

CMYK Percentages of Color #4c2641

%0
%50
%14
%70

Triadic Colors of #4c2641

#4c2641 #414c26 #26414c

Analogous Colors of #4c2641

#4c2641 #4c262e #44264c

Monochromatic Colors of #4c2641

#4c2641

Complementary Color

#4c2641 #264c31

#4c2641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c2641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c2641 Color CSS Codes

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

#4c2641 Text Font Color

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

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


#4c2641 Background Color

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

This div background color is #4c2641


#4c2641 Border Color

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

This div border color is #4c2641


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,38,65, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c2641


Comments

No comments written yet.

Please login to write comment.