Color Hex Logo

#4f213e Color Hex

#4F213E
(79,33,62)
0 Favorites   0 Comments

Color spaces of #4f213e

RGB 793362
HSL0.890.410.22
HSV322°58°31°
CMYK 0.000.580.22   0.69
XYZ4.63783.09784.9109
Yxy3.09780.36670.2450
Hunter Lab17.600616.2343-4.2227
CIE-Lab20.431425.6777-8.3791

#4f213e color RGB value is (79,33,62).

#4f213e hex color red value is 79, green value is 33 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #4f213e hue: 0.89 , saturation: 0.41 and the lightness value of 4f213e is 0.22.

The process color (four color CMYK) of #4f213e color hex is 0.00, 0.58, 0.22, 0.69. Web safe color of #4f213e is #663333. Color #4f213e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 00100001 00111110
Octal 117 41 76
Decimal 79 33 62
Hex 4F 21 3E

RGB Percentages of Color #4f213e

%45.40
%18.97
%35.63

CMYK Percentages of Color #4f213e

%0
%58
%22
%69

Triadic Colors of #4f213e

#4f213e #3e4f21 #213e4f

Analogous Colors of #4f213e

#4f213e #4f2127 #49214f

Monochromatic Colors of #4f213e

#4f213e

Complementary Color

#4f213e #214f32

#4f213e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f213e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f213e Color CSS Codes

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

#4f213e Text Font Color

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

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


#4f213e Background Color

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

This div background color is #4f213e


#4f213e Border Color

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

This div border color is #4f213e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f213e


Comments

No comments written yet.

Please login to write comment.