Color Hex Logo

#4f350f Color Hex

#4F350F
(79,53,15)
0 Favorites   0 Comments

Color spaces of #4f350f

RGB 795315
HSL0.100.680.18
HSV36°81°31°
CMYK 0.000.330.81   0.69
XYZ4.58384.24301.0293
Yxy4.24300.46510.4305
Hunter Lab20.59853.674211.4563
CIE-Lab24.45907.605227.4683

#4f350f color RGB value is (79,53,15).

#4f350f hex color red value is 79, green value is 53 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #4f350f hue: 0.10 , saturation: 0.68 and the lightness value of 4f350f is 0.18.

The process color (four color CMYK) of #4f350f color hex is 0.00, 0.33, 0.81, 0.69. Web safe color of #4f350f is #663300. Color #4f350f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 00110101 00001111
Octal 117 65 17
Decimal 79 53 15
Hex 4F 35 F

RGB Percentages of Color #4f350f

%53.74
%36.05
%10.20

CMYK Percentages of Color #4f350f

%0
%33
%81
%69

Triadic Colors of #4f350f

#4f350f #0f4f35 #350f4f

Analogous Colors of #4f350f

#4f350f #494f0f #4f150f

Monochromatic Colors of #4f350f

#4f350f

Complementary Color

#4f350f #0f294f

#4f350f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f350f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f350f Color CSS Codes

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

#4f350f Text Font Color

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

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


#4f350f Background Color

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

This div background color is #4f350f


#4f350f Border Color

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

This div border color is #4f350f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f350f


Comments

No comments written yet.

Please login to write comment.