Color Hex Logo

#4f675d Color Hex

#4F675D
(79,103,93)
0 Favorites   0 Comments

Color spaces of #4f675d

RGB 7910393
HSL0.430.130.36
HSV155°23°40°
CMYK 0.230.000.10   0.60
XYZ10.050512.153112.1720
Yxy12.15310.29240.3535
Hunter Lab34.8613-9.54583.7015
CIE-Lab41.4584-11.22632.7209

#4f675d color RGB value is (79,103,93).

#4f675d hex color red value is 79, green value is 103 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #4f675d hue: 0.43 , saturation: 0.13 and the lightness value of 4f675d is 0.36.

The process color (four color CMYK) of #4f675d color hex is 0.23, 0.00, 0.10, 0.60. Web safe color of #4f675d is #666666. Color #4f675d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 01100111 01011101
Octal 117 147 135
Decimal 79 103 93
Hex 4F 67 5D

RGB Percentages of Color #4f675d

%28.73
%37.45
%33.82

CMYK Percentages of Color #4f675d

%23
%0
%10
%60

Triadic Colors of #4f675d

#4f675d #5d4f67 #675d4f

Analogous Colors of #4f675d

#4f675d #4f6567 #4f6751

Monochromatic Colors of #4f675d

#4f675d

Complementary Color

#4f675d #674f59

#4f675d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f675d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f675d Color CSS Codes

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

#4f675d Text Font Color

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

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


#4f675d Background Color

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

This div background color is #4f675d


#4f675d Border Color

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

This div border color is #4f675d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f675d


Comments

No comments written yet.

Please login to write comment.