Color Hex Logo

#4b7e51 Color Hex

#4B7E51
(75,126,81)
0 Favorites   0 Comments

Color spaces of #4b7e51

RGB 7512681
HSL0.350.250.39
HSV127°40°49°
CMYK 0.400.000.36   0.51
XYZ11.847717.011610.4437
Yxy17.01160.30140.4328
Hunter Lab41.2451-20.904713.8587
CIE-Lab48.2746-27.278819.2677

#4b7e51 color RGB value is (75,126,81).

#4b7e51 hex color red value is 75, green value is 126 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #4b7e51 hue: 0.35 , saturation: 0.25 and the lightness value of 4b7e51 is 0.39.

The process color (four color CMYK) of #4b7e51 color hex is 0.40, 0.00, 0.36, 0.51. Web safe color of #4b7e51 is #336666. Color #4b7e51 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01111110 01010001
Octal 113 176 121
Decimal 75 126 81
Hex 4B 7E 51

RGB Percentages of Color #4b7e51

%26.60
%44.68
%28.72

CMYK Percentages of Color #4b7e51

%40
%0
%36
%51

Triadic Colors of #4b7e51

#4b7e51 #514b7e #7e514b

Analogous Colors of #4b7e51

#4b7e51 #4b7e6b #5f7e4b

Monochromatic Colors of #4b7e51

#4b7e51

Complementary Color

#4b7e51 #7e4b78

#4b7e51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b7e51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b7e51 Color CSS Codes

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

#4b7e51 Text Font Color

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

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


#4b7e51 Background Color

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

This div background color is #4b7e51


#4b7e51 Border Color

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

This div border color is #4b7e51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b7e51

#4b7e51 Color Palettes


Comments

No comments written yet.

Please login to write comment.