Color Hex Logo

#4f483c Color Hex

#4F483C
(79,72,60)
0 Favorites   0 Comments

Color spaces of #4f483c

RGB 797260
HSL0.110.140.27
HSV38°24°31°
CMYK 0.000.090.24   0.69
XYZ6.35746.62325.2183
Yxy6.62320.34930.3639
Hunter Lab25.7356-0.94285.9929
CIE-Lab30.93320.66468.2721

#4f483c color RGB value is (79,72,60).

#4f483c hex color red value is 79, green value is 72 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #4f483c hue: 0.11 , saturation: 0.14 and the lightness value of 4f483c is 0.27.

The process color (four color CMYK) of #4f483c color hex is 0.00, 0.09, 0.24, 0.69. Web safe color of #4f483c is #663333. Color #4f483c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 01001000 00111100
Octal 117 110 74
Decimal 79 72 60
Hex 4F 48 3C

RGB Percentages of Color #4f483c

%37.44
%34.12
%28.44

CMYK Percentages of Color #4f483c

%0
%9
%24
%69

Triadic Colors of #4f483c

#4f483c #3c4f48 #483c4f

Analogous Colors of #4f483c

#4f483c #4d4f3c #4f3f3c

Monochromatic Colors of #4f483c

#4f483c

Complementary Color

#4f483c #3c434f

#4f483c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f483c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f483c Color CSS Codes

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

#4f483c Text Font Color

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

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


#4f483c Background Color

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

This div background color is #4f483c


#4f483c Border Color

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

This div border color is #4f483c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f483c

#4f483c Color Palettes


Comments

No comments written yet.

Please login to write comment.