Color Hex Logo

#4f3d13 Color Hex

#4F3D13
(79,61,19)
0 Favorites   0 Comments

Color spaces of #4f3d13

RGB 796119
HSL0.120.610.19
HSV42°76°31°
CMYK 0.000.230.76   0.69
XYZ5.01075.04681.3261
Yxy5.04680.44020.4433
Hunter Lab22.46510.499412.2257
CIE-Lab26.86772.706227.8945

#4f3d13 color RGB value is (79,61,19).

#4f3d13 hex color red value is 79, green value is 61 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #4f3d13 hue: 0.12 , saturation: 0.61 and the lightness value of 4f3d13 is 0.19.

The process color (four color CMYK) of #4f3d13 color hex is 0.00, 0.23, 0.76, 0.69. Web safe color of #4f3d13 is #663300. Color #4f3d13 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 00111101 00010011
Octal 117 75 23
Decimal 79 61 19
Hex 4F 3D 13

RGB Percentages of Color #4f3d13

%49.69
%38.36
%11.95

CMYK Percentages of Color #4f3d13

%0
%23
%76
%69

Triadic Colors of #4f3d13

#4f3d13 #134f3d #3d134f

Analogous Colors of #4f3d13

#4f3d13 #434f13 #4f1f13

Monochromatic Colors of #4f3d13

#4f3d13

Complementary Color

#4f3d13 #13254f

#4f3d13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f3d13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f3d13 Color CSS Codes

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

#4f3d13 Text Font Color

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

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


#4f3d13 Background Color

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

This div background color is #4f3d13


#4f3d13 Border Color

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

This div border color is #4f3d13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f3d13


Comments

No comments written yet.

Please login to write comment.