Color Hex Logo

#4c2713 Color Hex

#4C2713
(76,39,19)
0 Favorites   0 Comments

Color spaces of #4c2713

RGB 763919
HSL0.060.600.19
HSV21°75°30°
CMYK 0.000.490.75   0.70
XYZ3.82363.03461.0003
Yxy3.03460.48660.3862
Hunter Lab17.42018.69448.7895
CIE-Lab20.181915.366020.4949

#4c2713 color RGB value is (76,39,19).

#4c2713 hex color red value is 76, green value is 39 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #4c2713 hue: 0.06 , saturation: 0.60 and the lightness value of 4c2713 is 0.19.

The process color (four color CMYK) of #4c2713 color hex is 0.00, 0.49, 0.75, 0.70. Web safe color of #4c2713 is #333300. Color #4c2713 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00100111 00010011
Octal 114 47 23
Decimal 76 39 19
Hex 4C 27 13

RGB Percentages of Color #4c2713

%56.72
%29.10
%14.18

CMYK Percentages of Color #4c2713

%0
%49
%75
%70

Triadic Colors of #4c2713

#4c2713 #134c27 #27134c

Analogous Colors of #4c2713

#4c2713 #4c4413 #4c131c

Monochromatic Colors of #4c2713

#4c2713

Complementary Color

#4c2713 #13384c

#4c2713 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c2713 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c2713 Color CSS Codes

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

#4c2713 Text Font Color

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

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


#4c2713 Background Color

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

This div background color is #4c2713


#4c2713 Border Color

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

This div border color is #4c2713


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c2713


Comments

No comments written yet.

Please login to write comment.