Color Hex Logo

#4f644b Color Hex

#4F644B
(79,100,75)
0 Favorites   0 Comments

Color spaces of #4f644b

RGB 7910075
HSL0.310.140.34
HSV110°25°39°
CMYK 0.210.000.25   0.61
XYZ9.051611.28468.3577
Yxy11.28460.31550.3933
Hunter Lab33.5926-10.68978.7637
CIE-Lab40.0557-13.288111.6504

#4f644b color RGB value is (79,100,75).

#4f644b hex color red value is 79, green value is 100 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #4f644b hue: 0.31 , saturation: 0.14 and the lightness value of 4f644b is 0.34.

The process color (four color CMYK) of #4f644b color hex is 0.21, 0.00, 0.25, 0.61. Web safe color of #4f644b is #666633. Color #4f644b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 01100100 01001011
Octal 117 144 113
Decimal 79 100 75
Hex 4F 64 4B

RGB Percentages of Color #4f644b

%31.10
%39.37
%29.53

CMYK Percentages of Color #4f644b

%21
%0
%25
%61

Triadic Colors of #4f644b

#4f644b #4b4f64 #644b4f

Analogous Colors of #4f644b

#4f644b #4b6454 #5c644b

Monochromatic Colors of #4f644b

#4f644b

Complementary Color

#4f644b #604b64

#4f644b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f644b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f644b Color CSS Codes

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

#4f644b Text Font Color

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

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


#4f644b Background Color

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

This div background color is #4f644b


#4f644b Border Color

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

This div border color is #4f644b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f644b


Comments

No comments written yet.

Please login to write comment.