Color Hex Logo

#4b874f Color Hex

#4B874F
(75,135,79)
0 Favorites   0 Comments

Color spaces of #4b874f

RGB 7513579
HSL0.340.290.41
HSV124°44°53°
CMYK 0.440.000.41   0.47
XYZ12.976919.388310.4555
Yxy19.38830.30310.4528
Hunter Lab44.0321-24.449816.7440
CIE-Lab51.1384-31.927224.1708

#4b874f color RGB value is (75,135,79).

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

The process color (four color CMYK) of #4b874f color hex is 0.44, 0.00, 0.41, 0.47. Web safe color of #4b874f is #339966. Color #4b874f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10000111 01001111
Octal 113 207 117
Decimal 75 135 79
Hex 4B 87 4F

RGB Percentages of Color #4b874f

%25.95
%46.71
%27.34

CMYK Percentages of Color #4b874f

%44
%0
%41
%47

Triadic Colors of #4b874f

#4b874f #4f4b87 #874f4b

Analogous Colors of #4b874f

#4b874f #4b876d #65874b

Monochromatic Colors of #4b874f

#4b874f

Complementary Color

#4b874f #874b83

#4b874f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b874f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b874f Color CSS Codes

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

#4b874f Text Font Color

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

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


#4b874f Background Color

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

This div background color is #4b874f


#4b874f Border Color

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

This div border color is #4b874f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b874f


Comments

No comments written yet.

Please login to write comment.