Color Hex Logo

#4f6352 Color Hex

#4F6352
(79,99,82)
0 Favorites   0 Comments

Color spaces of #4f6352

RGB 799982
HSL0.360.110.35
HSV129°20°39°
CMYK 0.200.000.17   0.61
XYZ9.209311.19519.6581
Yxy11.19510.30630.3724
Hunter Lab33.4591-9.42296.3071
CIE-Lab39.9071-11.32937.1966

#4f6352 color RGB value is (79,99,82).

#4f6352 hex color red value is 79, green value is 99 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #4f6352 hue: 0.36 , saturation: 0.11 and the lightness value of 4f6352 is 0.35.

The process color (four color CMYK) of #4f6352 color hex is 0.20, 0.00, 0.17, 0.61. Web safe color of #4f6352 is #666666. Color #4f6352 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 01100011 01010010
Octal 117 143 122
Decimal 79 99 82
Hex 4F 63 52

RGB Percentages of Color #4f6352

%30.38
%38.08
%31.54

CMYK Percentages of Color #4f6352

%20
%0
%17
%61

Triadic Colors of #4f6352

#4f6352 #524f63 #63524f

Analogous Colors of #4f6352

#4f6352 #4f635c #56634f

Monochromatic Colors of #4f6352

#4f6352

Complementary Color

#4f6352 #634f60

#4f6352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f6352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f6352 Color CSS Codes

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

#4f6352 Text Font Color

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

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


#4f6352 Background Color

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

This div background color is #4f6352


#4f6352 Border Color

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

This div border color is #4f6352


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f6352


Comments

No comments written yet.

Please login to write comment.