Color Hex Logo

#4f422b Color Hex

#4F422B
(79,66,43)
0 Favorites   0 Comments

Color spaces of #4f422b

RGB 796643
HSL0.110.300.24
HSV38°46°31°
CMYK 0.000.160.46   0.69
XYZ5.60875.73313.0965
Yxy5.73310.38850.3971
Hunter Lab23.9439-0.08949.0932
CIE-Lab28.72891.863716.0713

#4f422b color RGB value is (79,66,43).

#4f422b hex color red value is 79, green value is 66 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #4f422b hue: 0.11 , saturation: 0.30 and the lightness value of 4f422b is 0.24.

The process color (four color CMYK) of #4f422b color hex is 0.00, 0.16, 0.46, 0.69. Web safe color of #4f422b is #663333. Color #4f422b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 01000010 00101011
Octal 117 102 53
Decimal 79 66 43
Hex 4F 42 2B

RGB Percentages of Color #4f422b

%42.02
%35.11
%22.87

CMYK Percentages of Color #4f422b

%0
%16
%46
%69

Triadic Colors of #4f422b

#4f422b #2b4f42 #422b4f

Analogous Colors of #4f422b

#4f422b #4a4f2b #4f302b

Monochromatic Colors of #4f422b

#4f422b

Complementary Color

#4f422b #2b384f

#4f422b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f422b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f422b Color CSS Codes

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

#4f422b Text Font Color

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

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


#4f422b Background Color

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

This div background color is #4f422b


#4f422b Border Color

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

This div border color is #4f422b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f422b


Comments

No comments written yet.

Please login to write comment.