Color Hex Logo

#4f364a Color Hex

#4F364A
(79,54,74)
0 Favorites   0 Comments

Color spaces of #4f364a

RGB 795474
HSL0.870.190.26
HSV312°32°31°
CMYK 0.000.320.06   0.69
XYZ5.77964.79507.0995
Yxy4.79500.32700.2713
Hunter Lab21.89758.7925-3.8945
CIE-Lab26.142614.9690-7.8386

#4f364a color RGB value is (79,54,74).

#4f364a hex color red value is 79, green value is 54 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #4f364a hue: 0.87 , saturation: 0.19 and the lightness value of 4f364a is 0.26.

The process color (four color CMYK) of #4f364a color hex is 0.00, 0.32, 0.06, 0.69. Web safe color of #4f364a is #663333. Color #4f364a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 00110110 01001010
Octal 117 66 112
Decimal 79 54 74
Hex 4F 36 4A

RGB Percentages of Color #4f364a

%38.16
%26.09
%35.75

CMYK Percentages of Color #4f364a

%0
%32
%6
%69

Triadic Colors of #4f364a

#4f364a #4a4f36 #364a4f

Analogous Colors of #4f364a

#4f364a #4f363e #48364f

Monochromatic Colors of #4f364a

#4f364a

Complementary Color

#4f364a #364f3b

#4f364a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f364a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f364a Color CSS Codes

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

#4f364a Text Font Color

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

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


#4f364a Background Color

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

This div background color is #4f364a


#4f364a Border Color

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

This div border color is #4f364a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f364a


Comments

No comments written yet.

Please login to write comment.