Color Hex Logo

#4c172e Color Hex

#4C172E
(76,23,46)
0 Favorites   0 Comments

Color spaces of #4c172e

RGB 762346
HSL0.930.540.19
HSV334°70°30°
CMYK 0.000.700.39   0.70
XYZ3.78002.34652.8385
Yxy2.34650.42160.2617
Hunter Lab15.318317.2403-0.2637
CIE-Lab17.209727.5237-2.0444

#4c172e color RGB value is (76,23,46).

#4c172e hex color red value is 76, green value is 23 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #4c172e hue: 0.93 , saturation: 0.54 and the lightness value of 4c172e is 0.19.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 00010111 00101110
Octal 114 27 56
Decimal 76 23 46
Hex 4C 17 2E

RGB Percentages of Color #4c172e

%52.41
%15.86
%31.72

CMYK Percentages of Color #4c172e

%0
%70
%39
%70

Triadic Colors of #4c172e

#4c172e #2e4c17 #172e4c

Analogous Colors of #4c172e

#4c172e #4c1b17 #4c1749

Monochromatic Colors of #4c172e

#4c172e

Complementary Color

#4c172e #174c35

#4c172e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c172e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c172e Color CSS Codes

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

#4c172e Text Font Color

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

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


#4c172e Background Color

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

This div background color is #4c172e


#4c172e Border Color

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

This div border color is #4c172e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c172e


Comments

No comments written yet.

Please login to write comment.