Color Hex Logo

#4f293a Color Hex

#4F293A
(79,41,58)
0 Favorites   0 Comments

Color spaces of #4f293a

RGB 794158
HSL0.930.320.24
HSV333°48°31°
CMYK 0.000.480.27   0.69
XYZ4.78113.55364.4369
Yxy3.55360.37440.2782
Hunter Lab18.851012.2830-0.7592
CIE-Lab22.137120.1883-3.0699

#4f293a color RGB value is (79,41,58).

#4f293a hex color red value is 79, green value is 41 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #4f293a hue: 0.93 , saturation: 0.32 and the lightness value of 4f293a is 0.24.

The process color (four color CMYK) of #4f293a color hex is 0.00, 0.48, 0.27, 0.69. Web safe color of #4f293a is #663333. Color #4f293a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 00101001 00111010
Octal 117 51 72
Decimal 79 41 58
Hex 4F 29 3A

RGB Percentages of Color #4f293a

%44.38
%23.03
%32.58

CMYK Percentages of Color #4f293a

%0
%48
%27
%69

Triadic Colors of #4f293a

#4f293a #3a4f29 #293a4f

Analogous Colors of #4f293a

#4f293a #4f2b29 #4f294d

Monochromatic Colors of #4f293a

#4f293a

Complementary Color

#4f293a #294f3e

#4f293a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f293a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f293a Color CSS Codes

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

#4f293a Text Font Color

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

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


#4f293a Background Color

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

This div background color is #4f293a


#4f293a Border Color

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

This div border color is #4f293a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f293a


Comments

No comments written yet.

Please login to write comment.