Color Hex Logo

#4c2106 Color Hex

#4C2106
(76,33,6)
0 Favorites   0 Comments

Color spaces of #4c2106

RGB 76336
HSL0.060.850.16
HSV23°92°30°
CMYK 0.000.570.92   0.70
XYZ3.55722.63740.4939
Yxy2.63740.53180.3943
Hunter Lab16.240110.67829.5649
CIE-Lab18.528918.416024.8820

#4c2106 color RGB value is (76,33,6).

#4c2106 hex color red value is 76, green value is 33 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #4c2106 hue: 0.06 , saturation: 0.85 and the lightness value of 4c2106 is 0.16.

The process color (four color CMYK) of #4c2106 color hex is 0.00, 0.57, 0.92, 0.70. Web safe color of #4c2106 is #333300. Color #4c2106 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00100001 00000110
Octal 114 41 6
Decimal 76 33 6
Hex 4C 21 6

RGB Percentages of Color #4c2106

%66.09
%28.70
%5.22

CMYK Percentages of Color #4c2106

%0
%57
%92
%70

Triadic Colors of #4c2106

#4c2106 #064c21 #21064c

Analogous Colors of #4c2106

#4c2106 #4c4406 #4c060e

Monochromatic Colors of #4c2106

#4c2106

Complementary Color

#4c2106 #06314c

#4c2106 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c2106 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c2106 Color CSS Codes

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

#4c2106 Text Font Color

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

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


#4c2106 Background Color

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

This div background color is #4c2106


#4c2106 Border Color

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

This div border color is #4c2106


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c2106


Comments

No comments written yet.

Please login to write comment.