Color Hex Logo

#4f212a Color Hex

#4F212A
(79,33,42)
0 Favorites   0 Comments

Color spaces of #4f212a

RGB 793342
HSL0.970.410.22
HSV348°58°31°
CMYK 0.000.580.47   0.69
XYZ4.18622.91712.5329
Yxy2.91710.43440.3027
Hunter Lab17.079513.86133.1629
CIE-Lab19.708822.65834.4739

#4f212a color RGB value is (79,33,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 00100001 00101010
Octal 117 41 52
Decimal 79 33 42
Hex 4F 21 2A

RGB Percentages of Color #4f212a

%51.30
%21.43
%27.27

CMYK Percentages of Color #4f212a

%0
%58
%47
%69

Triadic Colors of #4f212a

#4f212a #2a4f21 #212a4f

Analogous Colors of #4f212a

#4f212a #4f2f21 #4f2141

Monochromatic Colors of #4f212a

#4f212a

Complementary Color

#4f212a #214f46

#4f212a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f212a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f212a Color CSS Codes

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

#4f212a Text Font Color

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

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


#4f212a Background Color

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

This div background color is #4f212a


#4f212a Border Color

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

This div border color is #4f212a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f212a


Comments

No comments written yet.

Please login to write comment.