Color Hex Logo

#4b842e Color Hex

#4B842E
(75,132,46)
0 Favorites   0 Comments

Color spaces of #4b842e

RGB 7513246
HSL0.280.480.35
HSV100°65°52°
CMYK 0.430.000.65   0.48
XYZ11.646118.19565.4831
Yxy18.19560.32970.5151
Hunter Lab42.6563-25.914122.2382
CIE-Lab49.7325-34.987439.4760

#4b842e color RGB value is (75,132,46).

#4b842e hex color red value is 75, green value is 132 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #4b842e hue: 0.28 , saturation: 0.48 and the lightness value of 4b842e is 0.35.

The process color (four color CMYK) of #4b842e color hex is 0.43, 0.00, 0.65, 0.48. Web safe color of #4b842e is #339933. Color #4b842e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10000100 00101110
Octal 113 204 56
Decimal 75 132 46
Hex 4B 84 2E

RGB Percentages of Color #4b842e

%29.64
%52.17
%18.18

CMYK Percentages of Color #4b842e

%43
%0
%65
%48

Triadic Colors of #4b842e

#4b842e #2e4b84 #842e4b

Analogous Colors of #4b842e

#4b842e #2e843c #76842e

Monochromatic Colors of #4b842e

#4b842e

Complementary Color

#4b842e #672e84

#4b842e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b842e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b842e Color CSS Codes

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

#4b842e Text Font Color

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

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


#4b842e Background Color

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

This div background color is #4b842e


#4b842e Border Color

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

This div border color is #4b842e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b842e


Comments

No comments written yet.

Please login to write comment.