Color Hex Logo

#4c0022 Color Hex

#4C0022
(76,0,34)
0 Favorites   0 Comments

Color spaces of #4c0022

RGB 76034
HSL0.931.000.15
HSV333°100°30°
CMYK 0.001.000.55   0.70
XYZ3.26921.65201.6599
Yxy1.65200.49680.2510
Hunter Lab12.853022.90921.3401
CIE-Lab13.543535.26391.3459

#4c0022 color RGB value is (76,0,34).

#4c0022 hex color red value is 76, green value is 0 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #4c0022 hue: 0.93 , saturation: 1.00 and the lightness value of 4c0022 is 0.15.

The process color (four color CMYK) of #4c0022 color hex is 0.00, 1.00, 0.55, 0.70. Web safe color of #4c0022 is #330033. Color #4c0022 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00000000 00100010
Octal 114 0 42
Decimal 76 0 34
Hex 4C 0 22

RGB Percentages of Color #4c0022

%69.09
%0.00
%30.91

CMYK Percentages of Color #4c0022

%0
%100
%55
%70

Triadic Colors of #4c0022

#4c0022 #224c00 #00224c

Analogous Colors of #4c0022

#4c0022 #4c0400 #4c0048

Monochromatic Colors of #4c0022

#4c0022

Complementary Color

#4c0022 #004c2a

#4c0022 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c0022 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c0022 Color CSS Codes

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

#4c0022 Text Font Color

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

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


#4c0022 Background Color

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

This div background color is #4c0022


#4c0022 Border Color

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

This div border color is #4c0022


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c0022


Comments

No comments written yet.

Please login to write comment.