Color Hex Logo

#4f111c Color Hex

#4F111C
(79,17,28)
0 Favorites   0 Comments

Color spaces of #4f111c

RGB 791728
HSL0.970.650.19
HSV349°78°31°
CMYK 0.000.780.65   0.69
XYZ3.63452.14701.3215
Yxy2.14700.51170.3023
Hunter Lab14.652618.63374.9096
CIE-Lab16.240529.48279.6251

#4f111c color RGB value is (79,17,28).

#4f111c hex color red value is 79, green value is 17 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #4f111c hue: 0.97 , saturation: 0.65 and the lightness value of 4f111c is 0.19.

The process color (four color CMYK) of #4f111c color hex is 0.00, 0.78, 0.65, 0.69. Web safe color of #4f111c is #660033. Color #4f111c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 00010001 00011100
Octal 117 21 34
Decimal 79 17 28
Hex 4F 11 1C

RGB Percentages of Color #4f111c

%63.71
%13.71
%22.58

CMYK Percentages of Color #4f111c

%0
%78
%65
%69

Triadic Colors of #4f111c

#4f111c #1c4f11 #111c4f

Analogous Colors of #4f111c

#4f111c #4f2511 #4f113b

Monochromatic Colors of #4f111c

#4f111c

Complementary Color

#4f111c #114f44

#4f111c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f111c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f111c Color CSS Codes

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

#4f111c Text Font Color

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

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


#4f111c Background Color

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

This div background color is #4f111c


#4f111c Border Color

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

This div border color is #4f111c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(79,17,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4f111c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4f111c;
  -webkit-box-shadow: 1px 1px 3px 2px #4f111c;
  box-shadow:         1px 1px 3px 2px #4f111c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,17,28, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f111c


Comments

No comments written yet.

Please login to write comment.