Color Hex Logo

#4c310e Color Hex

#4C310E
(76,49,14)
0 Favorites   0 Comments

Color spaces of #4c310e

RGB 764914
HSL0.090.690.18
HSV34°82°30°
CMYK 0.000.360.82   0.70
XYZ4.15813.76480.9230
Yxy3.76480.47010.4256
Hunter Lab19.40314.297310.7618
CIE-Lab22.87818.601426.2430

#4c310e color RGB value is (76,49,14).

#4c310e hex color red value is 76, green value is 49 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #4c310e hue: 0.09 , saturation: 0.69 and the lightness value of 4c310e is 0.18.

The process color (four color CMYK) of #4c310e color hex is 0.00, 0.36, 0.82, 0.70. Web safe color of #4c310e is #333300. Color #4c310e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00110001 00001110
Octal 114 61 16
Decimal 76 49 14
Hex 4C 31 E

RGB Percentages of Color #4c310e

%54.68
%35.25
%10.07

CMYK Percentages of Color #4c310e

%0
%36
%82
%70

Triadic Colors of #4c310e

#4c310e #0e4c31 #310e4c

Analogous Colors of #4c310e

#4c310e #484c0e #4c120e

Monochromatic Colors of #4c310e

#4c310e

Complementary Color

#4c310e #0e294c

#4c310e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c310e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c310e Color CSS Codes

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

#4c310e Text Font Color

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

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


#4c310e Background Color

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

This div background color is #4c310e


#4c310e Border Color

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

This div border color is #4c310e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c310e


Comments

No comments written yet.

Please login to write comment.