Color Hex Logo

#4f502a Color Hex

#4F502A
(79,80,42)
0 Favorites   0 Comments

Color spaces of #4f502a

RGB 798042
HSL0.170.310.24
HSV62°48°31°
CMYK 0.010.000.48   0.69
XYZ6.51107.56683.3078
Yxy7.56680.37450.4352
Hunter Lab27.5078-5.888412.1259
CIE-Lab33.0639-6.897722.1874

#4f502a color RGB value is (79,80,42).

#4f502a hex color red value is 79, green value is 80 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #4f502a hue: 0.17 , saturation: 0.31 and the lightness value of 4f502a is 0.24.

The process color (four color CMYK) of #4f502a color hex is 0.01, 0.00, 0.48, 0.69. Web safe color of #4f502a is #666633. Color #4f502a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 01010000 00101010
Octal 117 120 52
Decimal 79 80 42
Hex 4F 50 2A

RGB Percentages of Color #4f502a

%39.30
%39.80
%20.90

CMYK Percentages of Color #4f502a

%1
%0
%48
%69

Triadic Colors of #4f502a

#4f502a #2a4f50 #502a4f

Analogous Colors of #4f502a

#4f502a #3c502a #503e2a

Monochromatic Colors of #4f502a

#4f502a

Complementary Color

#4f502a #2b2a50

#4f502a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f502a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f502a Color CSS Codes

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

#4f502a Text Font Color

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

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


#4f502a Background Color

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

This div background color is #4f502a


#4f502a Border Color

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

This div border color is #4f502a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f502a


Comments

No comments written yet.

Please login to write comment.