Color Hex Logo

#4f351b Color Hex

#4F351B
(79,53,27)
0 Favorites   0 Comments

Color spaces of #4f351b

RGB 795327
HSL0.080.490.21
HSV30°66°31°
CMYK 0.000.330.66   0.69
XYZ4.69544.28761.6170
Yxy4.28760.44300.4045
Hunter Lab20.70654.24029.8645
CIE-Lab24.60038.461520.8404

#4f351b color RGB value is (79,53,27).

#4f351b hex color red value is 79, green value is 53 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #4f351b hue: 0.08 , saturation: 0.49 and the lightness value of 4f351b is 0.21.

The process color (four color CMYK) of #4f351b color hex is 0.00, 0.33, 0.66, 0.69. Web safe color of #4f351b is #663333. Color #4f351b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 00110101 00011011
Octal 117 65 33
Decimal 79 53 27
Hex 4F 35 1B

RGB Percentages of Color #4f351b

%49.69
%33.33
%16.98

CMYK Percentages of Color #4f351b

%0
%33
%66
%69

Triadic Colors of #4f351b

#4f351b #1b4f35 #351b4f

Analogous Colors of #4f351b

#4f351b #4f4f1b #4f1b1b

Monochromatic Colors of #4f351b

#4f351b

Complementary Color

#4f351b #1b354f

#4f351b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f351b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f351b Color CSS Codes

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

#4f351b Text Font Color

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

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


#4f351b Background Color

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

This div background color is #4f351b


#4f351b Border Color

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

This div border color is #4f351b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f351b


Comments

No comments written yet.

Please login to write comment.