Color Hex Logo

#4f362d Color Hex

#4F362D
(79,54,45)
0 Favorites   0 Comments

Color spaces of #4f362d

RGB 795445
HSL0.040.270.24
HSV16°43°31°
CMYK 0.000.320.43   0.69
XYZ5.01734.49013.0849
Yxy4.49010.39840.3566
Hunter Lab21.18995.18276.2012
CIE-Lab25.22979.848910.1146

#4f362d color RGB value is (79,54,45).

#4f362d hex color red value is 79, green value is 54 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #4f362d hue: 0.04 , saturation: 0.27 and the lightness value of 4f362d is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 00110110 00101101
Octal 117 66 55
Decimal 79 54 45
Hex 4F 36 2D

RGB Percentages of Color #4f362d

%44.38
%30.34
%25.28

CMYK Percentages of Color #4f362d

%0
%32
%43
%69

Triadic Colors of #4f362d

#4f362d #2d4f36 #362d4f

Analogous Colors of #4f362d

#4f362d #4f472d #4f2d35

Monochromatic Colors of #4f362d

#4f362d

Complementary Color

#4f362d #2d464f

#4f362d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f362d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f362d Color CSS Codes

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

#4f362d Text Font Color

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

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


#4f362d Background Color

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

This div background color is #4f362d


#4f362d Border Color

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

This div border color is #4f362d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f362d


Comments

No comments written yet.

Please login to write comment.